Hi,
am looking for the right chatroom for my site. Below are the requirements I have and am struggling to find the right software package. Suggestions are welcome.
1. Using a MySQL database to store the messages.
2. Using $_SESSION['username'] to identify the user.
3. No password required (user has already logged in)
4. Simple layout with users using the chatroom, message display and a form to enter messages yourself.
5. Several rooms, a user can only access a specific room (based upon the team he is playing with) and this should be done automatically.
In other words, user that is logged in and playing for team A presses the chat button and ends up in the room for team A. If a user that is logged in and playing for team B presses the chat button, he ends up in the room for team B.
The entire login procedure should be done automatically based upon the variables set for the user.
Thanks,
twomt.
am looking for the right chatroom for my site. Below are the requirements I have and am struggling to find the right software package. Suggestions are welcome.
1. Using a MySQL database to store the messages.
2. Using $_SESSION['username'] to identify the user.
3. No password required (user has already logged in)
4. Simple layout with users using the chatroom, message display and a form to enter messages yourself.
5. Several rooms, a user can only access a specific room (based upon the team he is playing with) and this should be done automatically.
In other words, user that is logged in and playing for team A presses the chat button and ends up in the room for team A. If a user that is logged in and playing for team B presses the chat button, he ends up in the room for team B.
The entire login procedure should be done automatically based upon the variables set for the user.
Thanks,
twomt.
Comment