1 How do I set the chat to be cleared each time a new comer logins the chat?
It is in your admin panel> server settings> general > max amount of cache messages
Set the value there as " 0" , then your users will always see a white screen each time he logs in;
2 For the upload/webcam avatar module, from where I can set that it will be enabled for members only?
Most of the users will check this in the module settings but in vain
Actually it is here, login your admin panel> user management> user group permissions
From there you can enable/disable the upload/webcam avatar module for the guests and registered users
3 I am a hosted customer, why you just send me an archive for private chat history but not a public one as well?
Actually you can get this link directly from your chat; After login your chat, you can see the option " open chat history " there, and open it, you will get the " open chat public history link" button there
There is another smiley way for this, your hosted account will be something like, hostxxx.123flashchat.com/your host name
You can just add /message after your directly chat link and it will direct you to the public chat history : hostxxx/123flashchat.com/your host name/message
4 How can I get a room link url directly instead of having to pass through the room list?
You will need a parameter " init_room" to get this done;
Firstly get your chat link from your admin panel > code generator and get your chat link from there
Check the ID from your admin panel > room settings > modify a room for the room that you want to link directly
Now you can get your direct chat room link with the link plus " &init_room=room ID" as the suffix
For example, your chat room link got from the admin panel is
http://hostxxx.123flashchat.com/your host/123flashchat.html?init_host=hostxxx.123flashchat.com&init_port=21127&init_host_s=hostxxx.123flashchat.com&init_port_s=443&init_host_h=hostxxx.123flashchat.com&init_port_h=443&init_group=your host&width=xxx&height=xxx
And the ID for the room you need is 450
Then you can make the new link this way
http://hostxxx.123flashchat.com/your host/123flashchat.html?init_host=hostxxx.123flashchat.com&init_port=21127&init_host_s=hostxxx.123flashchat.com&init_port_s=443&init_host_h=hostxxx.123flashchat.com&init_port_h=443&init_group=your host&width=xxx&height=xxx&init_room=450
This will be your 450 room link directly
5 Can my public chat history be encrypted?
Yes, we don't make it inaccessible as default since it is a publis chat history
However, if you need so, we can do for you you can write to
host@123flashchat.com to request it;
If you are a license customer and host the chat yourself, we can make a public chat history link for you as well and encrypte it as long as your server supports Apache.
6 Searched everywhere, just cannot see where I can change the default loading image
Actually this needs another chat parameter : init_loading_bk
Here is the details :
For instance
If you want to use below image as the new loading image instead of the default one
http://img1.wsimg.com/ip/v1.2.0/images/favicon.jpgYou can make your new chat link this way:
http://<your chat client link>/123flashchat.swf?init_loading_bk=http://img1.wsimg.com/ip/v1.2.0/images/favicon.jpg
Then you can see the default loading image changed
Admin