Home
123 Flash Chat Server Software User Manual
Contents
1. In the lt 123 installed directory gt server data default you can find the following files room_1 txt room_2 txt etc These files store the online user lists of relevant rooms These will keep changing depending on the changes of specific rooms 7 1 2 Send command to server to operate or get real time data This feature can be very handy for an advanced user With it you can develop an application to connect to the chat server via a socket Then a TCP TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 51 of 61 string command can be sent to operate or obtain the real time data In lt 123flashchat installed directory gt server etc groups default xml file you will find lt server api enable On gt lt auth password Only commands made using the right key password will be authorized by the chat server and will be effective gt lt auth password gt 3874 3459 9293 2194 lt auth password gt lt allow access from ip Only commands from this IP address are legitimate If itis set to then commands from all IP address will be valid This will not be secure gt lt allow access from ip gt 127 0 0 1 lt allow access from ip gt lt server api gt The socket message string being sent is in standard syntax which will appear as shown below lt xml version 1 0 encoding UTF 8 gt lt Command group default api_pwd api_pwd_in_default xml_file type comman
2. For Client Configuration detail please refer to 4 2 Client Configuration Note in the code another two parameters can be appended to 123flashchat swf 1 init_lang The initial language setting This parameter in html code has higher priority over language setting in client xml If there s init_lang in the code the language setting in client xml becomes invalid While without init_lang in the code then the language setting in client xml is valid 2 init_skin The initial skin setting If you choose a skin here the skin setting in client xml will be invalid If you don t choose a skinhere the skin setting in client xml will be valid For example 123flashchat swf init_lang en amp init_skin standard A full sample lt OBJECT classid clsid D27CDB6E AE6D 11cf 96B8 444553540000 codebase http download macromedia com pub shockwave cabs flash swflash cab version 6 0 19 0 WIDTH 634 HEIGHT 476 gt lt PARAM NAME movie VALUE 123flashchat swf init_lang en amp init_skin standard gt lt PARAM NAME quality VALUE high gt lt PARAM NAME menu value false gt lt EMBED src 123flashchat swf init_lang en amp init_skin standard quality high menu false WIDTH 634 HEIGHT 476 TYPE application x shockwave flash PLUGINSPAGE hitp www macromedia com go getflashplayer gt lt EMBED gt lt OBJECT gt TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 18 of 6
3. How to customize chat skin 7 Programmer s tools 7 1 Server API 7 2 3 2 1 3 2 2 3 2 3 4 2 1 4 2 2 4 2 3 4 2 4 4 2 5 4 3 123 Flash Chat User Manual Supported Platforms Hardware eienen Java Virtual Machine JVM Requirements Port pei E e a an Client Requirements a xtc ac deusincap le o vo tee se se trsa sste tesse Hardware REquireMents ccceccsecceeecesessecssecesseesneceeees 2006 10 31 Pages 2 of 61 Flash Player Requirements sesse c ccs seseceeececssseeseecess Overview the filesii ieee ccc ceccsccessnsccesese cosecuecnsececeascnseneceeees Installing the Chat Server ccccccccccseeecssseecsseseeecesssneceseanes Windows NT 2k XP 2003 0 0 0 cece ceecses cesses cose secsecesesneeseees Linux Other Unix Operin Syden i ee 0 8 AAEE EEE FAT IA O ae sail Moderated chat modules lt lt scnesarsndaneunnitatiemean Invisible admin chat module cee ceeeceeecse ce ceeeceeeceeeeeeee ce es Change nickname module c c cee cccecccsececcceee cease ceases ce eeceeee Pocket pc amp banner chat module eee annonae cececeeecn sees Flashcom audio video module eu cececccesssesececseeeece oer es Encrypt message chat module 0 0 cess cssseeecececeeeteeeeecees Event chat module iic cccic cece ce cece se sececececeseeecee seseo se sseseseseseees 7 1 1 Get Shiver Running Status from the files Send command to server to apena or fuel teal ime data 50 7 1 2 Client
4. Then admin panel gt password panel edit password again In this way your final password will be stored in fcserver xml as a MD5 encrypted string 4 3 7 Chat bot Message TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 42 of 61 This feature can be used for site news or text advertisements With Chat Bot specific message s can be broadcast to specific rooms or all rooms at predefined intervals Messages can be added edited and removed from the list There can be multiple messages for one room or one message for all rooms 4 4 Integrate database configuration 123 Flash Chat supports integrating the existing database of your forum or portal system such as phpBB PHPNuke PostNuke AspNuke etc or of other user systems Basically 123 Flash Chat can integrate database of any kind as long as there s username and password in it but if your website do not support a database your user information will not be able to be integrated If this is the case you can use 123 Flash Chat to store your user information There are a few steps to integrate a database 1 configure default xml The modes of IntegratedOtherDatabase in default xml include None does not use an integrated database to authorize users Mysql uses a mysql database Oracle uses an oracle database Common uses all kinds of databases advanced setting URL uses a web URL to authorize a user s login inf
5. automatically be saved in the cache The default value for this is true for all your members If this is set to true the combination of guest and the checkbox before guest will be visible to all users If this is set to true the password input field will be visible to all users If this is set to true the logout button will be visible to all users This can be set to be true if the guest is checked as default This enables or disables the private chat mode for ordinary users Remember the administrator can always activate a private chat with ordinary The user can accept all private message invitations or deny them by default with this setting This is set to true if the administrator has a unique reserved icon a small person with coffee before their messages It is not referring to the icon before the administrator in the user list rite can set the eee between two messages ee il To allocate space to record chat history Please set the default space size here for all your members unit kb showGuestMemberonl boolean true To define if the member only room is Room viewable to guests in a room list visibleWelcomeMessa boolean true ge To define whether or not to display the admin auto welcome message when anyone enters the chat room TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 36 of 61 visibleExitMessage boolean
6. i 1 u 1 color OxffOOff gt How to use above server APIs with php tosend command to chat server here is the sample code lt host 127 0 0 1 port 51127 apiCommand lt xml version 1 0 encoding UTF 8 gt lt Command group default api_pwd 3874 3459 9293 2194 type add_room name Chit Chat owner Mod desc Chit Chat room max 200 gt fp fsockopen host port amp errno amp errstr 2 if fp echo errstr errno n else fputs fp apiC ommand 0 fclose fp gt 7 2 Client Parameters The 123flashchat swf can fulfill special tasks like auto login by appending the parameters after it when inserting it into html code Specific code can be generated by the dynamic web application to allow logged in users to access your system They will automatically be able to log in to any chat room without re entering their name and password etc 7 2 1 init_user and init_password With these two parameters your users do not have to re enter their names and passwords to TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 54 of 61 access the chat room list page as their usernames and passwords are already attached The login button has already been activated This provides an effective method for auto login You should be able to encrypt your user s passwords with MD5 to make them secure For example If th
7. 22 of 61 10000 The user maximum in all rooms will be limited by the license you ve purchased 3 3 2 If a still logged in user does not send a request to the chat server fora predefined period of time chat server will stop serve him and the connection will be cut For example If a user clicks another URL in their current browser instead of quitting 123 Flash Chat first their connection will be cut by this setting But if the 123 Flash Chat user is inactive inside their current browser their connection will still be kept as the flash client will send request to the chat server at intervals to keep the connection alive connection user numbers timeout user idle numbers timeout A user will be identified as being in idle status when they have not sent a message for a defined period of time The units of measure are seconds A user will get failed to log in error message when it exceeds the predefined period of time to try to connect to the chat server 00 00 2 user numbers connection timeout data path String data Sets the folder name in which following data files are stored member folder ban ip list ban user list etc path files max Connection limit of each IP By default it connections is 10 per ip If configure it to 0 then one IP can login unlimited connections this can be used for performance test time zone Number Set your local time zone between 12 to 12
8. Chat Server 6 6 123 Flash Chat Server 6 0 started Press any key to continue If an error occurs probably the chat server is already started before or there is a problem with the server configuration To check what type of error it is please start in console mode b Starting in console mode In the Windows system start gt program gt 123 flash chat server 6 0 gt control gt start 123 flash chat server console mode Usually you will see something similar to the screen below TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 9 of 61 gt gt gt gt wuw 123f lashchat com lt lt lt lt Welcome to try 123 Flash Chat Server software This is a demo version of 123 Flash Chat Server 6 Chuild 52 Demo version will disconnect the user after logging in for 18 minutes Get the full version http wuww 123f lashchat com buy htnl gt gt gt gt wuw 123f lashchat com lt lt lt lt Starting the server Set System Timezone GMT 8 oading ip to country data Loading connection policy Starting http server Starting the tcp server Starting the http server on 6 0 6 0 4 4 6 35555 Start Check Chat Time Starting the chat server on 4 6 0 6 6 4 4 6 51127 123 Flash Chat Server has been Started ou can open this url to test http 192 168 6 1896 35555 Console mode is helpful to check error details Console mode does not need to be used u
9. because init_ skin has a higher priority In this way your dynamic web application can listen to each user s favorite skin For example lt PARAM NAME movie VALUE 123flashchat swf init_skin classic gt 123flashchat swf would then automatically load the skin under directory skin classic 7 2 7 admin_mode With this parameter functions which are disabled in client xml for ordinary users will be activated for the administrator This will usually only need to be used in special circumstances By default it is false For example in client xml if you configure it to lt visiblePasswordInput value false gt then you block yourself from entering a password to enter the admin panel If this is the case with admin_mode true you can resolve this problem TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 57 of 61 You can create a special html file or dynamic webpage with this parameter to give the admin a control panel For example lt PARAM NAME movie VALUE 123flashchat swf admin_mode true gt 7 2 8 init_ad This will enable or disable the advertisment banner function init_ad true false This parameter has a higher priority over the value of advertisingBanner in client xml For example if in the html code you set lt PARAM NAME movie VALUE 123flashchat swf init_ad true gt but in client xml you set lt advertisingBanner enable false gt T
10. information names in the user table passwords in the user table password is encrypted with TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 44 of 61 MD5 On encoded Off not encoded Passwords in many portal systems and forum systems such as php nuke post nuke or phpBB etc are encrypted with MD5 thus you will need to set this value to On c CommonDB xml The name of the jdbc driver jabe url string The complete jdbc URL If the user name and password are required when the database is accessed they must also be included information user names in the user table password field string The column name of table enable md5 string It defines whether the password is encrypted with MD5 On encoded Off not encoded Passwords in many portal systems and forum systems such as php nuke post nuke or phpBB etc are encrypted with MD5 th us you will need to set this value to On d Using URL to authorize a user s login information You can authorize a users log in information by using a dynamic web application You can activate this integration method by following the tag below Once set to URL another 2 arguments have to be defined to avoid error TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 45 of 61 For example http www yourhost com login_chat php username u
11. rebooting your server It can be done following the steps below Step 1 Modify fcserver sh find the FCSERVER_HOME section and configure the directory of fcserver sh For example if you uncompress the 123flashchatserver tar gz into usr local 123flashchat make sure fcserver sh is in the directory of usr local 123flashchat then remove the before the two rows below in fcserver sh FCSERVER_HOME usr local 123flashchat server export FCSERVER_HOME Step 2 Modify etc rc local file add one row usr local 123flashchat server fserver sh Just replace usr local 123flashchat with your FCSERVER_HOME value 1 Download the latest version of 123 Flash Chat Server Software without JVM from Select the file 123flashchatserver_s tar gz 2 Uncompress the 123flashchatserver_s tar gz 123 Flash Chat User Manual 2006 10 31 Pages 15 of 61 gzip d 123flashchatserver_s tar gz tar xf 123flashchatserver_s tar 3 Make sure Sun j2sdk 1 4 x or a newer version is already installed in your system If it is not download it from http java sun com 4 Set the Java variable and edit the system PATH variable in etc profile JAVA_HOME usr local j2sdk1 4 x export JAVA_HOME CLASSPATH JAVA_HOME lib dt jar JAVA_HOME lib tools jar PATH PATH usr java j2sdk1 4 x bin export PATH 5 Start 123 Flash Chat Server Remember to type all code below ina single line java classpath CLASSPATH 1lib fcserver j
12. the user s connection will be lost every ten minutes The latest information concerning 123 Flash Chat Server Software can be found by visiting http www 123flashchat com If you are interested in purchasing this software online please go to http www 123flashchat com buy html Thank you Requirements 1 Server Requirements 2 1 1 Supported Platforms Windows 95 98 NT ME 2000 XP Solaris Sparc 2 6 7 8 9 Solaris Intel 2 6 7 8 9 http TopCMM Software www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 4 of 61 Compaq Tru64 IRIX HP UX 10 20 11 AIX 4 3 x Linux Redhat 6 2 7 1 7 2 7 3 9 Linux Caldera TurboLinux Mac OS Classic 8 1 9 X Mac OS X 10 0 10 1 Mac OS X Server 2 1 2 Hardware requirements 123 Flash Chat Server Software will be compatible with most server hardware The minimum hardware requirements are as follows M 586 200 MHz or faster processor E 64 MB of RAM or more E 100 MB free hard disk space or more Dedicated PII 400 MHz with 256 MB RAM is eligible to handle 500 or more concurrent users Adding extra RAM and processors will improve the performance of 123 Flash Chat 2 1 3 Java Virtual Machine JVM Requirements A Java Virtual Machine JVM or a Java Developer Kit JDK fully compliant with the Sun J2SDK 1 4 x is required to run the 123 Flash Chat server We recommend J2SDK 1 4 2 or a higher version For the current version of JDK visit http java sun co
13. 1 4 Configuration 4 1 Server Configuration By default all configuration for the chat server is controlled by two files 1 feserver xml This is located at lt 123flashchat installed directory gt server etc fcserver xml 2 default xml It is located at lt 123flashchat installed directory gt server etc groups default xml You can also access both files from Windows start menu if you re using Windows system 4 1 1 fcserver xml 4 1 1 1 Connection Configuration Open the configuration file fcserver xml In the Connection Section you can set two servers and listen to two ports primary server secondary server There are four reasons as to why there is a second server port option They are listed below 1 Any version before Flash Player 7 only allows access on a high port 1024 65535 due to security reasons while a low port is forbidden If you are okay with high port you will not need to set secondary server However if you need to set port lower than 1024 you will need a secondary server 2 Ifthe port of your primary server is lower than 1024 like 80 then only users with Flash Player 7 or newer versions will be able to access the chat while users with flash player 6 can t In this case a secondary server will be necessary The port for the secondary server should be greater than 1024 which will allow users with an earlier version of Flash Player to access chat 3 Ifyou are going to set a high port for your primary se
14. 123 Flash Chat User Manual 2006 10 31 Pages of 61 123 Flash Chat Server Software User Manual Version 6 2 http www 123flashchat com Powered by TOPCMM TABLE OF CONTENTS t glides Ue Oninin nennir errr rrr errr rrr rrr er rrrrerrere errr errr errr 3 2 Regu iremMmehtS a eee We Pee eRe ey eer ree 3 2 1 Server Requirements u seese ceseseeececsceeeee tee see ee 3 TopCMM Software http www 123flashchat com 2 2 2 1 1 2 1 2 2 1 3 2 1 4 2 2 1 2 2 2 3 Installation 3 1 3 2 3 3 Web Server ii cccceseseceseceececececssccescesecu se seceeecuecuseceessecescesece sess caeecaecnseeeenaecneseecn eee 3 4 4 Configuration 4 1 Server Configuration 4 1 2 DefAUI XM occ oevervvvivvvtvivtttttrss 4 1 2 8 lt room_id gt XMl ieee cecececececesvscse concn suse secececsnsvecseceescnsueesceceanavaveretens 4 2 Client Conf gtr att onic cass acces ccc cetadehssesides iecddadiaiewiatiiactiedhntecdei AEA ERNS CHE MT MM cass cartee gan r Ean Skin configuration o oo eee cece cee cece eeeeeececeeeecee cece se asees Predefined Message cecessescsesesece cu sececensececeevaveecees Change Private Message Location 0 cecceccceceeeee flashEmotion Configuration cee ceeseeeeeceseteeeseteeeenes Client Amini ame 4 5 csuocscisraismyastelacsastanidiaeisedamscenussan Integrate database configuration sesssese eese sess cesses eeteeeeees 4 4 5 Chat Modules 5 1 I2 5 3 5 4 5 5 5 6 5 7 6
15. Enable or disable to save the file name gt enable public message public message Set the root ur of public root url message public message Set the filename of the public file name message log public message string Off Enable or disable to show the button public message button in client side which will display in the chat TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 27 of 61 history panel private message string Set the directory of private path message path gt enable private message file name message log 4 1 2 4 FilterWords Configuration Inappropriate Words may need to be filtered from a conversation If you want to substitute a word please add one row in the tag below lt FilterWords gt in lt 123FlashChatServer6 0 installed dir gt server etc groups default xml Then set the substitute in the following tag lt FilterWords replace your substitute gt For example lt FilterWords replace gt lt filter gt fuck lt filter gt lt filter gt shit lt filter gt lt FilterWords gt Default Value filter string Bad words needed to be filtered replace string We Set the substitute to replace the filtered words RK Partial filter is also enabled such as fuckyou will be filtered as you 4 1 2 5 robot message Scheduled automatic robot message s can be defined to be broadcast in certain room s wi
16. For example 5 GMT 5 8 GMT 8 Default is 0 GMT TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 23 of 61 4 1 2 Default xml 4 1 2 1 General Configuration To modify the Parameters please refer to the table below enable guest On Off ane Allow unregistered guest to log in or not login Enable user ee o Allow new user to register register User Maximum in all rooms of current group connection simultaneously On On Max userid Number 32 Maximum length of user id when registering length 32 128 512 5 max passwd length max email Maximum length of email address when length registering max Number Maximum length of each message message length Max cached ee Shows the last conversation in a newly message ent messages will be displayed opened room and defines how many latest Max post row Maxium row of each message Maximum length of password when registering Integrated String None 123 Flash Chat can integrate your existing user other database like that of your forum or portal database system 123 Flash Chat integrates phpBB PHPNuke PostNuke AspNuke etc A forum which doesn t have a database can not be integrated The modes of IntegratedOtherDatabases are None not using an integrated database to authorize a user Mysql using a mysql database Oracle using an oracle database ODBC using ODBC DSN to connect a database Common u
17. Parameters i asessorin eass aE NAN EEr RSN i 7 2 1 init_user and IIL PASSWOMG os ciceciecivictosoidinsassesndesnrcouncortantanbinerdovorise http a50 53 53 TopCMM Software www 123flashchat com 8 Lite Client 9 User Profile Interface 1 2 2 7 2 2 7 2 3 7 2 4 7 2 5 7 2 6 7 2 7 7 2 8 7 2 9 7 2 10 7 2 11 7 2 12 Introduction 123 Flash Chat User Manual nit NICKNAME Sissin iea a catenin Ee II OOt essene setecesees init_room and init_rOOM_PWL w ce eee ceeeceetecneeeeees WE VAG sram hace adiandczhsadacs aeae aa a ea admin MOE eee cece ccecss sec secs secs sees ee case cases ceaseeeeeeeseesaeseee WE AG Sa EE A vase E EE casieate Ceres EEA lOAMING_DKGFOUNG o oo elec eee cee cececsececesseesecesseeecesn assess init_private and init_private_Messag cece MIL SOOM 5 giaicnimeutnisen enc ananin TL 9 eesse se sese tese soo sese seseeerososse sese seee so sses 2006 10 31 Pages 3 of 61 54 54 55 56 56 56 57 57 3 123 Flash Chat Server Software is a real time powerful high performance chat server produced by TopCMM Software Corp http www topcmm com This user manual contains clearly labeled diagrams and instructions for how to install use and administrate 123 Flash Chat Server Software for your own use The demonstration version of 123 Flash Chat Server Software is a free way to test the paid version The demonstration includes every feature of the full version however
18. advanced details please check webpage http www 123flashchat com addroom serverapi html 7 1 2 2 del_room Rooms can be deleted dynamically using this command room_ id Number The ID of rooms needed to be removed A full sample of this command can be seen below lt xml version 1 0 encoding UTF 8 gt lt Command group default api_pwd 3874 3459 9293 2194 type del_room room_id 1 gt 7 1 2 3 broadcast This command will broadcast messages to every logon user whether or not they have entered their username or entered a room The following parameters are indispensable What name should be used to broadcast 7 1 3 private_message This allows a private message to be sent to a specific user Message to be sent avatar String Avatar name in the message could be e1 e2 e32 owner_nick String The sender s nickname TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 53 of 61 41 or 0 1 bold font for the message being sent 0 not bold 0 not italic 0 no underline color Hexadecimal Color value must begin with Ox eg red is Number OxFFOO00 A full sample of this command can be seen below lt xml version 1 0 encoding UTF 8 gt lt Command group default api_pwd 3874 3459 9293 2194 type private_message dest_uid test msg hello world emotion e2 owner_uid admin owner_nick admin b 1
19. ain www myfriendsdomain com gt lt allow access from domain mydomain com gt lt allow access from domain 11 22 33 44 gt lt cross domain policy gt max connections per ip lt max connections per ip Connection limit of each IP By default it is 10 If configure it to 0 then one IP can login unlimited connections this can be used for performance test gt lt max connections per ip gt 10 lt max connections per ip gt In current version the cross domain policy is now enhanced in this way not only all connections originating from domain which is not in the allow access list is forbidden those connections originating from local computer by launching SWF file are now denied too Only connections from allow access list can access chat Of course you can set it to permit access from any domain 4 1 1 2 Global Configuration Open the configuration file feserver xml In the Global Section To modify the Parameters please refer to the tables below message Number 20 It deals with messages handle To handle high frequency messages with workers over 1000 chat users in one room please set it to a higher value Normally you will not need to change it 0 listen Number 2 If the maximum number of users is over workers 1000 please configure it with larger number Normally you will not need to change this TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages
20. ar lib moderator jar lib changenick jar lib invisibleadmin jar lib serverapi jar lib robotmessage jar lib fclib jar lib log4j jar lib jdo m jar lib xerces jar com topcmm jchat FCServer amp Note For Sun Solaris we strongly recommend the patch for J2SDK to be installed before installing the 123 Flash Chat Server Software This will ensure the stability of the multi thread Java application The patch can be obtained from http sunsolve sun com pub cgi show p1 target patches J2SE Tip If you are still experiencing problems and require help with installing the Java software please contact your system administrator Alternatively you can contact us via email at support 123flashchat com Please make sure to include the details of your operating system If you have purchased 123 Flash Chat Server Software please also include your name purchase email and user license we ll provide a preferential support to buyer Those who have purchased the unlimited user license version of 123 Flash Chat will get priority and will also receive a lifelong upgrade and technical support for free 3 3 Web server 123 Flash Chat Server Software includes a temporary web server JUST for testing purpose But when you launch the 123 Flash Chat Server officially a professional web server is strongly recommended such as Apache IIS etc To integrate the chat client to a web server other than the built in web server please follow the steps below a copy the c
21. at com 123 Flash Chat User Manual 2006 10 31 Pages 39 of 61 Note Too many concurrent PMs in new browser windows may lag speed of your computer Admin can predefine this option in client xml to be default setting for all users and regular users can change setting by themselves in option panel according to their computer performance 4 2 5 flashEmotion configuration Animated emotions can be chosen to launch a play button into the chat lobby or private chat Other users can click play to enjoy the flash Change FlashEmotion Nine default flashEmotions are packed into the free demo of 123flashchat You can also add remove change current collection FlashEmotions are stored in one folder named flashemotion by default externally from the SWF and controlled by xml file client xml To add new FlashEmotion s firstly put new flash animations to the FlashEmotion folder then edit client xml find flashEmotion section add new line s to define the location and duration value users by default Default column of flashEmotions Default row of flashEmotions autoPlay boolean Whether or not the flashEmotion will be auto play in current window name string _ flashEmotion name src string The original flash file location The recommended dimension of flashEmotion 500x400 px Better not bigger than 630x470 to look good thumb string thumbnail location The recommended dimension of thumbnail 46x46 px Other
22. black skin scalable vector skin 8 orange Orange skin scalable vector skin 9 clean Aqua blue amp gray skin scalable vector skin You can also design a new skin based on the existing skins You can either enable or disable the profile option by setting the value to true or false If itis enabled enter the correct value after the url eg http yourwebsite profile php user AUSER the profile link can be found when activating a user from the user list in the pop up menu Click on the profile link to view the user s details in a new browser window The URL value can be the profile link in your existing database or even the profile link of another website Note you can add multiple profile URLs This is the default sound setting in the chat room This can be enabled by selecting true or disabled by selecting false This is the default sound setting in the monitor panel for the administrator It can be disabled by selecting false however we strongly recommend it to be set to true in order to monitor a chat room with sound alerts This is where you can choose whether or not to play a sound alert when anyone enters the room you are in The default value for this is true which is also the default value for all your members Your members can set their preferences in their option panel This is where you can choose whether or not to play a sound alert w TopCMM Software http w
23. d_type command_parameters gt Note Remember to terminate XML commands with a null byte group in the standard version the group value has to be default api_pwd this has to be the auth password value which is defined in default xml type this is the type of the command being sent It could be in the following types add_room del_room broadcast private_message command_parameters these are parameters needed for every command They can be different for each command These will be introduced later Below is an example of a command string lt xml version 1 0 encoding UTF 8 gt lt Command group default api_pwd 3874 3459 9293 2194 type add_room name the_room_name owner abcd desc test max 200 gt 7 1 2 1 add_room Rooms can be added on the fly using the add room command The following parameters are indispensable Owner String New room moderator TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 52 of 61 Number max number of people the new room can hold passallmess True fals Enable or disable the moderator chat mode need age e moderator chat module A full sample of this command is shown below lt xml version 1 0 encoding UTF 8 gt lt Command group default api_pwd 3874 3459 9293 2194 type add_room name test room owner aaa desc room for test max 200 passallmessage true gt For
24. e If this value is true admin will be set invisible as default when login TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 59 of 61 8 Lite Client Lite version in v6 1 is another option for flash chat client it is very small in file size only about 30 kb and has the basic chat functions including chat logo user list chat input area and chatbox to display chat content The benefit of the lite version is that the loading speed can be faster than the standard flash chat client because the decoration graphics are removed Meanwhile the lite version can handle higher load there can be about 1000 people chat at the same time in the same room By default the lite client will enter the first room of the chat and the user id will be generated automatically by the server Or you can use the init parameters to login and enter a room automatically The parameters are init_user init_password init_nickname init_room init_room_pwd For the instructions please refer to the chapter of 7 2 Client Parameters Sample code lite swf init_user a amp init_password a amp init_room 1001 it indicates that you will use the username a and password a to enter the room which id is 1001 Lite client command list The send smiley function is available in Lite Client although the Smiley Panel is removed and the smileys can be mixed with text in the same line Smileys can be embedded
25. e if this room is a moderated chat room Set room public time Set the public time of the specific room Click add to add a rule first and click submit to save changes The room mode normal means certain time period of each day or certain day of a week special means special chat event of a particular day EveryHour means recurring period of each hour 4 3 4 Users In the User Panel admin can control the users connections Ban or unban a username Note This applies to the user s original username not their currently displayed nickname If you ban someone but it fails please find out their real username in the monitor window and try again Banor unban alP sect 4 3 5 Announcement In the Announce Panel you can broadcast messages to every logged in user whether in specific chat rooms or just in the room list page 4 3 6 Password In the Password Panel you can update the administrator password Due to security reasons it is very important to change the default admin password after you have set up the chat server for the first time The new password will be stored in default xml as MD5 encrypted Tip If you forget the admin password you can manually edit admin tag in default xml do not forget to change the admin tag md5 off For example lt user name admin passwd mypassword md5 Off gt Now you can log into chat with the new password mypassword
26. e user name my username password my password the code you should add into your html will be as follows lt OBJECT classid clsid D27CD B6E AE6D 11cf 96B8 444553540000 codebase http download macromedia com pub shockwave cabs flash swflash cab version 6 0 0 0 WIDTH 634 HEIGHT 476 gt lt PARAM NAME movie VALUE 123flashchat swf init_user myusername amp init_password mypassword gt lt PARAM NAME quality VALUE high gt lt PARAM NAME menu value false gt lt EMBED src 123flashchat swf init_user myuserame amp init_password mypasswor d quality high menu false WIDTH 634 HEIGHT 476 TYPE application x shockwave flash PLUGINSPAGE http www macromedia com go getflashplayer gt lt EMBED gt lt OBJECT gt Note The auto login will not happen until both of the parameters are attached at the same time 7 2 2 init_nickname This parameter gives logged on users a display nickname automatically It will only be valid if you set it in the server configuration as follows lt enable change nickname gt On lt enable change nickname gt It can be used in conjunction with init_user and init_password so that a user can have their own nickname once they are automatically logged in 7 2 3 init_root The init_root is the string of an URL or a directory It is only useful when the chat html file and the 123flashchat swf are located in different directories With init_root the swfcan automatically load client xml lang
27. ed with MD5 thus you will need to set this value to On 5 Chat Modules The 123 Flash Chat Server releases several powerful chat modules They can greatly enhance the chat but are not obligatory for every webmaster Therefore they are not included in the standard package Users can choose these optional modules according to their needs All modules are just plug ins based on 123 Flash Chat Server Software which works with the license instead of working alone 5 1 Moderated chat module The distinguishing feature of a Moderated Chat moderation chat or moderate chat is that questions submitted by participants will not be displayed publicly unless the Moderator or Admin approved passed it Check details here http www 123flashchat com moderated chat html 5 2 Invisible admin chat module With this module the administrator can monitor chat conversations in chat rooms invisibly Without the existence of the admin participants can freely chat but the administrator can make sure that no one is being inappropriate in the chat room Check details here http www 123flashchat com invisible admin html 5 3 Change nickname module With the Change Nickname Module installed your users have the ability to change their displayed nickname location sex age after they have logged in This makes their chatting more flexible and fun value On Off Enable the change nickname function enableCustomProfile On Off Use
28. enu value false gt lt EMBED src 123flashchat swf quality high menu false WIDTH 634 HEIGHT 476 TYPE application x shockwave flash PLUGINSPAGE hittp www macromedia com go getflashplayer gt lt EMBED gt lt OBJECT gt In the code if the webpage and 123flashchat swf are in the same folder Then lt PARAM NAME movie VALUE 123flashchat swf gt Otherwise you have to add a parameter init_root after 123flashchat swf to ensure 123flashchat swf can find the relevant files to load like this lt PARAM NAME movie VALUE another_directory 123flashchat swf gt The syntax is lt PARAM NAME movie VALUE another_directory 123flashchat swf init_root another_directory gt If the 123flashchat swf is on another domain like TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 17 of 61 lt PARAM NAME movie VALUE http www another_domain com chat 123flashchat swf gt The parameter init_root is also indispensable lt PARAM NAME movie VALUE http www another_domain com chat 123flashchat swf init_root http www another _domain com chat gt 123 Flash Chat flash client is resizable Find WIDTH 634 HEIGHT 476 replace the values with the expected width and height Technically the smallest size is 550 250 and for the width we recommend it be no less than 400 pixels You can if you prefer remove the logo buttons and other decorations to make it even smaller
29. er the moderator user need send request with others video audio canShutOffModerator On Off This function decides whether the others could cancel the video aduio to the moderator users On On On Off On Off On http www 123flashchat com video chat html 5 6 Encrypt message chat module With this optional chat module chat messages can be encrypted by using RSA which ensure the privacy and chat security http www 123flashchat com encrypt message html 5 7 Event chat module With this optional chat module chat room can be opened and closed at a particular time to gather more traffic The entrance Admin Panel gt Room Panel gt Set room public time gt Set Set the public time of the specific room Click add to add a rule first and click submit to save changes The room mode normal means certain time period of each day or certain day of a week special means special chat event of a particular day EveryHour means recurring period of each hour http www 123flashchat com event chat html 6 How to customize chat skin Brief introduction TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 49 of 61 All sets of skins are stored under the directory lt 123flashchat installed directory gt client skin By default we offer 9 sets of skins You can modify any skin or add your own based on the pre existing skins Skin comp
30. feature visiblelButton boolean true Add or remove the I button from the a a middle menu above the input area to enable or disable the italic font feature visibleUButton boolean true Add or remove the U button from the ee middle menu above the input area to enable or disable the underline font feature visibleColorButton boolean true Add or remove the Color picker ee button from the middle menu above the input area to enable or disable the font color feature visibleSelectSmileyBut boolean true Add or remove the smiley button fro TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 37 of 61 m the middle menu above the input area to enable or disable the emotion feature visibleSelectBgButton boolean true Add or remove the BG button from the middle menu above the input area to enable or disable the change chat background feature idleDisconnectTime number When a user is idle in chat room for a predefined time his connection will be automatically cut and he will be kicked out of the room This time period can be defined here by admin 0 means to disable this feature and the users won t be kicked no matter how long he stays without saying or doing anything Measurement units minute visibleTimeStamp boolean false Display the timestamp in all users chat windows Users can enable or disable this feature by themselves in the option panel p
31. folder and skin folder under the specified root directory lt PARAM NAME movie VALUE 123flashchat swf init_root http www yourhostname com yourdir gt Note please add a slash at the end of this value It should look like the following TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 55 of 61 http www yourhostname com yourdir It should NOT look like the example below http www yourhostname com yourdir 7 2 4 init_room and init_room_pwd Your users can skip the room list page and automatically log directly into a specific chat room Parameter init_room can help you with auto login room Parameter value type Description ei room Room_id number is room ID init_room instead of room name init_room eS Room string If the room is password protected password you need to set init_room_pwd init_room_pwd Of course init_room_pwd is not obligatory For example If the user name myusername password mypassword room id 1001 the code you should add into your html will be as follows lt OBJECT classid clsid D27CDB6E AE6D 1 1cf 96B8 444553540000 codebase http download macromedia com pub shockwave cabs flash swflash cab version 6 0 0 0 WIDTH 634 HEIGHT 476 gt lt PARAM NAME movie VALUE 123flashchat swf init_userm myusemame amp init_password mypassword amp init_room 1 001 gt lt PARAM NAME quality VALUE high gt lt PARAM NAME menu val
32. g one room one file will be removed from this directory For example lt xml version 1 0 encoding UTF 8 gt lt room gt lt name gt Main Test lt name gt lt max gt 200 lt max gt lt des gt Tip test register enter exit room send newline etc lt des gt lt owner gt admin lt owner gt lt speaker gt lt speaker gt lt password gt lt password gt lt member only gt Off lt member only gt lt pass all message gt Off lt pass all message gt lt roomOpen gt lt Time o special s 2006 04 18 17 55 00 e 2006 04 18 18 01 00 gt lt Time gt lt roomOpen gt lt room gt Note file name is room ID not room name max Number Max number of people in one room which is limited by the user license you have des String Chat room description and introduction TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 30 of 61 owner String Chat room owner moderator who can kick any one causing a nuisance To have two or more moderators please enter the owner list in this tag separated by with no spaces between eg aaa bbb ccc In admin panel moderatators can be added editted and deleted speaker String When a room s status is set to moderated chat all the messages from ordinary users are not made public unless the moderator passes them Another type of user is speaker A speaker is entitled to talk freely in public without the consent of the m
33. he middle buttons There is a title below the middle buttons to show the status of the room section By default it is the add room section Choose a room first before clicking the delete or edit button You will be notified if the action of add delete or edit is successful or if it fails Rooms you add will appear in real time in the list of rooms In the room details section an asterisk indicates a required field Room name name of current room moderator he can kick a nuisance person from using the current chat room and set a room to Moderated chat In such a room all messages from ordinary users will be disabled from being displayed publicly unless the moderator or admin passed them Moderated chat is a plug in module which is not included in the standard full version by default Max users This value is limited to the license you have purchased Password Leave this blank if you want this to be a public room Member only This defines whether guests can access a particular room TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 41 of 61 Speaker Is another user type used in Moderated chat The speaker can freely chat and their words will be displayed publicly without the consent of the moderator or admin Leave this as null if you do not need a speaker Description Chat room introduction Moderate Set the default valu
34. hen the advertisement banner will still be enabled 7 2 9 loading_bkground This defines whether the loading background which is now a blue cup appears or does not appear The default value is set to true Usually you will not need to use this interface If you need a loading number without a background image you can set the loading background value to false For example lt PARAM NAME movie VALUE 123flashchat swf loading_bkground false gt 7 2 10 init_private and init_private_message A private window can be automatically created in 123 Flash Chat with some words to start the conversation This makes it perfect as a one to one live support software Parameters init_ private and init_private_message can help you with auto create private window Parameter value value type Description init_private Receiver string The receiver name in the destination name room init_private_message greeting string Words you would like to start with TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 58 of 61 For example If the user name abc password abc room id 1 the name of the person you want to talk to is test and you want to create a private window by saying hello then the script to add into your html code is as follows lt OBJECT classid clsid D27CDB6E AE6D 1 1cf 96B8 444553540000 codebase http do
35. ib plugin jar jre lib jsse jar jre lib jce jar jre lib charsets jar lib fcserver jar lib moderator jar lib log4j jar lib xerces jar lib jdom jar lib mysql jar com topcmm jchat FC Server Save it as a bat file to 123flashchat installed directory for example start98 bat then open DOS window cd lt 123flashchat_installed_directory gt server start98 bat 3 2 2 Linux 1 If you are in a local Linux console window please skip this step If you need to remote control Linux server then please telnet or SSH to your Linux server first with SSH telnet client software like Putty Putty can be downloaded for free from http www chiark greenend org uk sgtatham putty download html Then login to your server as shown below TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 11 of 61 aX PuTTY Configuration Category Session Basic options for your PuTTY session Logging Terminal Keyboard Host Name or IP address Bell www yourhost com Features a B Window Appearance Behaviour Translation Selection Colours YourHost amp Connection Default Settings Proxy hostl Telnet host10 Rlogin hostl Specify your connection by host name or IP address Protocol O Baw O Telnet Rlogin Load save or delete a stored session Saved Sessions Auth host3 Tunnels host4 Bugs Close window on exit O Always Never Only on clean exit 2 flashchat host10 log
36. in as flashchat flashchat host10 123flashchat com s password flashchat hostiO flashchat 2 Download the latest Linux version of 123 Flash Chat Server Software at http www 123flashchat com download html Select the file 123flashchat tar gz You can download it by using this command wget http www 123flashchat com download 123flashchat tar gz TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 12 of 61 shchat com downloadys ashchat com download 123flashchat tar qz 158 80 connected HTTP rec ai ing r 200 OK Length a 3 Uncompress the 123flashchat tar gz tar zxf 123flashchat tar gz 4 Start the server manually cd 123flashchat server fcserver sh start demo J 7 on will onnec n user E p ang the full v juntry d iing conn tion policy arting http can open this url to lt your ver ip 5 Stop the server manually fcserver sh stop 6 Restart the server manually feserver sh restart 123 Flash Chat User Manual 2006 10 31 Pages 13 of 61 IX ibuild 0520 in for 10 minut y html y 123 Flash Chat User Manual 2006 10 31 Pages 14 of 61 7 x try demo w x z Chat 6 0 build 0520 connet h user a in for 10 minutes version http mT 12 at vuy html www 123flas ding connection policy rting http ver Starting the rting the http 7 How to auto start chat server after
37. into conversation via shortcut symbols like Tip To check out the list of the available smileys type command help or h The list is also illustrated in the help document of the chat client help smiley shortcut htm If the chat owner wants to disable smiley function in lite client use parameter init_load_smiley in html code sample lite swf init_load_smiley false 9 User Profile Interface You can customize user s profile via user profile interface For example it can help you show user s profile which is customized in database in flashchat on condition that all users profile have been stored in the database of your website In order to use this function you must use the web URL to authorize user s login information you can add any user s profile information next to the login result O login success or 5 login success admin and split the login result and user s profile parameter by TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 60 of 61 When users login there is an attribute c with the login user s profile information carried at the head of login element from server to client When users enter room or change room there is an attribute c with another users profile information carried at the head of u element from server to client Example login_chat php lt username _GET username password _GET password if
38. ir option panel This is where you can make the URL address in messages clickable or not If the value is set to true then the valid URL a string with http or www which is 9 characters at least will become underlined and linked to the specified URL Defaul value is true which is also default value for all your members Your members can set their preferences in their option panel When the value for this is set to true a chatter s username will automatically be saved in the cache TopCMM Software http www 123flashchat com autoSavePassword autoSaveAvatarFonts autoSaveBKGround visibleGuestCheckbox lockAdminIcon boolean ia a ames ee 123 Flash Chat User Manual 2006 10 31 Pages 35 of 61 The default value for this is true for all of your members Your members can set their preferences in their option panel When the value for this is set to true a member s username will automatically be saved in the cache The default value for this is false for all your members Your members can set their preferences in their option panel When the value for this is set to true a chatter s avatar font style and color will automatically be saved in the cache The default value for this is true for all your members Your members can set their preferences in their option panel When the value for this is set to true a user s chat space background will
39. l be kept as the flash client will send request to the chat server at user idle timeout numbers A user will be identified as being in idle status when they have not sent a message for a defined period of time The units of measure are seconds 2 predefined period of time to try to admin logs path string Name of the folder of admin log data files intervals to keep the connection alive 300 user connection numbers 2 A user will get failed to log in error timeout message when it exceeds the connect to the chat server data path String data Sets the folder name in which following data files are stored O eee iin ii i ii list etc max connections Number 10 Connection limit of each IP By per ip default it is 10 If configure it to 0 then one IP can login unlimited connections this can be used for performance test time zone Number 0 Set your local time zone between 12 to 12 For example 5 GMT 5 8 GMT 8 Default is 0 GMT TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 21 of 61 To allow all URLs on mydomain com to be accessible you can configure your server in the following way lt cross domain policy gt lt allow access from domain mydomain com gt lt cross domain policy gt To allow multiple domain names to be accessible you can configure your server in the following way lt cross domain policy gt lt allow access from dom
40. le n owen I a 1 s gt lt u gt lt Enter gt The END TopCMM Software http www 123flashchat com
41. lient folder TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 16 of 61 Copy the client folder to the web directory of your web server but keep in mind Note DO NOT copy the server folder to protect it from being downloaded by chatters which is very insecure The server folder should already be securely installed on the web server automatically so far in the installation process b edit client xml Please leave the host value to if the chat server and the web server which hosts the 123flashchat swf file are located on the same server If the SWF file is on another web server then you should set the host value according to the chat server domain name or IP address The port value in client xml should be identical with the one in fcserver xml For advanced connection configuration please refer to http www 123flashchat com howto_configure_connection html 3 4 Insert code After the original installation 123flashchat swf is supposed to be already in your web directory You can insert 123flashchat swf into your webpage static or dynamic with following flash object tag code lt OBJECT classid clsid D27C DB6E AE6D 11cf 96B8 444553540000 codebase http download macromedia com pub shockwave cabs flash swflash cab version 6 0 19 0 WIDTH 634 HEIGHT 476 gt lt PARAM NAME movie VALUE 123flashchat swf gt lt PARAM NAME quality VALUE high gt lt PARAM NAME m
42. ly added to removed from the predefined section to save time they can be easily copied into chat input area by double click After editing it or just confirming it press send to publish it In client xml find lt predefineMessage gt section EA pe E Jesion be available to all users by default msg value string Default canned message content enable boolean true Enable predefined message function or not The canned messages Admin defined in client xml will The regular users can define their own messages in chat panel above chat input area there is a middle toolbar and the last icon is for define and launch canned message predefineMessage panel add press to activate add message window Delete choose one message then press to remove it manage pages Multiple canned messages can be managed in multiple pages 4 2 4 Change Private Message Location Private message has two optional locations in current SWF or in new browser window If in current SWF the loading speed of new private window is much faster But if in new browser window it may be easier to manage multiple PMs Penne Pee rae enable boolean false Whether or not to open each private message ina new browser window and the size of it Default setting defined by admin Default width of new browser window in pixel number Default height of new browser window in pixel TopCMM Software http www 123flashch
43. m Note The Windows and Linux versions of 123 Flash Chat Server Software now include the Sun J2SDK 1 4 2 so it won t be necessary to install JDK again 2 1 4 Port requirements 123 Flash Chat Server Software needs at least ONE free port The default port is 51127 123 Flash Chat Server Software can listen to two ports simultaneously to guarantee the accessibility a low one lt 1024 and a high one 1024 65535 To ensure your users don t have to configure a firewall before accessing 123 Flash Chat the TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 5 of 61 low port can be set to 80 or 443 since it is allowed by most users firewalls But remember ports below 1024 can only be accessed using flash player 7 or 8 That s why you may set a high port 1024 65535 to serve lower version flash player 123 Flash Chat Server Software has a built in web server JUST for testing purpose The default port value for this web server is 35555 For more detailed instructions on ports please refer to the Server Configuration Section of this guide 2 2 Client Requirements 2 2 1 Hardware Requirements M 586 166 MHz or faster processor E 64 MB of RAM or more 2 2 2 Flash Player Requirements The client will need Macromedia Flash Player 6 or above to use the flash chat client If users do not have flash player 6 or higher installed they will be notified of these requirements and automa
44. nabled users have the ability to change their display nickname sex location and age after they have logged in This makes chat more flexible and fun invisible admin With the invisible admin module enabled the administrator can monitor the chat conversations in chat rooms invisibly Without the existence of the administrator chatters can freely talk but change nick can also be stopped by the administrator if their language _is inappropriate With flashcom audio video module enabled you can add webcam and voice chat Unlike the basic text chat this module needs support of flash communication server encrypt message Message being encrypted will ensure the security of the chat server 123flashchat can encrypt messages using RSA TopCMM Software http www 123flashchat com flashcom audio video 123 Flash Chat User Manual 2006 10 31 Pages 29 of 61 event chat Certain chat room s can be configured to automatically open and close at a particular time to gather more traffic 4 1 2 8 lt room_id gt xml In the directory lt 123flashchat installed directory gt server data default rooms There are files named lt number gt xml For example 1 xml 1032 xml Each one of these files represents a chat room The room change in admin panel will affects these xml files accordingly at real time ie when adding a room in the admin panel one file will be generated into this directory when deletin
45. nless there is a problem with the process of starting the chat server After fixing the problem it is recommended to stop chat server and start again in service mode 5 To stop chat server a If you are in service mode please stop the server in the following way start gt program gt 123flash chat server 6 0 gt server gt stop 123 flash chat server b If you are in console mode please stop the server by simply closing the pop up DOS window Stopping the 123 Flash Chat Server 6 0 service 123 Flash Chat Server 6 8 stopped wrapper wrapper Press any key to continue 6 To restart chat server a If you are in service mode please restart the server in following way Start gt program gt 123 flash chat server 6 0 gt server gt restart 123 flash chat server 123 Flash Chat User Manual 2006 10 31 Pages 10 of 61 b If you are in console mode please close the DOS window firstly and restart the server in following way start gt program gt 123 flash chat server 6 0 gt server gt restart 123 flash chat server Note After configuring the server parameter manually you have to restart the chat server to make the changes effective Note Windows 98 and Windows ME do not support NT service If you need to run the chat server on a Windows 98 or Windows ME server you should open Notepad to create a file with following code in one single line jre bin java classpath jre lib sunrsasign jar jre lib rt jar jre l
46. nother web server you should set the host value according to the chat server domain name or ip address The port value must be identical with O gt port 2 51127 the one in fcserver xml For details please refer to http www 123flashchat com howto configure _connection html HomeUrl String http www 123f This is the URL you want the logo to lashchat com link to If this is set to null there will be no link over the logo HelpUrl String help index html This is the URL for the help file This can be translated to any language locally uploaded to your web server and the new help URL can be inserted here registerUrl String null This parameter will not need to be configured if you are using 123 Flash TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 32 of 61 Chat to store your user data This parameter is only required if you are using an external database copyright string Copyright This is your company copyright 2001 2005 information This will be displayed in TopC MM the about panel Computing Inc All Rights Reserved loadRootPath string This is the directory where the language folder and skin folder are located These should be left as null If however you put them on another server please set them to http url For example http www 123flashchat com chat Don t forget the slash at the end gt na 0O00NODO WN Ne oS xnana Te
47. nt meaning 0 login successfully 1 wrong password 2 the username can t be used 3 login error e g error in connecting database 4 username does not exist 5 successfully login as the administrator 6 guest login not allowed 7 username banned TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 25 of 61 talk interval numbers This is the shortest pause in milliseconds between two utterances This prevents screen flooding Eg 1000 1 second Kick ban numbers Specifies a time period to ban a user s timeout username and IP address after he has been kicked out Unit minute note a user will only be banned from the current room but not from other rooms If you set it to 0 there s no ban accompanied with kick Site key string This is the code to validate your website It must be the same as the siteKey value in client xml otherwise the client will not be able to connect to your chat server moderatorSe On Off Off Enable the moderator users have permission to elP check others IP address 4 1 2 2 User Configuration Open the configuration file default xml In the user section you can configure lt admin gt and lt ReservedUserName gt To add an administrator just add one line in the Users gt admin Section lt user name admin passwd test md5 off gt or lt user name admin pas
48. nual 2006 10 31 Pages 7 of 61 ie Setup 123 Flash Chat Server 6 0 Welcome to the 123 Flash Chat Server 6 0 Setup Wizard This will install 123 Flash Chat Server 6 0 on your computer It is recommended that you close all other applications before continuing Click Next to continue or Cancel to exit Setup 2 3 After 123 Flash Chat Server has been installed wait a few seconds while 123 Flash Chat Server as a Windows NT service is automatically started Usually you don t have to start it manually 123 Flash Chat Server as a Windows NT service will automatically load and start after each reboot of your server computer TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 8 of 61 ie Setup 123 Flash Chat Server 6 0 Completing the 123 Flash Chat Server 6 0 Setup Wizard Setup has finished installing 123 Flash Chat Server 6 0 on your computer The application may be launched by selecting the installed icons Click Finish to exit Setup Server has been installed and started start a client to test 4 Start the chat server This can be done by starting the server in service mode or console mode if it was stopped before These modes are explained below a Starting in service mode In the Windows system start gt program gt 123 flash chat server 6 0 gt Server gt start 123 flash chat server gt Start 123 Flash Chat Server Starting the 123 Flash
49. oderator To have more than one speaker the list of speakers can be entered into the tag separated by with no spaces between eg aaa bbb ccc A speaker can not kick someone from the chat room Leave the field of speaker to be blank if you want cette If you do not want a password to protect a chat room leave this section blank This determines whether a room is members only or open to all including guests pass all On Off Enable or disable moderator chat message mode need moderator chat module TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 31 of 61 room open Oo ee gt time and close the chat room room open Normal Special Room mode normal means gt time o certain time period of each day or certain day of a week special means special chat event of a particular day gt time s Room start time room open number Example 2006 04 18 18 01 00 gt time e Room end time 4 2 Client Configuration There are three client configuration files 1 client xml 2 skin xml 3 color xml The modifications for these files will not be effective until the chat client is re opened 4 2 1 client xml Only values can be changed not the names gt host ane Vike ce leave the host value to if aa chat server and the web server which hosts 123flashchat swf file are located on the same server If the SWF file is on a
50. onents are controlled by skin xml Color style can be adjusted by color xml Only SWF or JPG image file can be used to construct a skin GIF or PNG files will not work If you like the opaque background you can save it as a jpg file non progressive mode If you would prefer a transparent background please save it as a png or gif file and import it to flash to convert it to a swf file without the background Client FLA files are not necessary to design a skin Below are some tutorials which might be helpful for designers a HowTo customize skin http www 123flashchat com howtoskin html b HowTo change skin color http www 123flashchat com colormap html c HowTo customize background http www 123flashchat com howto_change_bkground htm Change background Every skin offers background pictures in the chat area You can also create your own jpg or swf backgrounds and put them into the skin folder New backgrounds should be in the dimensions within the basic background The graphics for the new background will be added above the basic background We suggest you double click the background alternative in the download pack to get a better picture of how it should look like To offer more backgrounds for users to select please edit skin xml Find the following section lt SKIN_BKGROUND gt lt BKGROUND name Standard value bkground swf gt lt SKIN_BKGROUND gt Then add a new line in this format name is for u
51. ormation ODBC uses an ODBC to connect to any database you want 2 Configure the database xml file It could be a Mysql xml database host The hostname of the database server database name string The database name you are using database user string The user name which is database database password string The password which is required to connect to the database user table string The table to store the user i TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 43 of 61 po information user names in the user table passwords in the user table enable md5 string It defines whether the password is encrypted with MD5 On encoded Off not encoded Passwords in many portal systems and forum systems like php nuke post nuke or phpBB etc are encrypted with MD5 th us you will need to set this value to On b Oracle xml Parameter Description mode anaes It could be thin or oci only It indicates the way to access the database The default value is thin If you choose oci then your server must have installed an oracle client ae host string The hostname of the database server fice port The port of the database server service name string The service name to connect to oracle It doesn t take effect unless you choose the database user string The user name which is database required to connect to the database
52. redefineMessage boolean true Frequently used messages can be easily added to removed from the predefined section to save time they can be easily copied into chat by double click Content can be defined in msg value openPrivateMsgInWin boolean false Whether or not to open each private dow message in a new browser window and the size of it Admin can preset this option for all users flashEmotion boolean true Animated emotions can be chosen and appeared to the chat lobby or private chat The recipient in private chat or all users in lobby can click play to enjoy the specific flash by default it s true means the emotion button will be visible to all users Item name Emotion name src flash file location thumb thumbnail location duration animation duration seconds showSmileLimit gt value number 5 Restrict the max number of smileys in each message value 0 means no restrict 4 2 2 Skin configuration TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 38 of 61 123 Flash Chat is skinable The skins are stored in the folder lt 123FlashC hatServer6 0 installed directory gt client skin To assign a default skin from the available skin collection to all the users in a chat room 123 Flash Chat administration has two choices 1 configuring client xml or 2 editing html code Check details 4 2 3 Predefined Message Frequently used messages can be easi
53. rs have the ability to change their displa TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 47 of 61 yed nickname location sex age after they have logged in when the value of enableC ustomProfile is on Otherwise users can change their nickname only Check details http www 123flashchat com change nickname html 5 4 Pocket pc amp banner chat module Have you ever thought of attaching a mini chatroom to your webpage to establish connections between your business and visitors Pocket PC or Banner Chat could be the solution It is small and neat and looks like an animation but has full chat features sending and receiving message in chat lobby etc It can be attached to any webpage of your site A tiny little chat room will encourage visitors to communicate with your representative This will help them to gain a better understanding of your product or service which will definitely promote sales Check details http www 123flashchat com pocket pc banner chat htm 5 5 Flashcom audio video module With flashcom audio video module enabled you can add webcam and voice chat In video voice chat 8k sec bandwidth is used by default And this bandwidth consumption is adjustable Unlike the basic text chat this webcam chat module is developed based on flash media server and can fully integrate current 123flashchat If you don t obtain the flash media ser
54. rver then usually you will not need a secondary server You will be able to leave the option as default enable off 4 Using two servers with two ports is just a temporary solution while some users are still using Flash players earlier than version 7 When Flash player 7 or higher version becomes mainstream we will take off the secondary server for future versions of 123 Flash Chat TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 19 of 61 To help understanding please study two tables below High por 102451127 __ Low port 1024 Primary server v x secondary server Table1 High port 1024 51127 Low port lt 1024 v gt Flash player 7 Prima j sever Table2 To modify the Parameters S refer to the table below Type _ Default Value a i 51127 The server port must be identical with the port value in client xml ee Set the Server address A default means the chat server will bind to all IP addresses of your server The host value in client xml can be a random IP address or any domain name which points to this IP address Either way clients will be able to connect to the server If you set IP address of the server to the specific IP address of your server then the chat server will only bind to this IP This will mean that in client xml to connect the chat server you can only use this specific IP address or the domain name which points to thi
55. s IP address cross domain policy 123 Flash Chat Server start using the cross domain policy to ensure security lt cross domain policy gt lt allow access from domain gt lt cross domain policy gt By default it permits access to the connection originating from any domain To limit access from a specific domain name you can configure your server in the following way lt cross domain policy gt lt allow access from domain www mydomain com gt lt cross domain policy gt TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 20 of 61 message handle Number 20 It deals with messages workers To handle high frequency messages with over 1000 chat users in one room please set it to a higher value Normally you will not need to change it listen workers Number 20 If the maximum number of users is over 1000 please configure it with larger number Normally you will not need to change this be limited by the license you ve purchased 300 user timeout numbers If a still logged in user does not send a request to the chat server for a predefined period of time chat server will stop serve him and the connection will be cut For example If a user clicks another URL in their current browser instead of quitting 123 Flash Chat first their connection will be cut by this setting But if the 123 Flash Chat user is inactive inside their current browser their connection will stil
56. sername amp amp password pa ssword Or http www yourhost com login_chat asp username username amp amp password pa ssword One argument is the username the other is the password amp amp is the character amp in xml That is to say when the user enters their username myname and their password mypassword the chat server will visit http www yourhost com login_chat php username myname amp password mypassword to get the login information which will return a number between 0 to 7 each witha different meaning See the table below Description successfully login as ordinary user wrong password the username can t be used O O O Z o O login error e g error in connecting database 4 username does not exist S 5 successfully login as the administrator O O o o o Y 6 guest login not allowed e ODBC xml Parameter Type Description ODBC required by your ODBC required by your ODBC information names in the user table password field string The column name of passwords in the user table enable md5 string It defines whether the password is encrypted with MD5 On encrypted Off not encrypted Passwords in many portal systems and forum systems such as php nuke post nuke or phpBB etc ar TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 46 of 61 e encrypt
57. sers to pick from value is the filename of the background that you have created 7 Programmer s tools TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 50 of 61 Server APIs are provided for 123 Flash Chat Server Software developers This will enable the developers to obtain detailed chat server information Client APIs are also provided to customize the chat client 7 1 Server API 7 1 1 Get Server Running Status from the files When a chat server is running some parameters are stored in text files which can be read by your application Useful information can be extracted from them This feature is included in the standard version of 123 Flash Chat 7 1 1 1 Get numbers To obtain a current connection number the logon user number and the room number from a record file use the following format lt 123FC installed directory gt server data default online txt This file will real time change according to the chat room status Format lt connection number gt lt logon user number gt lt room numbers gt Sample 230 180 10 The example above shows that there are 230 connections on the chat server 180 of them have logged in and there are 10 chat rooms altogether This data can be read and displayed in php asp or other dynamic webpages 7 1 1 2 Get username list of each room You can display the user name list of each room on your webpage by retrieving data from room_ txt
58. sing all kinds of databases advanced setting URL using a web URL to authorize a user s login information Eg lt IntegratedOtherDatabase mode Mysql gt If it is set to None when a new user clicks register they will be registered in the chat room original register window If set to Mysql Oracle or common then when a new user clicks register a new windo TopCMM Software http www 123flashchat com Auth url string 123 Flash Chat User Manual 2006 10 31 Pages 24 of 61 w will pop up and they will be directed to another URL which is pre set in client xml You can just leave it blank or even delete this line It is only necessary when integrated other database is set to URL It means the URL you use to authorize your users must have two arguments One is the usename the other is the password Eg lt auth un gt http www yourhost com login_chat php us erame username amp amp password pass word lt auth url gt In this URL amp amp means the character amp in xml That is to say when the user logs into your website by inputing their username myname and their password mypassword and click chat link or button the chat server will visit http www yourhost com login_chat php user name myname amp password mypassw ord in order to get the login information and will output numbers between 0 to 7 each witha differe
59. size is okay too but too big in size will lag the loading speed of the SWF duration number 18 animation duration seconds of each flashEmotion its depending on the SWF itself 4 3 Client Admin Panel Log in the flash client as administrator and click the admin button at the top of the menu to enter admin panel The top buttons have the following functions respectively TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 40 of 61 4 3 1 Monitor In the monitor panel the administrator can monitor every action of all logged in users For example connect to server login enter room exit room change room logout chat server etc Other information shown here includes logged in user IP country and time stamp Note Once a user logs in with a username and password they have a unique user id that s the username he used to log in Despite any nickname they may choose to change to afterwards their user id will remain the same and will be displayed in the monitor window until they log out 4 3 2 SETTINGS In the settings panel you can change the following variables Enable user registertion CheckBox Check to enable user registration Enable guest login CheckBox Check to enable guest login Save messages history CheckBox Check it to save the message history on the chat server 4 3 3 Rooms In the room panel you can add delete or edit rooms controlled by t
60. swd 098f6bcd4621d373cade4e832627b4f6 md5 on gt Parameters of admin configuration name username of the administrator name F strin Password of the administrator can be passw nng encrypted by MD5 or not p TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 26 of 61 If the password is not encrypted it needs to be set as md5 off If encrypted it needs to be set as md5 on Multiple administrator accounts can be set up however for security reasons it is recommended to appoint only one administrator and to designate multiple moderators for different rooms who have less power To add a reserved username just add one row in lt ReservedUserName gt tag lt word gt Administrator lt word gt 4 1 2 3 Log Configuration There are 3 kinds of logs 1 access log 2 error log 3 message log One log file is generated for one day The main log always records the current days logs The history log automatically adds a postfix of the date For example access log access log 2006 5 8 access log 2006 5 7 logs Set the directory of data files Set the filename of the access log Error lo strin error lo Set the filename of the error lo message logs logs type string Define the type of log to be html or plain text 1 text file sample log 2 html file sample html public message Set the directory of public path message public message on
61. thin certain intervals This can be used for Site News Advertisement etc Check details Default Value activerooms string T Active rooms for all chat bot messages interval number 10 The interval of rotate chat bot messages seconds TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 28 of 61 message i The robot message content 4 1 2 6 server api The 123 Flash Chat server can receive commands sent by third party applications and can send its data to the application or can operate on the chat server accordingly By default it is set to be On enabled Check details Default Value Description auth password 3874 3459 9293 2194 Only command with the right key password will be authorized by the chat server and will be effective allow access from ip 127 0 0 1 Only command from this IP is legitimate If set to then commands from all IP address are valid which is insecure 4 1 2 7 Modules With following optional modules the chat can be greatly enhanced These are included in the demonstration version for test but are not included in the standard full version by default Specific module s can be purchased if required Default Value Introduction moderated chat With the moderated chat module enabled questions submitted by participants will not be displayed publicly unless the Moderator or Administrator approves passes it With the change nick module e
62. tically directed to Macromedia Download Center to download Macromedia Flash Player for free 3 Installation Two main versions of 123 Flash Chat Server Software are available one is for Windows and the other for Linux Both include J2SDK1 4 2 For operating systems other than Windows or Linux before installing 123 Flash Chat Server J2SDK1 4 x must be downloaded by visiting http java sun com and installed The installation will include two parts 1 Installing the chat server 2 Configuring a web server and embed the chat client to your webpage 3 1 Overview the files It contains the following folders client ad TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 6 of 61 banner flashEmotion help e lang skin doc server data E default logs members message rooms userinfo etc E groups E database lib logs wrapper_win32 readme txt 3 2 Installing the Chat Server 3 2 1 Windows NT 2k XP 2003 Follow the steps below to install the latest Windows version of 123 Flash Chat Server 1 Download the latest Windows version of 123 Flash Chat Server Software at http www 123flashchat com download html get the file 123flashchat exe 2 Double click 123flashchat exe It will take a few minutes to install just following the simple instructions in it TopCMM Software http www 123flashchat com 123 Flash Chat User Ma
63. true To define whether or not to display the admin auto message when anyone leaves the chatroom visibleRoomList To display room list or hide it siteKey String The code to validate your website You can change this value to anything you want but keep in mind it must be identical with the site key value in fcserver xml otherwise connection attempts will be refused by the chat server To insert one or more advertisement banners onto the chat client Set enable to true to activate this banner gt src string This is where you can make the URL eo E of an advertisement banner source a JPG or swf The URL could be a relative path or an absolute me i OO advertisement banner banner gt _duration Number_ Advertisement duration time This indicates whether the pull down mboBox room menu for users to switch rooms in a chat window is visible or not visibleExitRoomButton boolean true Add or remove an exit room button at the top right adminAutoGreet boolean false The robot greetings administrator automatically gives to visitors can be displayed one by one You can add as many lines as you want to make it look like a real person This feature can be disabled by setting it to false the top menu from the top menu from the middle menu above the input area visibleBButton boolean true Add or remove the B button from the ee middle menu above the input area to enable or disable the bold font
64. ue false gt lt EMBED src 123flashchat swf init_user myusername amp init_password mypassword amp init_room 1001 quality high menu false WIDTH 634 HEIGHT 476 TYPE application x shockwave flash PLUGINSPAGE http www macromedia com go getflashplayer gt lt EMBED gt lt OBJECT gt To be effective this parameter must be used in conjunction with the other two parameters init_user and init_password If a user logs in as a guest you can leave the init_password blank This is shown in the following example TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 56 of 61 lt PARAM NAME movie VALUE 123flashchat swf init_user myusemame amp init_password amp init_room 1001 gt src 123flashchat swf init_user myusemame amp init_password amp init_room 1001 7 2 5 init_lang This parameter helps the chat client to load a defined language file init_lang in html code will disable the language value in the client xml because init_lang has a higher priority In this way your dynamic web application can choose to show the local language for specific users in any country For example lt PARAM NAME movie VALUE 123flashchat swf init_lang en gt 123flashchat swf will then automatically load the language package lang language_en xml 7 2 6 init_skin This parameter helps the flash client to load a specified skin Init_skinin html code will disable the skin value in the client xml
65. username owen amp amp password owen echo 5 gender m amp age1 23 amp avaURL hitp www 123flashchat com a jpg else echo O gender m amp age1 28 amp avaURL hittp 1www 123flashchat com b jpg gt When user owen login returned xml from server to client lt Login cn 1 In 1 cto 20 kat 300 ito 300 eur 1 egl 1 smh 1 espumh 1 esprmh 1 rmm 1 eec 1 mt 0 puurl message pufn public c gender m amp amp age1 23 amp amp avaURL http www 123flashchat com a jpg owen s profile result 5 ecp 1 ecn 1 mml 256 mpr 5 ebl 1 gt lt Userlnfo gt lt UserProfile n owen a 1 s gt lt TalkMsg b 0 u 0 i 0 color fontSize 0 gt lt Userlnfo gt lt Login gt When user owen enter room returned xml from server to client lt Enter id 1 ct 1162281026218 result 0 passMessage true name Default Room e 1 gt lt u name bell avatar e1 nickname bell TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 61 of 61 c gender m amp amp age1 28 amp amp avaURL hittp 1 www 123flashchat com b jpg bell s profile chatmode 1 p 192 168 0 100 Unknown gt lt UserProfile n bell a 1 s gt lt u gt lt u name owen a 1 avatar e1 nickname owen c gender m amp amp age1 23 amp amp avaURL hittp www 123flashchat com a jpg owen s profile chatmode 1 p 192 168 0 100 Unknown gt lt UserProfi
66. ver yet you can buy directly from macromedia http www macromedia com Flash Media Server or Flash Communication Server Video Control The code to activate video function to 123flashchat sample lt flashcom audio video targetURI rtmp 192 168 0 100 123flashchat_default audio On video On needRequest On adminNeedRequest Off canShutOffAdmin On moderatorNeedRequest Off canShutOffModerator On maxWindow 5 activeRooms allowGuest On gt lt flashcom audio video gt value targetURI string The Uniform Resource Identifier URI of the application on the Flash Media Ava that should run when the connection is made activeRooms number The room list in which the video function is e TopCMM Software http www 123flashchat com 123 Flash Chat User Manual 2006 10 31 Pages 48 of 61 nabled by default it s means video is ON in all rooms eg to enable video in room with ID 1 2 and 3 please set 1 2 3 and delimit room IDs using comma On On to publish or view video audio video needRequest On Off On When someone is requested video audio by Ha others he she is able to accept or deny the invitation adminNeedRequest On Off This function decides whether the admin m user need send request with others video audio canShutOffAdmin On Off This function decides whether the others could cancel the video aduio to the admin users moderatorNeedRequest On Off This function decides wheth
67. w language string Choose the interface language from our collection Current versions of 123 Flash Chat offer the following choices 1 en English default zh CN Simplified Chinese zh TW Traditional Chinese nl Dutch fr French ja Japanese es Spanish de German it Italian hu Hungarian ru Russian hr Croatian 13 tr Turkey 14 ar Arabic 15 pt Portugues 16 ko Korean M Serbian 18 pl Polish 19 no Norwegian A Farsi 21 el Greek 22 iceland Iceland 23 cs Czech 24 da Danish 25 fi Finnish 26 sv Swedish 27 pt br Brazil Portugues Note the language files are located in the folder lt loadRootPath gt lang The interface can also be translated into other languages which are not included in this list If this is the case please save it as language_ xml Put it into the same folder and edit language setting in client xml You will then get a local version of 123 Flash Chat TopCMM Software http www 123flashchat com profileUrl enableRoomSounds boolean o 7 messageSound boolean true 123 Flash Chat User Manual 2006 10 31 Pages 33 of 61 We offer the following skins 1 standard Aqua blue skin scalable vector skin 2 beige Aqua beige skin scalable vector skin 3 angel Black metallic bitmap skin 4 hawaii Aqua black skin scalable vector skin 5 classic Blue bitmap skin 6 green Green skin scalable vector skin 7 red Red amp
68. wnload macromedia com pub shockwave cabs flash swflash cab version 6 0 0 0 WIDTH 634 HEIGHT 476 gt lt PARAM NAME movie VALUE 123flashchat swf init_user abc amp init_password abc amp init_room 1 amp init_private test amp init_private_message hello gt lt PARAM NAME quality VALUE high gt lt PARAM NAME menu value false gt lt EMBED src 123flashchat swf init_user abc amp init_password abc amp init_room 1 amp init_private test amp init_ private_message hello quality high menu false WIDTH 634 HEIGHT 476 TY PE application x shockwave flash PLUGINSPAGE hittp www macromedia com go getflashplayer gt lt EMBED gt lt OBJECT gt The code above will enable you to automatically log in to the chat lobby using this account username abc password abc And enter the room withid 1 If someone named test already exists in that room a private window will be automatically created and the message hello will be sent out Of course you can remove the init_private_message section to cancel sending messages when creating private windows 7 2 11 Init_listroom init_listroom API can be added using html code by admin to ensure that only specific rooms on can be visible in the room list Devide rooms using For example 123flashchat swf init_listroom 1 3 4 5 6 7 2 12 init_invisible init_invisible API can be added using html code by admin to set default value of admin s visibl
69. ww 123flashchat com 7 E 7 7 parseURI boolean true autoSaveUsemame boolean 123 Flash Chat User Manual 2006 10 31 Pages 34 of 61 hen receiving a message The default value for this is true which is also the default value for all your members Your members can set their preferences in their option panel This is where you can choose whether or not to play sound when typing messages The default value for this is false which is also the default value for all your members Your members can set their preferences in their option panel This is where you can choose whether or not to play a sound alert when sending a message The default value for this is true which is also the default value for all your members Your members can set their preferences in their option panel This is where you can choose whether or not to play a sound alert when someone exits a room The default value for this is true which is also the default value for all your members Your members can set their preferences in their option panel This enables switching to a single line or multi line mode Messages can be set next to the speaker by choosing true This will save chat space For example Mr A says Hello Messages can be displayed on a new line by choosing false For example Mr A says Hello false will then be the default value for all your members Your members can set their preferences in the
Download Pdf Manuals
Related Search
Related Contents
AST。H 取扱説明書 NorthTek Quels systèmes d`informa tions pour la gestion de la forêt Handbuch User Manual K-Serie - TCI Gesellschaft für technische User Manual CyPro User Manual INTELLIGENT SPEED DOME USER'S MANUAL G-POWER 和文カタログ Tecla - Topcon StarTech.com 6ft. Cat5e RJ-45 m/m Copyright © All rights reserved.
Failed to retrieve file