Version 1.13
Switch from mysqli to PDO More optimizations Match case-insensitive @mention and also non-present members Added topic field Member password resetting by admins Note revisioning Added optional tiny JavaScript code to transfer less data with JavaScript enabled browsers
This commit is contained in:
5
README
5
README
@ -29,7 +29,7 @@ It may even be the French word for "the" if you prefer. Translated from French t
|
||||
FEATURES:
|
||||
|
||||
Optimized for TOR
|
||||
No JavaScript
|
||||
No JavaScript needed
|
||||
Cookies supported, but not needed
|
||||
Captcha
|
||||
Multiple languages
|
||||
@ -54,6 +54,7 @@ And more
|
||||
INSTALLATION INSTRUCTIONS:
|
||||
|
||||
You'll need to have mysql, php and a web-server installed. For the captcha feature, you also need php5-gd.
|
||||
If you want to make the script even faster, install a memcached server and php5-memcached and change the configuaration to use memcached. This will lessen the database load.
|
||||
When you have everything installed, you'll have to create a database and a user for the chat in mysql.
|
||||
Then edit the configuration at the bottom of the script to reflect the appropriate database settings and to modify the chat settings the way you like them.
|
||||
Then copy the script to your web-server directory and call the script in your browser with a parameter like this:
|
||||
@ -65,7 +66,7 @@ Note: If you updated the script, please visit http://(server)/(script-name).php?
|
||||
TRANSLATING:
|
||||
|
||||
Copy lang_en.php and rename it to lang_YOUR_LANGCODE.php
|
||||
Then edit the file and translate the messages into your language.
|
||||
Then edit the file and translate the messages into your language and change $I to $T at the top.
|
||||
If you ever use a ' character, you have to escape it by using \' instead or the script will fail.
|
||||
When you are done, you have to edit the chat script, to include your translation. Simply add a line with
|
||||
'lang_code' =>'Language name',
|
||||
|
Reference in New Issue
Block a user