Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
55f9db6468 | |||
506407faeb |
12
CHANGELOG
12
CHANGELOG
@ -1,4 +1,14 @@
|
||||
Version 1.7 - May. 3, 2015
|
||||
Version 1.9 - Jun. 1, 2015
|
||||
Added more captchas
|
||||
Splitted guest access and global password
|
||||
Added support for irc /me command
|
||||
Added prefix for multiple chats on the same domain/database
|
||||
|
||||
Version 1.8 - May 28, 2015
|
||||
Code cleanup and simplification
|
||||
Added support for memcached
|
||||
|
||||
Version 1.7 - May 3, 2015
|
||||
Added member only option with global password protection
|
||||
Made date format configurable
|
||||
Various improvements
|
||||
|
4
README
4
README
@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
GENERAL INFORMATION:
|
||||
|
||||
This is a PHP Chat based on LE CHAT v.1.14 . An up-to-date copy of this script can be downloaded at https://github.com/DanWin/le-chat-php
|
||||
This is a PHP Chat based on LE CHAT v.1.14. An up-to-date copy of this script can be downloaded at https://github.com/DanWin/le-chat-php
|
||||
The original perl LE CHAT script by Lucky Eddie can be downloaded at http://4fvfamdpoulu2nms.onion/lechat/ or via a tor2web proxy like https://4fvfamdpoulu2nms.tor2web.blutmagie.de/lechat/ if you don't have TOR installed.
|
||||
If you add your own cool features or have a feature request, please tell me and I will add them, if I like them.
|
||||
Please also let me know about any bugs you find in the code, so I can fix them.
|
||||
@ -87,6 +87,6 @@ If you never used regex before, check out this starting guide to begin with regu
|
||||
|
||||
LIVE DEMO:
|
||||
|
||||
If you want to see the script in action, you can visit my TOR hidden site http://tt3j2x4k5ycaa5zt.onion/chat.php or via a tor2web proxy like http://tt3j2x4k5ycaa5zt.tor2web.blutmagie.de/chat.php if you don't have TOR installed.
|
||||
If you want to see the script in action, you can visit my TOR hidden service http://tt3j2x4k5ycaa5zt.onion/chat.php or via a tor2web proxy like http://tt3j2x4k5ycaa5zt.tor2web.blutmagie.de/chat.php if you don't have TOR installed.
|
||||
Considering this is a hidden service, you should be prepared for the worst case, as people often tend to do illegal activities in the TOR network. I'm not online 24/7 so it might not be possible to remove such content right away.
|
||||
If you should see illegal content, don't panic. Use the contact form on my site to notify me and clean your browser cache afterwards.
|
||||
|
@ -1,7 +1,7 @@
|
||||
General Information:
|
||||
--------------------
|
||||
|
||||
This is a PHP Chat based on LE CHAT v.1.14 . An up-to-date copy of this script can be downloaded at https://github.com/DanWin/le-chat-php
|
||||
This is a PHP Chat based on LE CHAT v.1.14. An up-to-date copy of this script can be downloaded at https://github.com/DanWin/le-chat-php
|
||||
The original perl LE CHAT script by Lucky Eddie can be downloaded at [his site](http://4fvfamdpoulu2nms.onion/lechat/) or via a tor2web proxy like [this one](https://4fvfamdpoulu2nms.tor2web.blutmagie.de/lechat/) if you don't have TOR installed.
|
||||
If you add your own cool features or have a feature request, please tell me and I will add them, if I like them.
|
||||
Please also let me know about any bugs you find in the code, so I can fix them.
|
||||
@ -75,6 +75,6 @@ If you never used regex before, check out [this starting guide](http://docs.acti
|
||||
Live demo:
|
||||
----------
|
||||
|
||||
If you want to see the script in action, you can visit my [TOR hidden site](http://tt3j2x4k5ycaa5zt.onion/chat.php) or via a tor2web proxy like [this one](http://tt3j2x4k5ycaa5zt.tor2web.blutmagie.de/chat.php) if you don't have TOR installed.
|
||||
If you want to see the script in action, you can visit my [TOR hidden service](http://tt3j2x4k5ycaa5zt.onion/chat.php) or via a tor2web proxy like [this one](http://tt3j2x4k5ycaa5zt.tor2web.blutmagie.de/chat.php) if you don't have TOR installed.
|
||||
Considering this is a hidden service, you should be prepared for the worst case, as people often tend to do illegal activities in the TOR network. I'm not online 24/7 so it might not be possible to remove such content right away.
|
||||
If you should see illegal content, don't panic. Use the contact form on my site to notify me and clean your browser cache afterwards. I will remove the content as soon as possible.
|
||||
|
11
lang_de.php
11
lang_de.php
@ -53,6 +53,13 @@ $I=array(
|
||||
'msgallkick' => 'Alle rausgeworfen',
|
||||
'msgclean' => 'Raum geleert',
|
||||
'dateformat' => '<a target="_blank" href="http://php.net/manual/de/function.date.php#refsect1-function.date-parameters">Date formating</a>',
|
||||
'captcha' => 'Captcha',
|
||||
'enabled' => 'Aktiviert',
|
||||
'onlyguests' => 'Nur für Gäste',
|
||||
'disabled' => 'Deaktiviert',
|
||||
'simple' => 'Einfach',
|
||||
'moderate' => 'Mittel',
|
||||
'extreme' => 'Extrem',
|
||||
'nick' => 'Nickname:',
|
||||
'pass' => 'Passwort:',
|
||||
'globalloginpass' => 'Globales Passwort:',
|
||||
@ -76,8 +83,6 @@ $I=array(
|
||||
'guestallow' => 'Erlauben',
|
||||
'guestwait' => 'Mit Warteraum erlauben',
|
||||
'adminallow' => 'Moderator-Erlaubnis benötigen',
|
||||
'globalpass' => 'Mit globalem Passwort erlauben',
|
||||
'memberglobalpass' => 'Nur Mitglieder mit globalem Passwort',
|
||||
'guestdisallow' => 'Nur Mitglieder',
|
||||
'addsuguest' => 'Anwerber hinzufügen',
|
||||
'register' => 'Registrieren',
|
||||
@ -146,7 +151,7 @@ $I=array(
|
||||
'italic' => 'Kursiv',
|
||||
'fontexample' => 'Beispiel für deine gewählte Schrift',
|
||||
'timestamps' => 'Zeitstempel anzeigen',
|
||||
'embed' => 'Bilder einbetten',
|
||||
'embed' => 'Bilder einbetten (Benötigt Cookies)',
|
||||
'incognito' => 'Inkognito Modus',
|
||||
'pbsize' => 'Postboxgröße',
|
||||
'nbsize' => 'Notizboxgröße',
|
||||
|
11
lang_en.php
11
lang_en.php
@ -43,6 +43,13 @@ $I=array(
|
||||
'initdbexist' => 'Database tables already exist! To continue, you have to delete these tables manually first.',
|
||||
'initsuexist' => 'A Superadmin already exists!',
|
||||
'initgosetup' => 'Go to the Setup-Page',
|
||||
'captcha' => 'Captcha',
|
||||
'enabled' => 'Enabled',
|
||||
'onlyguests' => 'Only for guests',
|
||||
'disabled' => 'Disabled',
|
||||
'simple' => 'Simple',
|
||||
'moderate' => 'Moderate',
|
||||
'extreme' => 'Extreme',
|
||||
'nick' => 'Nickname:',
|
||||
'pass' => 'Password:',
|
||||
'globalloginpass' => 'Global Password:',
|
||||
@ -77,8 +84,6 @@ $I=array(
|
||||
'guestallow' => 'Allow',
|
||||
'guestwait' => 'Allow with waitingroom',
|
||||
'adminallow' => 'Require moderator approval',
|
||||
'globalpass' => 'Allow with global password',
|
||||
'memberglobalpass' => 'Only members with global password',
|
||||
'guestdisallow' => 'Only members',
|
||||
'addsuguest' => 'Add applicant',
|
||||
'register' => 'Register',
|
||||
@ -147,7 +152,7 @@ $I=array(
|
||||
'italic' => 'Italic',
|
||||
'fontexample' => 'Example for your chosen font',
|
||||
'timestamps' => 'Show Timestamps',
|
||||
'embed' => 'Embed images',
|
||||
'embed' => 'Embed images (needs Cookies)',
|
||||
'incognito' => 'Incognito mode',
|
||||
'pbsize' => 'Post box size',
|
||||
'nbsize' => 'Notes box size',
|
||||
|
Reference in New Issue
Block a user