Home
Name Modified Size InfoDownloads / Week
2nd release_11-12-2012 2013-03-30
Initial Release 2012-06-26
all_chat_files_3-30_2013.zip 2013-03-30 90.8 kB
all_chat_files_11-12_2012.zip 2012-11-12 83.3 kB
all_chat_files_6_25_2012.zip 2012-06-26 89.7 kB
README 2012-06-25 1.4 kB
all_chat_files.zip 2012-06-14 16.9 kB
Totals: 7 Items   282.1 kB 0
This project was created by Michael Stokes with help from Will Sawyer and Brady Kurtz
You will need to import the chat_database.sql file into Mysql.
Also to upload large files you will want to add this to your Mysql my.ini (windows) or my.cnf (linux)
The default is 1MB but if you want to use larger files you will want to use a larger size such as 100MB. Add this to my.ini:
max_long_data_size=100000000
Restart mysql service after changing this setting.
2 test users have been added to start with.
First test user
user:mike
password:mike

Second test user
user:test
password:test

Features I want to add
sound when someone chats
Mike is typing ... so you know when they are typing
Show a timer for when your session logs out
When you are chatting with has logged out show a message telling you that or if they press stop Show: Mike has left the conversation.
Allow you to chat with more than 1 person at a time. Show the list of available people to chat with on the far left and add new chat boxes to the right each time you start chatting with a new user.
Make a cron.php file that deletes the chat messages and chat sessions that are older than 1 day

Technical bugs
There is a message saying you have been logged out after 15 minutes if you login your user from a different browser. Change the message to say: You have been logged out.
Source: README, updated 2012-06-25