Total Articles 63
Hello, I am the administrator of GagaLive.
Although our real time chat system LiveChat has been thoroughly tested with several sites for over 2 months, with continously more than 200~500 users connected concurrently nearly 24 hours a day.
Nothing can beat real life testing, so we are opening the system up for anyone to use.
Many free chat room systems have trouble scaling, but we designed our chat room server and client to be all scable from the start.
Unilke may other services we should have no problems handling tens of thousands of concurrent connections, and have acutally done simulation tests with up to twenty thousand concurrent connections.
Anyways, we hope you find our service useful.
b.t.w. this is a free service and we plan on keeping it free.
Although our real time chat system LiveChat has been thoroughly tested with several sites for over 2 months, with continously more than 200~500 users connected concurrently nearly 24 hours a day.
Nothing can beat real life testing, so we are opening the system up for anyone to use.
Many free chat room systems have trouble scaling, but we designed our chat room server and client to be all scable from the start.
Unilke may other services we should have no problems handling tens of thousands of concurrent connections, and have acutally done simulation tests with up to twenty thousand concurrent connections.
Anyways, we hope you find our service useful.
b.t.w. this is a free service and we plan on keeping it free.
2007.09.07 23:40:17 (*.78.113.31)
> This results in multiple presence of users who changed their view (to show other information) but already
logged in my site.
I'm not sure what you mean, but one user by default can be connected only once to the same chat room. Try opening multiple windows and it will say you are already connected.
> Please can you implement either buttons in Flash or commands like /join and /leave to your great service ?
Actually this part would be better implemented on the php (or other program) using the flash chat. You could add a button that either just gets rid of the log in information sent to the flash or just not display the flash after pressing it.
Thanks for your suggestions.
logged in my site.
I'm not sure what you mean, but one user by default can be connected only once to the same chat room. Try opening multiple windows and it will say you are already connected.
> Please can you implement either buttons in Flash or commands like /join and /leave to your great service ?
Actually this part would be better implemented on the php (or other program) using the flash chat. You could add a button that either just gets rid of the log in information sent to the flash or just not display the flash after pressing it.
Thanks for your suggestions.
2007.10.06 23:36:47 (*.202.49.192)
Please add an option to not show chat history when members are entering. some members have expressed conserns that when entering the chat room the next day they can read what someone else chattet about that night.
2007.10.13 23:21:54 (*.78.113.31)
That option is already available
All chat rooms that end with an ! do not remember their chat history. (for secure chat room just create a chat room that ends with an !)
Full API/option info for live chat: http://www.gagalive.com/live/livechat
All chat rooms that end with an ! do not remember their chat history. (for secure chat room just create a chat room that ends with an !)
Full API/option info for live chat: http://www.gagalive.com/live/livechat
2007.11.10 03:15:04 (*.25.106.117)
Hi
i'd just like to say how good i think this service is and easy to impliment
i was just wondering if there was any way to show the time that the messages were sent, or even a last message time?
i'd just like to say how good i think this service is and easy to impliment
i was just wondering if there was any way to show the time that the messages were sent, or even a last message time?
2007.11.10 06:54:22 (*.173.166.2)
Thanks,
Currently there is no option for "last message time", maybe we'll add it at our next upgrade.
The reason we did not add that option is because this chat system is meant for real time chatting, and for non-real time chatting a simple forum like program would perhaps be easier to implement.
Currently large chat rooms in our system have over 100 users in the same room, and it would be very annoying if the messages had time stamps on them.
But we could add this as an option for smaller chat rooms.
Have a nice day.
Currently there is no option for "last message time", maybe we'll add it at our next upgrade.
The reason we did not add that option is because this chat system is meant for real time chatting, and for non-real time chatting a simple forum like program would perhaps be easier to implement.
Currently large chat rooms in our system have over 100 users in the same room, and it would be very annoying if the messages had time stamps on them.
But we could add this as an option for smaller chat rooms.
Have a nice day.
2007.12.11 04:05:05 (*.81.90.169)
Very good service and easy installed .i use Vbulletion and just made a small update to place de chat code after code:
verify_ip_ban();
then add chat code :
//!!!S START OF GAGALIVE CHAT MOD
that way you need to be logged to see chat. with the vbcode can i customise backgound and fonts colors ???
Thanks
verify_ip_ban();
then add chat code :
//!!!S START OF GAGALIVE CHAT MOD
that way you need to be logged to see chat. with the vbcode can i customise backgound and fonts colors ???
Thanks
2007.12.12 20:49:56 (*.76.171.101)
Check the options available at http://www.gagalive.com/live/livechat
Other chat room options
All options can be applied after the chatroom=ChatRoomName as &option=optionValue. All values are UTF-8 encoded.
Option: fontlarge
Option value: small, medium, large
Explanation:Change the font size of chat room. If not specified the chat roomfollows the user settings which is by default small.
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&fontlarge=true
Option: position
Option value: 1(Default), 2
Explanation: 1is horizontal oriented chatroom, 2 is vertical oriented(sidebar style) chatroom.
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&position=2
Site example) http://go.gagalive.com/kmle.com
Option: user
Option value: nickname
Explanation: If specified user cannot change their nicks, but this is not a secure way of preventing nick changes.
Note:when using livechat2.swf instead of livechat1.swf anonymous chat is notallowed but with only minimal knowledge a user could easy just uselivechat1.swf to change their nick.
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&user=digirave
Option: fonttype
Option value: font-family
Explanation: change the chat room font.
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&fonttype=Arial
Option: fontcolor
Option value: hex color code (#xxxxxx)
Explanation: Change the chat room font color.
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&fontcolor=#00000
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&fontcolor=black
Option: bgcolor
Option value: hex color code (#xxxxxx)
Explanation: Change the chat room background color.
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&bgcolor=#FFFFFF
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&bgcolor=white
Have a nice day!
Other chat room options
All options can be applied after the chatroom=ChatRoomName as &option=optionValue. All values are UTF-8 encoded.
Option: fontlarge
Option value: small, medium, large
Explanation:Change the font size of chat room. If not specified the chat roomfollows the user settings which is by default small.
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&fontlarge=true
Option: position
Option value: 1(Default), 2
Explanation: 1is horizontal oriented chatroom, 2 is vertical oriented(sidebar style) chatroom.
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&position=2
Site example) http://go.gagalive.com/kmle.com
Option: user
Option value: nickname
Explanation: If specified user cannot change their nicks, but this is not a secure way of preventing nick changes.
Note:when using livechat2.swf instead of livechat1.swf anonymous chat is notallowed but with only minimal knowledge a user could easy just uselivechat1.swf to change their nick.
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&user=digirave
Option: fonttype
Option value: font-family
Explanation: change the chat room font.
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&fonttype=Arial
Option: fontcolor
Option value: hex color code (#xxxxxx)
Explanation: Change the chat room font color.
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&fontcolor=#00000
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&fontcolor=black
Option: bgcolor
Option value: hex color code (#xxxxxx)
Explanation: Change the chat room background color.
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&bgcolor=#FFFFFF
Example) http://en.gagalive.com/livechat1.swf?chatroom=ChatroomName&bgcolor=white
Have a nice day!
2007.12.23 13:19:00 (*.239.82.101)
i get this sometimes : nick_dupe_6964
dupe and a number is it a bug ?
dupe and a number is it a bug ?
2008.01.06 11:40:35 (*.68.168.15)
Hello again .
i need some infos on the command to send chatlog i don't seem to get it to work.
If you wish the recent chat log send a message to yourself(or any user) as CLEARLOG.
my admin nick deep_dish
i do: /msg deep_dish CLEARLOG
but did not get the logs ?
i need some infos on the command to send chatlog i don't seem to get it to work.
If you wish the recent chat log send a message to yourself(or any user) as CLEARLOG.
my admin nick deep_dish
i do: /msg deep_dish CLEARLOG
but did not get the logs ?
2008.01.06 16:54:12 (*.68.168.15)
Hello again another problem :
when user is BANIP it seem to come back few minutes after.
also can banned users be Permanent ban from chat.
Thanks
when user is BANIP it seem to come back few minutes after.
also can banned users be Permanent ban from chat.
Thanks
2008.01.08 08:59:55 (*.21.68.162)
Hello digirave
I am a beginner , my website is PHP , while I use "the For use in a seperate frame " code.
the Member login website,but "usernick" still Guest.
Ask me for advice,Thanks
this is my code:
$userz = $user['user_id'];
$usernickz = $user['user_name'];
Have a mistake what?
2008.03.01 09:01:38 (*.60.115.9)
hello digirave,
I like your live chat. If you are interested in embedding flash webcam to the live chat let me know and I'll email you the flash files that I have on hand, you can short through them and figure out which ones you need in order for flash webcam to work in the live chat.
Thanks,
Adamion
I like your live chat. If you are interested in embedding flash webcam to the live chat let me know and I'll email you the flash files that I have on hand, you can short through them and figure out which ones you need in order for flash webcam to work in the live chat.
Thanks,
Adamion

Each registered user will be logged in after visiting the flash but there is no ability to join or leave the chat.
This results in multiple presence of users who changed their view (to show other information) but already
logged in my site.
Please can you implement either buttons in Flash or commands like /join and /leave to your great service ?