|
Reid
|
Jan 25 2010, 11:00 AM
Post #1
|
È una trappola!
- Posts:
- 6,767
- Group:
- Developer
- Member
- #223,645
- Joined:
- October 30, 2006
- I'm Browsing With
- Firefox
|
This topic has been moved from our official support board.
Originally posted by: StoneCold316 - Free WWE Chat Room For You Site!
-
First, go to new forums and create one that says wwe chatroom and click sumbit with read and start all checked only! Second, go to board wrappers and post in footer and post this code and your done! - Code:
-
<?xml version="1.0" encoding="UTF-8" ?> - <FCClient> - <!-- 123 Flash Chat Client Confiugation - Version 4.0
Note: In Windows, you may open client.xml in notepad to edit client.xml. If you now open it with IE browser, you may check source code by right-click to edit it directly. In Unix, you may use "vi" to edit client.xml.
After modifying this configuration file, please open it in a browser to test if it can display correctly. If syntax error pop up, please configure it again before launching the chat room.
--> - <!-- host & port Very important!!!!
Please leave the host value to "*" if the chat server and the web server (which hosts 123flashchat.swf file) are located on the same server, Or if the swf file is on another web server, you should set the host value according to the chat server domain name or ip address. As to the port value, it must be the same with the one in fcserver.xml. For details, please refer to: http://www.123flashchat.com/howto_configure_connection.html
--> - <Connection> <primaryServer host="*" port="51037" /> <secondaryServer host="*" port="51128" enable="false" /> </Connection> - <!-- homeUrl Set your homepage address. Then the left-top logo will direct visitors to your homepage in a new browser window .
--> <homeUrl value="http://www.wwe.com" /> - <!-- helpUrl The URL of the help file of your flash client. When clicking the right-top "help" button, this help page will pop up in a new browser window.
--> <helpUrl value="http://www.wwe.com/community/chat/help" /> - <!-- registerUrl Specify null for this parameter unless you're authorizing users by other database. In your fcserver.xml, if the value of integrated-other-database is not "None", then you must have integrated your own user database. In this case , please enter register URL in your system here.
--> <registerUrl value="https://secure.wwe.com/?from=CH" /> - <!-- copyright set your company copyright information, which will display in about window.
--> <copyright value="Copyright 2005 World Wrestling Entertainment, Inc. All Rights Reserved." /> - <!-- loadRootPath Defines the directory where you've located the Language and skin folders. Usually you just leave it blank. But if you put them on another server, please set it to http://url/ eg: http://www.123flashchat.com/chat/ Don't forget the "/" at the end.
--> <loadRootPath value="" /> - <!-- language Choose interface language from our collection. In version 3.0, we provide following languages: 1) en - English Language (default) 2) zh-CN - Simplified Chinese Language 3) zh-TW - Traditional Chinese Language 4) nl - Dutch Language 5) fr - French Language 6) ja - Japanese Language 7) es - Spanish Language 8) de - German Language 9) it - Italian Language 10)hu - Hungarian Language 11)ru - Russian Language 12)hr - Croatian Language 13)tr - Turkey Language 14)ar - Arabic Language 15)pt - PORTUGUES Language 16)ko - Korean Language 17)serbian - Serbian Language 18)pl - Polish Language 19)no - Norwegian Language 20)farsi - Farsi Language 21)el - Greek Language 22)iceland - Iceland Language Note: the language files are located under folder: <loadRootPath>/lang/ You can also translate it into your own language and save it as language_***.xml. Put it into the same folder and edit client.xml, then you get a local version of 123flashchat.
language value can either be defined to "*" or a definite language name. If "*", it will automatically detect the language of every user's operating system and assign a corresponding language to user from the existing language collection. If a definite language name, it will only directly load the specified language instead of detecting user's OS language.
--> <language value="en" /> - <!-- skin We offer following skins: 1) standard - Aqua blue skin. scalable vector skin. 2) beige - Aqua beige skin. scalable vector skin. 3) angel - Black metallic bitmap skin. kinda cool. 4) hawaii - Aqua black skin. scalable vector skin. 5) classic - Blue bitmap skin. 6) green - Green skin. scalable vector skin. 7) red - Red& black skin. scalable vector skin. 8) orange - Orange skin. scalable vector skin. 9) clean - Aqua blue & gray skin. scalable vector skin. You can design a new skin based on our skins. You don't even need client fla files to design a skin, here're some tutorials might be helpful to designers: a) HowTo customize skin? http://www.123flashchat.com/howtoskin.html b) HowTo change skin color? http://www.123flashchat.com/colormap.html c) HowTo change background? http://www.123flashchat.com/howto_change_bkground.html
--> <skin value="wwecorp" /> - <!-- profileUrl Normally you just leave it blank. But if you've already integrated your own database with the chat system, and you want the user profile to be linked with the chat room, you can set profile URL here. Then by activating a user from user list, a small menu will popup, clicking the "profile" from the menu, you'll be directed to his or her profile page in a new browser window. eg: http://yourwebsite/profile.php?user=%USER% Note: you can add more than one item in profileUrl tag.
--> - <profileUrl enable="false"> <item name="profile" url="http://yourwebsite/profile.php?user=%USER%" /> </profileUrl> - <!-- enableRoomSounds Defaul sound setting in chat room. enable it by "true", disable it by "false". Defaul value is "true".
--> <enableRoomSounds value="false" /> - <!-- enableMonitorSounds Defaul sound setting in monitor panel for administrator. Disable it by "false", but we strongly recommend you leave it as "true", so that admin can monitor a chat room with sound alerts. Defaul value is "true".
--> <enableMonitorSounds value="true" /> - <!-- singleLineMode To switch between single-line or multi-line mode here. If "true", you can set the message next to the username like : "Mr.A says: aaaa." , this saves chat space. If "false",the message will display in another line below the username. Defaul value is "false", which is also default value for all of your members. Your members can set their preferences in option panel.
--> <singleLineMode value="true" /> - <!-- parseURL To define if the URL in messages clickable. If "true", then the valid URL, a string with "http://" or "www.*****"(which is 9 characters at least)will become blue , underlined and linked to the specified URL. Defaul value is "true", which is also default value for all of your members. Your members can set their preferences in option panel.
--> <parseURL value="true" /> - <!-- enterRoomSound Choose whether or not to play a sound alert when anyone enters the room you're in. Defaul value is "true", which is also default value for all of your members. Your members can set their preferences in option panel.
--> <enterRoomSound value="false" /> - <!-- messageSound Choose whether or not to play a sound alert when receiving a message. Defaul value is "true", which is also default value for all of your members. Your members can set their preferences in option panel.
--> <messageSound value="false" /> - <!-- typingSound Choose whether or not to play sound when typing messages. Defaul value is "false", which is also default value for all of your members. Your members can set their preferences in option panel.
--> <typingSound value="true" /> - <!-- sendingSound Choose whether or not to play a sound alert when sending a message. Defaul value is "true" , which is also default value for all of your members. Your members can set their preferences in option panel.
--> <sendingSound value="true" /> - <!-- quitRoomSound Choose whether or not to play a sound alert when someone quits a room. Defaul value is "true", which is also default value for all of your members. Your members can set their preferences in option panel.
--> <quitRoomSound value="true" /> - <!-- autoSaveUsername Set to save chatter's username in cache automatically by "true". Defaul value is "true", which is also default value for all of your members. Your members can set their preferences in option panel.
--> <autoSaveUsername value="true" /> - <!-- autoSavePassword Set to save member's username in cache automatically by "true". Defaul value is "false", which is also default value for all of your members. Your members can set their preferences in option panel.
--> <autoSavePassword value="false" /> - <!-- autoSaveAvatarFonts Set to save chatter's avatar, font style and color in their cache automatically by "true". Defaul value is "true", which is also default value for all of your members. Your members can set their preferences in option panel.
--> <autoSaveAvatarFonts value="true" /> - <!-- autoSaveBKGround Set to save chat space background in users' cache automatically by "true". Defaul value is "true", which is also default value for all of your members.
--> <autoSaveBKGround value="true" /> - <!-- visibleGuestCheckbox Set if the combination of "guest" and the checkbox before "guest" is visible to all users. Defaul value is "true".
--> <visibleGuestCheckbox value="false" /> - <!-- visiblePasswordInput Set if the password input field is visible to all users. Defaul value is "true".
--> <visiblePasswordInput value="true" /> - <!-- visibleLogoutButton Set if the logout button is visible to all users. Defaul value is "true".
--> <visibleLogoutButton value="true" /> - <!-- defaultSelectGuest Select if the guest is checked as default. Defaul value is "false".
--> <defaultSelectGuest value="false" /> - <!-- enablePrivateChat Enable or disable private chat mode for ordinary users here, remember: administrator can always activate private chat with normal users, not controlled by this value. Defaul value is "true".
--> <enablePrivateChat value="true" /> - <!-- lockAdminIcon Set if the administrator has a unique reserved icon (a small person with coffee) before their messages. it's not refering to the icon before admin in user list. Defaul value is "true".
--> <lockAdminIcon value="true" /> - <!-- messageSpacing You can set the spacing between two messages here. Defaul value is "0", unit: pixel.
--> <messageSpacing value="0" /> - <!-- messageHistorySize To allocate space to record chat history. Please set default space size here for all your members. unit: kb, default value is "100".
--> <messageHistorySize value="100" /> - <!-- showGuestMemberonlyRoom To define if the member-only room is viewable to guests in room list. defaul value is "true".
--> <showGuestMemberonlyRoom value="true" /> - <!-- visibleWelcomeMessage To define whether or not to display admin auto-welcome message when anyone enters the chatroom. defaul value is "true".
--> <visibleWelcomeMessage value="false" /> - <!-- visibleExitMessage To define whether or not to display admin auto message when anyone leaves the chatroom. defaul value is "true".
--> <visibleExitMessage value="true" /> - <!-- visibleRoomList To display room list or hide it. defaul value is "true".
--> <visibleRoomList value="true" /> - <!-- acceptPrivateMessage user can accept private message or not, default value is "true"
--> <acceptPrivateMessage value="false" /> - <!-- siteKey The code to validate your website. You can modify this value to anything you want, but keep in mind it must be the same with the site-key value in fcserver.xml, otherwise the server will cut your connection.
--> <siteKey value="CG1H-GJ5K-AOMG-QQ93" /> - <!-- advertisingBanner You can insert one or more ad banners in your chat client. by default it's diabled. you can set enable="true" to activate it. detailed instruction on ad banner, please refer to: http://www.123flashchat.com/howto_advertising_banner.html
--> - <advertisingBanner enable="false"> <banner src="banner1.jpg" href="http://www.123flashchat.com" duration="8" left="60" top="476" /> <banner src="banner2.jpg" href="http://www.123flashchat.com/host.html" duration="5" left="60" top="476" /> <banner src="banner3.swf" href="http://www.123flashchat.com/howto_advertising_banner.html" duration="5" left="60" top="476" /> </advertisingBanner> - <!-- visibleChangeRoomComboBox Indicates whether the pull-down room menu in a chat room is visible or not.
--> <visibleChangeRoomComboBox value="true" /> - <!-- visibleExitRoomButton Add or remove an exit room button at the right top.
--> <visibleExitRoomButton value="true" /> </FCClient>
Do Not Change Any Of The Text!!!!
|