Easy to configure php + javascript chat.
After you clone or download the folder:
-
Checkout the
.htaccessfile, read the comments and make your own version for that file, you should decide what rules to put there, I added few basic rules, after you finish editing the.htaccessfile and you know what rules the.htaccesscontains open thehttpd.confand setAllowOverridevalue depending what rules used within your.htaccessfile. -
Open
php.iniand make sure to uncomment the following extensions:- php_mbstring.dll (mb_functions)
- php_pdo_mysql.dll (mysql interactions)
- php_gd2.dll (captcha)
-
Open
config.phpwithin thephpdirectory and set the constants. -
Use
mysql -u username -p database_name < tables.sqlto import the tables into your database.
-
The
fontsfolder contains captcha fonts, I included only 1 basic font, but you can add more, each captcha refresh may choose different font. -
Supports IE10+
Feel free to contact me at [email protected].
