Easy to configure php + javascript chat.
After you clone or download the folder:
-
Checkout the
.htaccess
file, 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.htaccess
file and you know what rules the.htaccess
contains open thehttpd.conf
and setAllowOverride
value depending what rules used within your.htaccess
file. -
Open
php.ini
and make sure to uncomment the following extensions:- php_mbstring.dll (mb_functions)
- php_pdo_mysql.dll (mysql interactions)
- php_gd2.dll (captcha)
-
Open
config.php
within thephp
directory and set the constants. -
Use
mysql -u username -p database_name < tables.sql
to import the tables into your database.
-
The
fonts
folder 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 avielfedida@gmail.com
.