INSERT INTO flashchat_config_chats VALUES("1", "first", "1", "1"); INSERT INTO flashchat_config_chats VALUES("2", "second", "1", "0"); INSERT INTO flashchat_config_instances VALUES("1", "1", "1", "Default", NOW()); INSERT INTO flashchat_config VALUES("1", "backtimeOnLogin", "", "", "", "", "integer", "Loading previous messages on login:", "backtimeOnLogin", "set to non-zero value to force loading previous", "general", "4"); INSERT INTO flashchat_config VALUES("2", "timeOffset", "", "", "", "", "integer", "Server time offset:", "timeOffset", "sets server time offset (needed only to correct server timezone problem)", "general", "2"); INSERT INTO flashchat_config VALUES("3", "debug", "", "", "", "", "boolean", "Debug mode:", "debug", "set to true to run in debug mode", "general", "3"); INSERT INTO flashchat_config VALUES("4", "version", "", "", "", "", "string", "FlashChat version:", "version", "architecture release . feature release . patch release", "general", "1"); INSERT INTO flashchat_config VALUES("5", "enableSocketServer", "", "", "", "", "boolean", "Enable socket server:", "enableSocketServer", "set to true to enable socket server - see online PDF docs for more details", "general", "6"); INSERT INTO flashchat_config VALUES("6", "liveSupportMode", "", "", "", "", "boolean", "Enable \"Live Support\" mode:", "liveSupportMode", "set to true to use chat in \"Live Support\" mode", "general", "5"); INSERT INTO flashchat_config VALUES("7", "errorReports", "", "", "", "", "boolean", "Enable error reports:", "errorReports", "set to true to enable error reports", "general", "7"); INSERT INTO flashchat_config VALUES("8", "enableBots", "", "", "", "", "boolean", "Enable Bots:", "enableBots", "set to true to enable Bots", "general", "8"); INSERT INTO flashchat_config VALUES("9", "bot_ip", "", "", "", "", "string", "Virtual IP of bot:", "bot_ip", "virtual ip of bot", "general", "9"); INSERT INTO flashchat_config VALUES("10", "hideSelfPopup", "", "", "", "", "boolean", "Disable user list self menu:", "hideSelfPopup", "set to false to allow self popup menu", "general", "10"); INSERT INTO flashchat_config VALUES("11", "showConfirmation", "", "", "", "", "boolean", "Allow confirmation popup window for admin (moderator):", "showConfirmation", "set to true to allow confirmation popup window for admin (moderator)", "general", "11"); INSERT INTO flashchat_config VALUES("12", "labelFormat", "", "", "", "", "string", "Label format:", "labelFormat", "possible values are any combinations of AVATAR, USER and TIMESTAMP", "general", "12"); INSERT INTO flashchat_config VALUES("13", "timeStampFormat", "", "", "", "", "string", "Time stamp format:", "timeStampFormat", "pattern for PHP date function", "general", "13"); INSERT INTO flashchat_config VALUES("14", "loginsPerIP", "", "", "", "", "integer", "Max logins per IP address:", "loginsPerIP", "number of logins allowed per IP address", "general", "14"); INSERT INTO flashchat_config VALUES("15", "disabledIRC", "", "", "", "", "string", "Disabled IRC commands:", "disabledIRC", "you can put list of IRC commands to disable here, like (back,backtime)", "general", "15"); INSERT INTO flashchat_config VALUES("16", "mods", "", "", "", "", "string", "Disabled IRC commands for Moderators:", "mods", "Moderators Restrictions (which IRC commands are disabled for Moderators)", "general", "16"); INSERT INTO flashchat_config VALUES("17", "modsAdminRestrictions", "", "", "", "", "string", "Moderators Restrictions in admin section:", "modsAdminRestrictions", "Moderators Restrictions in admin section (admin.php), like (bots,uninstall,connections,users)", "general", "17"); INSERT INTO flashchat_config VALUES("18", "maxMessageSize", "", "", "", "", "integer", "Maximum input text size:", "maxMessageSize", "maximum input text size, # characters", "general", "18"); INSERT INTO flashchat_config VALUES("19", "maxMessageCount", "", "", "", "", "integer", "Maximum number of the messages chat log:", "maxMessageCount", "maximum number of the messages stored in the chat log", "general", "19"); INSERT INTO flashchat_config VALUES("20", "userListAutoExpand", "", "", "", "", "boolean", "Opens all the rooms with users:", "userListAutoExpand", "if true user list opens all the rooms with users in them", "general", "20"); INSERT INTO flashchat_config VALUES("21", "showLogoutWindow", "", "", "", "", "boolean", "Show logout window:", "showLogoutWindow", "if false, then use only the ....src=logout.php method, but do not use the popup method at all", "general", "21"); INSERT INTO flashchat_config VALUES("22", "logoutWindowDisplayTime", "", "", "", "", "integer", "Logout window display time:", "logoutWindowDisplayTime", "in seconds", "general", "22"); INSERT INTO flashchat_config VALUES("23", "floodInterval", "", "", "", "", "integer", "Flood interval:", "floodInterval", "in seconds, the amount of time that must pass before the user posts another message", "conn", "23"); INSERT INTO flashchat_config VALUES("24", "inactivityInterval", "", "", "", "", "integer", "Inactivity interval:", "inactivityInterval", "in seconds, if a user has FlashChat open for (inactivityInterval) seconds", "conn", "24"); INSERT INTO flashchat_config VALUES("25", "splashWindow", "", "", "", "", "boolean", "Splash chat window when new message is received:", "splashWindow", "splash non active chat window when new message is received", "general", "25"); INSERT INTO flashchat_config VALUES("26", "defaultRoom", "", "", "", "", "combo", "Default room:", "defaultRoom", "primary key of room where all users go after login", "general", "26"); INSERT INTO flashchat_config VALUES("27", "autoremoveAfter", "", "", "", "", "integer", "Autoremove room:", "autoremoveAfter", "number of seconds before room is removed", "general", "27"); INSERT INTO flashchat_config VALUES("28", "roomTitleFormat", "", "", "", "", "string", "Room title in userlist:", "roomTitleFormat", "format string for room title in userlist", "general", "28"); INSERT INTO flashchat_config VALUES("29", "maxUsersPerRoom", "", "", "", "", "integer", "Maximum users per room:", "maxUsersPerRoom", "", "general", "29"); INSERT INTO flashchat_config VALUES("30", "listOrder", "", "", "", "", "combo", "List order:", "listOrder", "options: AZ, ENTRY, MOD_THEN_AZ, MOD_THEN_ENTRY, STATUS, MOD_STATUS", "general", "30"); INSERT INTO flashchat_config VALUES("31", "CMSsystem", "", "", "", "", "combo", "CMS system:", "CMSsystem", "defaultCMS - default CMS, blank - stateless CMS", "general", "31"); INSERT INTO flashchat_config VALUES("32", "loginUTF8decode", "", "", "", "", "boolean", "Login UTF8 decode:", "loginUTF8decode", "possible values - true, false", "general", "32"); INSERT INTO flashchat_config VALUES("33", "encryptPass", "", "", "", "", "boolean", "Encrypt password:", "encryptPass", "option to encrypt user password for defaultCMS, can be 1 - encrypt and 0 - no encrypt", "general", "33"); INSERT INTO flashchat_config VALUES("34", "auto_motd", "", "", "", "", "boolean", "Automotd:", "auto_motd", "1 for on, 0 for off (on means it is displayed upon chat entry)", "general", "34"); INSERT INTO flashchat_config VALUES("35", "auto_topic", "", "", "", "", "boolean", "Autotopic:", "auto_topic", "1 for on, 0 for off (on means it is displayed upon room entry)", "general", "35"); INSERT INTO flashchat_config VALUES("36", "adminPassword", "", "", "", "", "string", "Admin Password:", "adminPassword", "allows any user to login as a administrator - stateless CMS mode only", "general", "36"); INSERT INTO flashchat_config VALUES("37", "moderatorPassword", "", "", "", "", "string", "Moderator Password:", "moderatorPassword", "allows any user to login as a moderator - stateless CMS mode only", "general", "37"); INSERT INTO flashchat_config VALUES("38", "spyPassword", "", "", "", "", "string", "Spy Password:", "spyPassword", "allows any user to login as a spy - stateless CMS mode only", "general", "38"); INSERT INTO flashchat_config VALUES("39", "layouts", "2", "allowBan", "", "", "boolean", "Allow Bans:", "layouts|2|allowBan", "", "layout", "39"); INSERT INTO flashchat_config VALUES("40", "layouts", "2", "allowInvite", "", "", "boolean", "Allow Invitations:", "layouts|2|allowInvite", "", "layout", "40"); INSERT INTO flashchat_config VALUES("41", "layouts", "2", "allowIgnore", "", "", "boolean", "Allow Ignores:", "layouts|2|allowIgnore", "", "layout", "41"); INSERT INTO flashchat_config VALUES("42", "layouts", "2", "allowProfile", "", "", "boolean", "Allow Profiles:", "layouts|2|allowProfile", "", "layout", "42"); INSERT INTO flashchat_config VALUES("43", "layouts", "2", "allowCreateRoom", "", "", "boolean", "Allow Create Rooms:", "layouts|2|allowCreateRoom", "", "layout", "43"); INSERT INTO flashchat_config VALUES("44", "layouts", "2", "allowFileShare", "", "", "boolean", "Allow File Shares:", "layouts|2|allowFileShare", "", "layout", "44"); INSERT INTO flashchat_config VALUES("45", "layouts", "2", "allowCustomBackground", "", "", "boolean", "Allow Custom Backgrounds:", "layouts|2|allowCustomBackground", "if No, effects tab Customs button disappears", "layout", "45"); INSERT INTO flashchat_config VALUES("46", "layouts", "2", "showOptionPanel", "", "", "boolean", "Show Option Panel:", "layouts|2|showOptionPanel", "", "layout", "46"); INSERT INTO flashchat_config VALUES("47", "layouts", "2", "showInputBox", "", "", "boolean", "Show Input Box:", "layouts|2|showInputBox", "", "layout", "47"); INSERT INTO flashchat_config VALUES("48", "layouts", "2", "showPrivateLog", "", "", "boolean", "Show Private Log:", "layouts|2|showPrivateLog", "", "layout", "48"); INSERT INTO flashchat_config VALUES("49", "layouts", "2", "showPublicLog", "", "", "boolean", "Show Public Log:", "layouts|2|showPublicLog", "", "layout", "49"); INSERT INTO flashchat_config VALUES("50", "layouts", "2", "showUserList", "", "", "boolean", "Show User List:", "layouts|2|showUserList", "", "layout", "50"); INSERT INTO flashchat_config VALUES("51", "layouts", "2", "showLogout", "", "", "boolean", "Show Logout:", "layouts|2|showLogout", "", "layout", "51"); INSERT INTO flashchat_config VALUES("52", "layouts", "2", "isSingleRoomMode", "", "", "boolean", "Is Single Room Mode:", "layouts|2|isSingleRoomMode", "if Yes room drop-down is visible", "layout", "52"); INSERT INTO flashchat_config VALUES("53", "layouts", "2", "allowPrivateMessage", "", "", "boolean", "Allow Private Message:", "layouts|2|allowPrivateMessage", "", "layout", "53"); INSERT INTO flashchat_config VALUES("54", "layouts", "2", "showAddressee", "", "", "boolean", "Show Addressee:", "layouts|2|showAddressee", "", "layout", "54"); INSERT INTO flashchat_config VALUES("55", "layouts", "2", "toolbar", "status", "", "boolean", "Show status list:", "layouts|2|toolbar|status", "", "layout", "55"); INSERT INTO flashchat_config VALUES("56", "layouts", "2", "toolbar", "skin", "", "boolean", "Show skin list:", "layouts|2|toolbar|skin", "", "layout", "56"); INSERT INTO flashchat_config VALUES("57", "layouts", "2", "toolbar", "color", "", "boolean", "Show color list:", "layouts|2|toolbar|color", "", "layout", "57"); INSERT INTO flashchat_config VALUES("58", "layouts", "2", "toolbar", "save", "", "boolean", "Show save button:", "layouts|2|toolbar|save", "", "layout", "58"); INSERT INTO flashchat_config VALUES("59", "layouts", "2", "toolbar", "help", "", "boolean", "Show help button:", "layouts|2|toolbar|help", "", "layout", "59"); INSERT INTO flashchat_config VALUES("60", "layouts", "2", "toolbar", "smilies", "", "integer", "Show smilies list:", "layouts|2|toolbar|smilies", "0 - disable, 1 - combo box, 2 - smilies popup window", "layout", "60"); INSERT INTO flashchat_config VALUES("61", "layouts", "2", "toolbar", "clear", "", "boolean", "Show clear button:", "layouts|2|toolbar|clear", "", "layout", "61"); INSERT INTO flashchat_config VALUES("62", "layouts", "2", "toolbar", "bell", "", "boolean", "Show bell:", "layouts|2|toolbar|bell", "", "layout", "62"); INSERT INTO flashchat_config VALUES("63", "layouts", "2", "optionPanel", "themes", "", "boolean", "Themes tab:", "layouts|2|optionPanel|themes", "which tabs to show in the options panel (About tab cannot be hidden)", "layout", "63"); INSERT INTO flashchat_config VALUES("64", "layouts", "2", "optionPanel", "sounds", "", "boolean", "Sounds tab:", "layouts|2|optionPanel|sounds", "", "layout", "64"); INSERT INTO flashchat_config VALUES("65", "layouts", "2", "optionPanel", "effects", "", "boolean", "Effects tab:", "layouts|2|optionPanel|effects", "", "layout", "65"); INSERT INTO flashchat_config VALUES("66", "layouts", "2", "optionPanel", "text", "", "boolean", "Text tab:", "layouts|2|optionPanel|text", "", "layout", "66"); INSERT INTO flashchat_config VALUES("67", "layouts", "2", "constraints", "userList", "minWidth", "integer", "Minimum Width:", "layouts|2|constraints|userList|minWidth", "minimal width of user list view, pixels", "layout", "67"); INSERT INTO flashchat_config VALUES("68", "layouts", "2", "constraints", "userList", "width", "integer", "Default Width:", "layouts|2|constraints|userList|width", "exact width of userlist, percent", "layout", "68"); INSERT INTO flashchat_config VALUES("69", "layouts", "2", "constraints", "userList", "relWidth", "integer", "Relative Width;", "layouts|2|constraints|userList|relWidth", "relative width of userlist, percent", "layout", "69"); INSERT INTO flashchat_config VALUES("70", "layouts", "2", "constraints", "userList", "dockWidth", "integer", "Docked Width:", "layouts|2|constraints|userList|dockWidth", "relative width of docked userlist, percent", "layout", "70"); INSERT INTO flashchat_config VALUES("71", "layouts", "2", "constraints", "userList", "dockHeight", "integer", "Docked Height:", "layouts|2|constraints|userList|dockHeight", "relative height of docked userlist, percent", "layout", "71"); INSERT INTO flashchat_config VALUES("72", "layouts", "2", "constraints", "userList", "position", "integer", "Position:", "layouts|2|constraints|userList|position", "position on the stage p.v. is RIGHT or LEFT", "layout", "72"); INSERT INTO flashchat_config VALUES("73", "layouts", "2", "constraints", "publicLog", "minHeight", "integer", "Minimum Height:", "layouts|2|constraints|publicLog|minHeight", "minimal height of public log, pixels", "layout", "73"); INSERT INTO flashchat_config VALUES("74", "layouts", "2", "constraints", "publicLog", "height", "integer", "Default Height:", "layouts|2|constraints|publicLog|height", "exact height of public log, pixels", "layout", "74"); INSERT INTO flashchat_config VALUES("75", "layouts", "2", "constraints", "publicLog", "relHeight", "integer", "Relative Height:", "layouts|2|constraints|publicLog|relHeight", "relative height of public log, percent", "layout", "75"); INSERT INTO flashchat_config VALUES("76", "layouts", "2", "constraints", "privateLog", "minHeight", "integer", "Minimum Height:", "layouts|2|constraints|privateLog|minHeight", "", "layout", "76"); INSERT INTO flashchat_config VALUES("77", "layouts", "2", "constraints", "privateLog", "height", "integer", "Default Height:", "layouts|2|constraints|privateLog|height", "", "layout", "77"); INSERT INTO flashchat_config VALUES("78", "layouts", "2", "constraints", "privateLog", "relHeight", "integer", "Relative Height:", "layouts|2|constraints|privateLog|relHeight", "", "layout", "78"); INSERT INTO flashchat_config VALUES("79", "layouts", "2", "constraints", "inputBox", "minHeight", "integer", "Minimum Height:", "layouts|2|constraints|inputBox|minHeight", "", "layout", "79"); INSERT INTO flashchat_config VALUES("80", "layouts", "2", "constraints", "inputBox", "height", "integer", "Default Height:", "layouts|2|constraints|inputBox|height", "", "layout", "80"); INSERT INTO flashchat_config VALUES("81", "layouts", "2", "constraints", "inputBox", "relHeight", "integer", "Relative Height:", "layouts|2|constraints|inputBox|relHeight", "", "layout", "81"); INSERT INTO flashchat_config VALUES("82", "layouts", "2", "constraints", "inputBox", "position", "integer", "Position:", "layouts|2|constraints|inputBox|position", "position on the stage p.v. is BOTTOM or TOP", "layout", "82"); INSERT INTO flashchat_config VALUES("83", "layouts", "8", "allowBan", "", "", "boolean", "Allow Bans:", "layouts|8|allowBan", "", "layout", "83"); INSERT INTO flashchat_config VALUES("84", "layouts", "8", "allowInvite", "", "", "boolean", "Allow Invitations:", "layouts|8|allowInvite", "", "layout", "84"); INSERT INTO flashchat_config VALUES("85", "layouts", "8", "allowIgnore", "", "", "boolean", "Allow Ignores:", "layouts|8|allowIgnore", "", "layout", "85"); INSERT INTO flashchat_config VALUES("86", "layouts", "8", "allowProfile", "", "", "boolean", "Allow Profiles:", "layouts|8|allowProfile", "", "layout", "86"); INSERT INTO flashchat_config VALUES("87", "layouts", "8", "allowCreateRoom", "", "", "boolean", "Allow Create Rooms:", "layouts|8|allowCreateRoom", "", "layout", "87"); INSERT INTO flashchat_config VALUES("88", "layouts", "8", "allowFileShare", "", "", "boolean", "Allow File Shares:", "layouts|8|allowFileShare", "", "layout", "88"); INSERT INTO flashchat_config VALUES("89", "layouts", "8", "allowCustomBackground", "", "", "boolean", "Allow Custom Backgrounds:", "layouts|8|allowCustomBackground", "if No, effects tab Customs button disappears", "layout", "89"); INSERT INTO flashchat_config VALUES("90", "layouts", "8", "showOptionPanel", "", "", "boolean", "Show Option Panel:", "layouts|8|showOptionPanel", "", "layout", "90"); INSERT INTO flashchat_config VALUES("91", "layouts", "8", "showInputBox", "", "", "boolean", "Show Input Box:", "layouts|8|showInputBox", "", "layout", "91"); INSERT INTO flashchat_config VALUES("92", "layouts", "8", "showPrivateLog", "", "", "boolean", "Show Private Log:", "layouts|8|showPrivateLog", "", "layout", "92"); INSERT INTO flashchat_config VALUES("93", "layouts", "8", "showPublicLog", "", "", "boolean", "Show Public Log:", "layouts|8|showPublicLog", "", "layout", "93"); INSERT INTO flashchat_config VALUES("94", "layouts", "8", "showUserList", "", "", "boolean", "Show User List:", "layouts|8|showUserList", "", "layout", "94"); INSERT INTO flashchat_config VALUES("95", "layouts", "8", "showLogout", "", "", "boolean", "Show Logout:", "layouts|8|showLogout", "", "layout", "95"); INSERT INTO flashchat_config VALUES("96", "layouts", "8", "isSingleRoomMode", "", "", "boolean", "Is Single Room Mode:", "layouts|8|isSingleRoomMode", "if Yes room drop-down is visible", "layout", "96"); INSERT INTO flashchat_config VALUES("97", "layouts", "8", "allowPrivateMessage", "", "", "boolean", "Allow Private Message:", "layouts|8|allowPrivateMessage", "", "layout", "97"); INSERT INTO flashchat_config VALUES("98", "layouts", "8", "showAddressee", "", "", "boolean", "Show Addressee:", "layouts|8|showAddressee", "", "layout", "98"); INSERT INTO flashchat_config VALUES("99", "layouts", "8", "toolbar", "status", "", "boolean", "Show status list:", "layouts|8|toolbar|status", "", "layout", "99"); INSERT INTO flashchat_config VALUES("100", "layouts", "8", "toolbar", "skin", "", "boolean", "Show skin list:", "layouts|8|toolbar|skin", "", "layout", "100"); INSERT INTO flashchat_config VALUES("101", "layouts", "8", "toolbar", "color", "", "boolean", "Show color list:", "layouts|8|toolbar|color", "", "layout", "101"); INSERT INTO flashchat_config VALUES("102", "layouts", "8", "toolbar", "save", "", "boolean", "Show save button:", "layouts|8|toolbar|save", "", "layout", "102"); INSERT INTO flashchat_config VALUES("103", "layouts", "8", "toolbar", "help", "", "boolean", "Show help button:", "layouts|8|toolbar|help", "", "layout", "103"); INSERT INTO flashchat_config VALUES("104", "layouts", "8", "toolbar", "smilies", "", "integer", "Show smilies list:", "layouts|8|toolbar|smilies", "0 - disable, 1 - combo box, 2 - smilies popup window", "layout", "104"); INSERT INTO flashchat_config VALUES("105", "layouts", "8", "toolbar", "clear", "", "boolean", "Show clear button:", "layouts|8|toolbar|clear", "", "layout", "105"); INSERT INTO flashchat_config VALUES("106", "layouts", "8", "toolbar", "bell", "", "boolean", "Show bell:", "layouts|8|toolbar|bell", "", "layout", "106"); INSERT INTO flashchat_config VALUES("107", "layouts", "8", "optionPanel", "themes", "", "boolean", "Themes tab:", "layouts|8|optionPanel|themes", "which tabs to show in the options panel (About tab cannot be hidden)", "layout", "107"); INSERT INTO flashchat_config VALUES("108", "layouts", "8", "optionPanel", "sounds", "", "boolean", "Sounds tab:", "layouts|8|optionPanel|sounds", "", "layout", "108"); INSERT INTO flashchat_config VALUES("109", "layouts", "8", "optionPanel", "effects", "", "boolean", "Effects tab:", "layouts|8|optionPanel|effects", "", "layout", "109"); INSERT INTO flashchat_config VALUES("110", "layouts", "8", "optionPanel", "text", "", "boolean", "Text tab:", "layouts|8|optionPanel|text", "", "layout", "110"); INSERT INTO flashchat_config VALUES("111", "layouts", "8", "constraints", "userList", "minWidth", "integer", "Minimum Width:", "layouts|8|constraints|userList|minWidth", "minimal width of user list view, pixels", "layout", "111"); INSERT INTO flashchat_config VALUES("112", "layouts", "8", "constraints", "userList", "width", "integer", "Default Width:", "layouts|8|constraints|userList|width", "exact width of userlist, percent", "layout", "112"); INSERT INTO flashchat_config VALUES("113", "layouts", "8", "constraints", "userList", "relWidth", "integer", "Relative Width:", "layouts|8|constraints|userList|relWidth", "relative width of userlist, percent", "layout", "113"); INSERT INTO flashchat_config VALUES("114", "layouts", "8", "constraints", "userList", "dockWidth", "integer", "Docked Width:", "layouts|8|constraints|userList|dockWidth", "relative width of docked userlist, percent", "layout", "114"); INSERT INTO flashchat_config VALUES("115", "layouts", "8", "constraints", "userList", "dockHeight", "integer", "Docked Height:", "layouts|8|constraints|userList|dockHeight", "relative height of docked userlist, percent", "layout", "115"); INSERT INTO flashchat_config VALUES("116", "layouts", "8", "constraints", "userList", "position", "integer", "Position:", "layouts|8|constraints|userList|position", "position on the stage p.v. is RIGHT or LEFT", "layout", "116"); INSERT INTO flashchat_config VALUES("117", "layouts", "8", "constraints", "publicLog", "minHeight", "integer", "Minimum Height:", "layouts|8|constraints|publicLog|minHeight", "minimal height of public log, pixels", "layout", "117"); INSERT INTO flashchat_config VALUES("118", "layouts", "8", "constraints", "publicLog", "height", "integer", "Default Height:", "layouts|8|constraints|publicLog|height", "exact height of public log, pixels", "layout", "118"); INSERT INTO flashchat_config VALUES("119", "layouts", "8", "constraints", "publicLog", "relHeight", "integer", "Relative Height:", "layouts|8|constraints|publicLog|relHeight", "relative height of public log, percent", "layout", "119"); INSERT INTO flashchat_config VALUES("120", "layouts", "8", "constraints", "privateLog", "minHeight", "integer", "Minimum Height:", "layouts|8|constraints|privateLog|minHeight", "", "layout", "120"); INSERT INTO flashchat_config VALUES("121", "layouts", "8", "constraints", "privateLog", "height", "integer", "Default Height:", "layouts|8|constraints|privateLog|height", "", "layout", "121"); INSERT INTO flashchat_config VALUES("122", "layouts", "8", "constraints", "privateLog", "relHeight", "integer", "Relative Height:", "layouts|8|constraints|privateLog|relHeight", "", "layout", "122"); INSERT INTO flashchat_config VALUES("123", "layouts", "8", "constraints", "inputBox", "minHeight", "integer", "Minimum Height:", "layouts|8|constraints|inputBox|minHeight", "", "layout", "123"); INSERT INTO flashchat_config VALUES("124", "layouts", "8", "constraints", "inputBox", "height", "integer", "Default Height:", "layouts|8|constraints|inputBox|height", "", "layout", "124"); INSERT INTO flashchat_config VALUES("125", "layouts", "8", "constraints", "inputBox", "relHeight", "integer", "Relative Height:", "layouts|8|constraints|inputBox|relHeight", "", "layout", "125"); INSERT INTO flashchat_config VALUES("126", "layouts", "8", "constraints", "inputBox", "position", "integer", "Position:", "layouts|8|constraints|inputBox|position", "position on the stage p.v. is BOTTOM or TOP", "layout", "126"); INSERT INTO flashchat_config VALUES("127", "layouts", "3", "allowBan", "", "", "boolean", "Allow Ban:", "layouts|3|allowBan", "", "layout", "127"); INSERT INTO flashchat_config VALUES("128", "layouts", "3", "allowInvite", "", "", "boolean", "Allow Invitations:", "layouts|3|allowInvite", "", "layout", "128"); INSERT INTO flashchat_config VALUES("129", "layouts", "3", "allowIgnore", "", "", "boolean", "Allow Ignores:", "layouts|3|allowIgnore", "", "layout", "129"); INSERT INTO flashchat_config VALUES("130", "layouts", "3", "allowProfile", "", "", "boolean", "Allow Profiles:", "layouts|3|allowProfile", "", "layout", "130"); INSERT INTO flashchat_config VALUES("131", "layouts", "3", "allowCreateRoom", "", "", "boolean", "Allow Create Rooms:", "layouts|3|allowCreateRoom", "", "layout", "131"); INSERT INTO flashchat_config VALUES("132", "layouts", "3", "allowFileShare", "", "", "boolean", "Allow File Shares:", "layouts|3|allowFileShare", "", "layout", "132"); INSERT INTO flashchat_config VALUES("133", "layouts", "3", "allowCustomBackground", "", "", "boolean", "Allow Custom Backgrounds:", "layouts|3|allowCustomBackground", "if No, effects tab Customs button disappears", "layout", "133"); INSERT INTO flashchat_config VALUES("134", "layouts", "3", "showOptionPanel", "", "", "boolean", "Show Option Panel:", "layouts|3|showOptionPanel", "", "layout", "134"); INSERT INTO flashchat_config VALUES("135", "layouts", "3", "showInputBox", "", "", "boolean", "Show Input Box:", "layouts|3|showInputBox", "", "layout", "135"); INSERT INTO flashchat_config VALUES("136", "layouts", "3", "showPrivateLog", "", "", "boolean", "Show Private Log:", "layouts|3|showPrivateLog", "", "layout", "136"); INSERT INTO flashchat_config VALUES("137", "layouts", "3", "showPublicLog", "", "", "boolean", "Show Public Log:", "layouts|3|showPublicLog", "", "layout", "137"); INSERT INTO flashchat_config VALUES("138", "layouts", "3", "showUserList", "", "", "boolean", "Show User List:", "layouts|3|showUserList", "", "layout", "138"); INSERT INTO flashchat_config VALUES("139", "layouts", "3", "showLogout", "", "", "boolean", "Show Logout:", "layouts|3|showLogout", "", "layout", "139"); INSERT INTO flashchat_config VALUES("140", "layouts", "3", "isSingleRoomMode", "", "", "boolean", "Is Single Room Mode:", "layouts|3|isSingleRoomMode", "if Yes room drop-down is visible", "layout", "140"); INSERT INTO flashchat_config VALUES("141", "layouts", "3", "allowPrivateMessage", "", "", "boolean", "Allow Private Message:", "layouts|3|allowPrivateMessage", "", "layout", "141"); INSERT INTO flashchat_config VALUES("142", "layouts", "3", "showAddressee", "", "", "boolean", "Show Addressee:", "layouts|3|showAddressee", "", "layout", "142"); INSERT INTO flashchat_config VALUES("143", "layouts", "3", "toolbar", "status", "", "boolean", "Show status list:", "layouts|3|toolbar|status", "", "layout", "143"); INSERT INTO flashchat_config VALUES("144", "layouts", "3", "toolbar", "skin", "", "boolean", "Show skin list:", "layouts|3|toolbar|skin", "", "layout", "144"); INSERT INTO flashchat_config VALUES("145", "layouts", "3", "toolbar", "color", "", "boolean", "Show color list:", "layouts|3|toolbar|color", "", "layout", "145"); INSERT INTO flashchat_config VALUES("146", "layouts", "3", "toolbar", "save", "", "boolean", "Show save button:", "layouts|3|toolbar|save", "", "layout", "146"); INSERT INTO flashchat_config VALUES("147", "layouts", "3", "toolbar", "help", "", "boolean", "Show help button:", "layouts|3|toolbar|help", "", "layout", "147"); INSERT INTO flashchat_config VALUES("148", "layouts", "3", "toolbar", "smilies", "", "integer", "Show smilies list:", "layouts|3|toolbar|smilies", "0 - disable, 1 - combo box, 2 - smilies popup window", "layout", "148"); INSERT INTO flashchat_config VALUES("149", "layouts", "3", "toolbar", "clear", "", "boolean", "Show clear button:", "layouts|3|toolbar|clear", "", "layout", "149"); INSERT INTO flashchat_config VALUES("150", "layouts", "3", "toolbar", "bell", "", "boolean", "Show bell:", "layouts|3|toolbar|bell", "", "layout", "150"); INSERT INTO flashchat_config VALUES("151", "layouts", "3", "optionPanel", "themes", "", "boolean", "Themes tab:", "layouts|3|optionPanel|themes", "which tabs to show in the options panel (About tab cannot be hidden)", "layout", "151"); INSERT INTO flashchat_config VALUES("152", "layouts", "3", "optionPanel", "sounds", "", "boolean", "Sounds tab:", "layouts|3|optionPanel|sounds", "", "layout", "152"); INSERT INTO flashchat_config VALUES("153", "layouts", "3", "optionPanel", "effects", "", "boolean", "Effects tab:", "layouts|3|optionPanel|effects", "", "layout", "153"); INSERT INTO flashchat_config VALUES("154", "layouts", "3", "optionPanel", "text", "", "boolean", "Text tab:", "layouts|3|optionPanel|text", "", "layout", "154"); INSERT INTO flashchat_config VALUES("155", "layouts", "3", "constraints", "userList", "minWidth", "integer", "Minimum Width:", "layouts|3|constraints|userList|minWidth", "minimal width of user list view, pixels", "layout", "155"); INSERT INTO flashchat_config VALUES("156", "layouts", "3", "constraints", "userList", "width", "integer", "Default Width:", "layouts|3|constraints|userList|width", "exact width of userlist, percent", "layout", "156"); INSERT INTO flashchat_config VALUES("157", "layouts", "3", "constraints", "userList", "relWidth", "integer", "Relative Width:", "layouts|3|constraints|userList|relWidth", "relative width of userlist, percent", "layout", "157"); INSERT INTO flashchat_config VALUES("158", "layouts", "3", "constraints", "userList", "dockWidth", "integer", "Docked Width:", "layouts|3|constraints|userList|dockWidth", "relative width of docked userlist, percent", "layout", "158"); INSERT INTO flashchat_config VALUES("159", "layouts", "3", "constraints", "userList", "dockHeight", "integer", "Docked Height:", "layouts|3|constraints|userList|dockHeight", "relative height of docked userlist, percent", "layout", "159"); INSERT INTO flashchat_config VALUES("160", "layouts", "3", "constraints", "userList", "position", "integer", "Position:", "layouts|3|constraints|userList|position", "position on the stage p.v. is RIGHT or LEFT", "layout", "160"); INSERT INTO flashchat_config VALUES("161", "layouts", "3", "constraints", "publicLog", "minHeight", "integer", "Minimum Height:", "layouts|3|constraints|publicLog|minHeight", "minimal height of public log, pixels", "layout", "161"); INSERT INTO flashchat_config VALUES("162", "layouts", "3", "constraints", "publicLog", "height", "integer", "Default Height:", "layouts|3|constraints|publicLog|height", "exact height of public log, pixels", "layout", "162"); INSERT INTO flashchat_config VALUES("163", "layouts", "3", "constraints", "publicLog", "relHeight", "integer", "Relative Height:", "layouts|3|constraints|publicLog|relHeight", "relative height of public log, percent", "layout", "163"); INSERT INTO flashchat_config VALUES("164", "layouts", "3", "constraints", "privateLog", "minHeight", "integer", "Minimum Height:", "layouts|3|constraints|privateLog|minHeight", "", "layout", "164"); INSERT INTO flashchat_config VALUES("165", "layouts", "3", "constraints", "privateLog", "height", "integer", "Default Height:", "layouts|3|constraints|privateLog|height", "", "layout", "165"); INSERT INTO flashchat_config VALUES("166", "layouts", "3", "constraints", "privateLog", "relHeight", "integer", "Relative Height:", "layouts|3|constraints|privateLog|relHeight", "", "layout", "166"); INSERT INTO flashchat_config VALUES("167", "layouts", "3", "constraints", "inputBox", "minHeight", "integer", "Minimum Height:", "layouts|3|constraints|inputBox|minHeight", "", "layout", "167"); INSERT INTO flashchat_config VALUES("168", "layouts", "3", "constraints", "inputBox", "height", "integer", "Default Height:", "layouts|3|constraints|inputBox|height", "", "layout", "168"); INSERT INTO flashchat_config VALUES("169", "layouts", "3", "constraints", "inputBox", "relHeight", "integer", "Relative Height:", "layouts|3|constraints|inputBox|relHeight", "", "layout", "169"); INSERT INTO flashchat_config VALUES("170", "layouts", "3", "constraints", "inputBox", "position", "integer", "Position:", "layouts|3|constraints|inputBox|position", "position on the stage p.v. is BOTTOM or TOP", "layout", "170"); INSERT INTO flashchat_config VALUES("171", "layouts", "4", "allowBan", "", "", "boolean", "Allow Bans:", "layouts|4|allowBan", "", "layout", "171"); INSERT INTO flashchat_config VALUES("172", "layouts", "4", "allowInvite", "", "", "boolean", "Allow Invitations:", "layouts|4|allowInvite", "", "layout", "172"); INSERT INTO flashchat_config VALUES("173", "layouts", "4", "allowIgnore", "", "", "boolean", "Allow Ignores:", "layouts|4|allowIgnore", "", "layout", "173"); INSERT INTO flashchat_config VALUES("174", "layouts", "4", "allowProfile", "", "", "boolean", "Allow Profiles:", "layouts|4|allowProfile", "", "layout", "174"); INSERT INTO flashchat_config VALUES("175", "layouts", "4", "allowCreateRoom", "", "", "boolean", "Allow Create Rooms:", "layouts|4|allowCreateRoom", "", "layout", "175"); INSERT INTO flashchat_config VALUES("176", "layouts", "4", "allowFileShare", "", "", "boolean", "Allow File Shares:", "layouts|4|allowFileShare", "", "layout", "176"); INSERT INTO flashchat_config VALUES("177", "layouts", "4", "allowCustomBackground", "", "", "boolean", "Allow Custom Backgrounds:", "layouts|4|allowCustomBackground", "if No, effects tab Customs button disappears", "layout", "177"); INSERT INTO flashchat_config VALUES("178", "layouts", "4", "showOptionPanel", "", "", "boolean", "Show Option Panel:", "layouts|4|showOptionPanel", "", "layout", "178"); INSERT INTO flashchat_config VALUES("179", "layouts", "4", "showInputBox", "", "", "boolean", "Show Input Box:", "layouts|4|showInputBox", "", "layout", "179"); INSERT INTO flashchat_config VALUES("180", "layouts", "4", "showPrivateLog", "", "", "boolean", "Show Private Log:", "layouts|4|showPrivateLog", "", "layout", "180"); INSERT INTO flashchat_config VALUES("181", "layouts", "4", "showPublicLog", "", "", "boolean", "Show Public Log:", "layouts|4|showPublicLog", "", "layout", "181"); INSERT INTO flashchat_config VALUES("182", "layouts", "4", "showUserList", "", "", "boolean", "Show User List:", "layouts|4|showUserList", "", "layout", "182"); INSERT INTO flashchat_config VALUES("183", "layouts", "4", "showLogout", "", "", "boolean", "Show Logout:", "layouts|4|showLogout", "", "layout", "183"); INSERT INTO flashchat_config VALUES("184", "layouts", "4", "isSingleRoomMode", "", "", "boolean", "Is Single Room Mode:", "layouts|4|isSingleRoomMode", "if Yes room drop-down is visible", "layout", "184"); INSERT INTO flashchat_config VALUES("185", "layouts", "4", "allowPrivateMessage", "", "", "boolean", "Allow Private Message:", "layouts|4|allowPrivateMessage", "", "layout", "185"); INSERT INTO flashchat_config VALUES("186", "layouts", "4", "showAddressee", "", "", "boolean", "Show Addressee:", "layouts|4|showAddressee", "", "layout", "186"); INSERT INTO flashchat_config VALUES("187", "layouts", "4", "toolbar", "status", "", "boolean", "Show status list:", "layouts|4|toolbar|status", "", "layout", "187"); INSERT INTO flashchat_config VALUES("188", "layouts", "4", "toolbar", "skin", "", "boolean", "Show skin list:", "layouts|4|toolbar|skin", "", "layout", "188"); INSERT INTO flashchat_config VALUES("189", "layouts", "4", "toolbar", "save", "", "boolean", "Show save button:", "layouts|4|toolbar|save", "", "layout", "189"); INSERT INTO flashchat_config VALUES("190", "layouts", "4", "toolbar", "help", "", "boolean", "Show help button:", "layouts|4|toolbar|help", "", "layout", "190"); INSERT INTO flashchat_config VALUES("191", "layouts", "4", "toolbar", "smilies", "", "integer", "Show smilies list:", "layouts|4|toolbar|smilies", "0 - disable, 1 - combo box, 2 - smilies popup window", "layout", "191"); INSERT INTO flashchat_config VALUES("192", "layouts", "4", "toolbar", "color", "", "boolean", "Show color list:", "layouts|4|toolbar|color", "", "layout", "192"); INSERT INTO flashchat_config VALUES("193", "layouts", "4", "toolbar", "clear", "", "boolean", "Show clear button:", "layouts|4|toolbar|clear", "", "layout", "193"); INSERT INTO flashchat_config VALUES("194", "layouts", "4", "toolbar", "bell", "", "boolean", "Show bell:", "layouts|4|toolbar|bell", "", "layout", "194"); INSERT INTO flashchat_config VALUES("195", "layouts", "4", "optionPanel", "themes", "", "boolean", "Themes tab:", "layouts|4|optionPanel|themes", "which tabs to show in the options panel (About tab cannot be hidden)", "layout", "195"); INSERT INTO flashchat_config VALUES("196", "layouts", "4", "optionPanel", "text", "", "boolean", "Text tab:", "layouts|4|optionPanel|text", "", "layout", "196"); INSERT INTO flashchat_config VALUES("197", "layouts", "4", "optionPanel", "effects", "", "boolean", "Effects tab:", "layouts|4|optionPanel|effects", "", "layout", "197"); INSERT INTO flashchat_config VALUES("198", "layouts", "4", "optionPanel", "sounds", "", "boolean", "Sounds tab:", "layouts|4|optionPanel|sounds", "", "layout", "198"); INSERT INTO flashchat_config VALUES("199", "layouts", "4", "constraints", "userList", "minWidth", "integer", "Minimum Width:", "layouts|4|constraints|userList|minWidth", "minimal width of user list view, pixels", "layout", "199"); INSERT INTO flashchat_config VALUES("200", "layouts", "4", "constraints", "userList", "width", "integer", "Default Width:", "layouts|4|constraints|userList|width", "exact width of userlist, percent", "layout", "200"); INSERT INTO flashchat_config VALUES("201", "layouts", "4", "constraints", "userList", "relWidth", "integer", "Relative Width:", "layouts|4|constraints|userList|relWidth", "relative width of userlist, percent", "layout", "201"); INSERT INTO flashchat_config VALUES("202", "layouts", "4", "constraints", "userList", "dockWidth", "integer", "Docked Width:", "layouts|4|constraints|userList|dockWidth", "relative width of docked userlist, percent", "layout", "202"); INSERT INTO flashchat_config VALUES("203", "layouts", "4", "constraints", "userList", "dockHeight", "integer", "Docked Height:", "layouts|4|constraints|userList|dockHeight", "relative height of docked userlist, percent", "layout", "203"); INSERT INTO flashchat_config VALUES("204", "layouts", "4", "constraints", "userList", "position", "integer", "Position:", "layouts|4|constraints|userList|position", "position on the stage p.v. is RIGHT or LEFT", "layout", "204"); INSERT INTO flashchat_config VALUES("205", "layouts", "4", "constraints", "publicLog", "minHeight", "integer", "Minimum Height:", "layouts|4|constraints|publicLog|minHeight", "minimal height of public log, pixels", "layout", "205"); INSERT INTO flashchat_config VALUES("206", "layouts", "4", "constraints", "publicLog", "height", "integer", "Default Height:", "layouts|4|constraints|publicLog|height", "exact height of public log, pixels", "layout", "206"); INSERT INTO flashchat_config VALUES("207", "layouts", "4", "constraints", "publicLog", "relHeight", "integer", "Relative Height:", "layouts|4|constraints|publicLog|relHeight", "relative height of public log, percent", "layout", "207"); INSERT INTO flashchat_config VALUES("208", "layouts", "4", "constraints", "privateLog", "minHeight", "integer", "Minimum Height:", "layouts|4|constraints|privateLog|minHeight", "", "layout", "208"); INSERT INTO flashchat_config VALUES("209", "layouts", "4", "constraints", "privateLog", "height", "integer", "Default height:", "layouts|4|constraints|privateLog|height", "", "layout", "209"); INSERT INTO flashchat_config VALUES("210", "layouts", "4", "constraints", "privateLog", "relHeight", "integer", "Relative Height:", "layouts|4|constraints|privateLog|relHeight", "", "layout", "210"); INSERT INTO flashchat_config VALUES("211", "layouts", "4", "constraints", "inputBox", "minHeight", "integer", "Minimum Height:", "layouts|4|constraints|inputBox|minHeight", "", "layout", "211"); INSERT INTO flashchat_config VALUES("212", "layouts", "4", "constraints", "inputBox", "height", "integer", "Default Height:", "layouts|4|constraints|inputBox|height", "", "layout", "212"); INSERT INTO flashchat_config VALUES("213", "layouts", "4", "constraints", "inputBox", "relHeight", "integer", "Relative Height:", "layouts|4|constraints|inputBox|relHeight", "", "layout", "213"); INSERT INTO flashchat_config VALUES("214", "layouts", "4", "constraints", "inputBox", "position", "integer", "Position:", "layouts|4|constraints|inputBox|position", "position on the stage p.v. is BOTTOM or TOP", "layout", "214"); INSERT INTO flashchat_config VALUES("215", "layouts", "1", "allowBan", "", "", "boolean", "Allow Bans:", "layouts|1|allowBan", "", "layout", "215"); INSERT INTO flashchat_config VALUES("216", "layouts", "1", "allowInvite", "", "", "boolean", "Allow Invitations:", "layouts|1|allowInvite", "", "layout", "216"); INSERT INTO flashchat_config VALUES("217", "layouts", "1", "allowIgnore", "", "", "boolean", "Allow Ignores:", "layouts|1|allowIgnore", "", "layout", "217"); INSERT INTO flashchat_config VALUES("218", "layouts", "1", "allowProfile", "", "", "boolean", "Allow Profiles:", "layouts|1|allowProfile", "", "layout", "218"); INSERT INTO flashchat_config VALUES("219", "layouts", "1", "allowCreateRoom", "", "", "boolean", "Allow Create Rooms:", "layouts|1|allowCreateRoom", "", "layout", "219"); INSERT INTO flashchat_config VALUES("220", "layouts", "1", "allowFileShare", "", "", "boolean", "Allow File Shares:", "layouts|1|allowFileShare", "", "layout", "220"); INSERT INTO flashchat_config VALUES("221", "layouts", "1", "allowCustomBackground", "", "", "boolean", "Allow Custom Backgrounds:", "layouts|1|allowCustomBackground", "if No, effects tab Customs button disappears", "layout", "221"); INSERT INTO flashchat_config VALUES("222", "layouts", "1", "showOptionPanel", "", "", "boolean", "Show Option Panel:", "layouts|1|showOptionPanel", "", "layout", "222"); INSERT INTO flashchat_config VALUES("223", "layouts", "1", "showInputBox", "", "", "boolean", "Show Input Box:", "layouts|1|showInputBox", "", "layout", "223"); INSERT INTO flashchat_config VALUES("224", "layouts", "1", "showPrivateLog", "", "", "boolean", "Show Private Log:", "layouts|1|showPrivateLog", "", "layout", "224"); INSERT INTO flashchat_config VALUES("225", "layouts", "1", "showPublicLog", "", "", "boolean", "Show Public Log:", "layouts|1|showPublicLog", "", "layout", "225"); INSERT INTO flashchat_config VALUES("226", "layouts", "1", "showUserList", "", "", "boolean", "Show User List:", "layouts|1|showUserList", "", "layout", "226"); INSERT INTO flashchat_config VALUES("227", "layouts", "1", "showLogout", "", "", "boolean", "Show Logout:", "layouts|1|showLogout", "", "layout", "227"); INSERT INTO flashchat_config VALUES("228", "layouts", "1", "isSingleRoomMode", "", "", "boolean", "Is Single Room Mode:", "layouts|1|isSingleRoomMode", "if Yes room drop-down is visible", "layout", "228"); INSERT INTO flashchat_config VALUES("229", "layouts", "1", "allowPrivateMessage", "", "", "boolean", "Allow Private Message:", "layouts|1|allowPrivateMessage", "", "layout", "229"); INSERT INTO flashchat_config VALUES("230", "layouts", "1", "showAddressee", "", "", "boolean", "Show Addressee:", "layouts|1|showAddressee", "", "layout", "230"); INSERT INTO flashchat_config VALUES("231", "layouts", "1", "toolbar", "status", "", "boolean", "Show status list:", "layouts|1|toolbar|status", "", "layout", "231"); INSERT INTO flashchat_config VALUES("232", "layouts", "1", "toolbar", "skin", "", "boolean", "Show skin list:", "layouts|1|toolbar|skin", "", "layout", "232"); INSERT INTO flashchat_config VALUES("233", "layouts", "1", "toolbar", "color", "", "boolean", "Show color list:", "layouts|1|toolbar|color", "", "layout", "233"); INSERT INTO flashchat_config VALUES("234", "layouts", "1", "toolbar", "save", "", "boolean", "Show save button:", "layouts|1|toolbar|save", "", "layout", "234"); INSERT INTO flashchat_config VALUES("235", "layouts", "1", "toolbar", "help", "", "boolean", "Show help button:", "layouts|1|toolbar|help", "", "layout", "235"); INSERT INTO flashchat_config VALUES("236", "layouts", "1", "toolbar", "smilies", "", "integer", "Show smilies list:", "layouts|1|toolbar|smilies", "0 - disable, 1 - combo box, 2 - smilies popup window", "layout", "236"); INSERT INTO flashchat_config VALUES("237", "layouts", "1", "toolbar", "clear", "", "boolean", "Show clear button:", "layouts|1|toolbar|clear", "", "layout", "237"); INSERT INTO flashchat_config VALUES("238", "layouts", "1", "toolbar", "bell", "", "boolean", "Show bell:", "layouts|1|toolbar|bell", "", "layout", "238"); INSERT INTO flashchat_config VALUES("239", "layouts", "1", "optionPanel", "themes", "", "boolean", "Themes tab:", "layouts|1|optionPanel|themes", "which tabs to show in the options panel (About tab cannot be hidden)", "layout", "239"); INSERT INTO flashchat_config VALUES("240", "layouts", "1", "optionPanel", "sounds", "", "boolean", "Sounds tab:", "layouts|1|optionPanel|sounds", "", "layout", "240"); INSERT INTO flashchat_config VALUES("241", "layouts", "1", "optionPanel", "effects", "", "boolean", "Effects tab:", "layouts|1|optionPanel|effects", "", "layout", "241"); INSERT INTO flashchat_config VALUES("242", "layouts", "1", "optionPanel", "text", "", "boolean", "Text tab:", "layouts|1|optionPanel|text", "", "layout", "242"); INSERT INTO flashchat_config VALUES("243", "layouts", "1", "constraints", "userList", "minWidth", "integer", "Minimum Width:", "layouts|1|constraints|userList|minWidth", "minimal width of user list view, pixels", "layout", "243"); INSERT INTO flashchat_config VALUES("244", "layouts", "1", "constraints", "userList", "width", "integer", "Default Width:", "layouts|1|constraints|userList|width", "exact width of userlist, percent", "layout", "244"); INSERT INTO flashchat_config VALUES("245", "layouts", "1", "constraints", "userList", "relWidth", "integer", "Relative Width:", "layouts|1|constraints|userList|relWidth", "relative width of userlist, percent", "layout", "245"); INSERT INTO flashchat_config VALUES("246", "layouts", "1", "constraints", "userList", "dockWidth", "integer", "Docked Width:", "layouts|1|constraints|userList|dockWidth", "relative width of docked userlist, percent", "layout", "246"); INSERT INTO flashchat_config VALUES("247", "layouts", "1", "constraints", "userList", "dockHeight", "integer", "Docked Height:", "layouts|1|constraints|userList|dockHeight", "relative height of docked userlist, percent", "layout", "247"); INSERT INTO flashchat_config VALUES("248", "layouts", "1", "constraints", "userList", "position", "integer", "Position:", "layouts|1|constraints|userList|position", "position on the stage p.v. is RIGHT or LEFT", "layout", "248"); INSERT INTO flashchat_config VALUES("249", "layouts", "1", "constraints", "publicLog", "minHeight", "integer", "Minimum Height:", "layouts|1|constraints|publicLog|minHeight", "minimal height of public log, pixels", "layout", "249"); INSERT INTO flashchat_config VALUES("250", "layouts", "1", "constraints", "publicLog", "height", "integer", "Default Height:", "layouts|1|constraints|publicLog|height", "exact height of public log, pixels", "layout", "250"); INSERT INTO flashchat_config VALUES("251", "layouts", "1", "constraints", "publicLog", "relHeight", "integer", "Relative Height:", "layouts|1|constraints|publicLog|relHeight", "relative height of public log, percent", "layout", "251"); INSERT INTO flashchat_config VALUES("252", "layouts", "1", "constraints", "privateLog", "minHeight", "integer", "Minimum Height:", "layouts|1|constraints|privateLog|minHeight", "", "layout", "252"); INSERT INTO flashchat_config VALUES("253", "layouts", "1", "constraints", "privateLog", "height", "integer", "Default Height:", "layouts|1|constraints|privateLog|height", "", "layout", "253"); INSERT INTO flashchat_config VALUES("254", "layouts", "1", "constraints", "privateLog", "relHeight", "integer", "Relative Height:", "layouts|1|constraints|privateLog|relHeight", "", "layout", "254"); INSERT INTO flashchat_config VALUES("255", "layouts", "1", "constraints", "inputBox", "minHeight", "integer", "Minimum Height:", "layouts|1|constraints|inputBox|minHeight", "", "layout", "255"); INSERT INTO flashchat_config VALUES("256", "layouts", "1", "constraints", "inputBox", "height", "integer", "Default Height:", "layouts|1|constraints|inputBox|height", "", "layout", "256"); INSERT INTO flashchat_config VALUES("257", "layouts", "1", "constraints", "inputBox", "relHeight", "integer", "Relative Height:", "layouts|1|constraints|inputBox|relHeight", "", "layout", "257"); INSERT INTO flashchat_config VALUES("258", "layouts", "1", "constraints", "inputBox", "position", "integer", "Position:", "layouts|1|constraints|inputBox|position", "position on the stage p.v. is BOTTOM or TOP", "layout", "258"); INSERT INTO flashchat_config VALUES("259", "sound", "pan", "", "", "", "integer", "Pan:", "sound|pan", "range from -100 to 100 (left..right)", "sound", "1"); INSERT INTO flashchat_config VALUES("260", "sound", "volume", "", "", "", "integer", "Volume:", "sound|volume", "default sound volume, in percent", "sound", "2"); INSERT INTO flashchat_config VALUES("261", "sound", "muteAll", "", "", "", "boolean", "Mute All:", "sound|muteAll", "mute all default setting", "sound", "3"); INSERT INTO flashchat_config VALUES("262", "sound", "muteSubmitMessage", "", "", "", "boolean", "", "sound|muteSubmitMessage", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "5"); INSERT INTO flashchat_config VALUES("263", "sound", "muteReceiveMessage", "", "", "", "boolean", "", "sound|muteReceiveMessage", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "6"); INSERT INTO flashchat_config VALUES("264", "sound", "muteOtherUserEnters", "", "", "", "boolean", "", "sound|muteOtherUserEnters", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "7"); INSERT INTO flashchat_config VALUES("265", "sound", "muteLeaveRoom", "", "", "", "boolean", "", "sound|muteLeaveRoom", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "8"); INSERT INTO flashchat_config VALUES("266", "sound", "muteRoomOpenClose", "", "", "", "boolean", "", "sound|muteRoomOpenClose", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "9"); INSERT INTO flashchat_config VALUES("267", "sound", "muteInitialLogin", "", "", "", "boolean", "", "sound|muteInitialLogin", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "10"); INSERT INTO flashchat_config VALUES("268", "sound", "muteLogout", "", "", "", "boolean", "", "sound|muteLogout", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "11"); INSERT INTO flashchat_config VALUES("269", "sound", "muteComboListOpenClose", "", "", "", "boolean", "", "sound|muteComboListOpenClose", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "12"); INSERT INTO flashchat_config VALUES("270", "sound", "muteUserBannedBooted", "", "", "", "boolean", "", "sound|muteUserBannedBooted", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "13"); INSERT INTO flashchat_config VALUES("271", "sound", "muteInvitationReceived", "", "", "", "boolean", "", "sound|muteInvitationReceived", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "14"); INSERT INTO flashchat_config VALUES("272", "sound", "mutePrivateMessageReceived", "", "", "", "boolean", "", "sound|mutePrivateMessageReceived", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "15"); INSERT INTO flashchat_config VALUES("273", "sound", "muteUserMenuMouseOver", "", "", "", "boolean", "", "sound|muteUserMenuMouseOver", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "16"); INSERT INTO flashchat_config VALUES("274", "sound", "mutePopupWindowOpen", "", "", "", "boolean", "", "sound|mutePopupWindowOpen", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "17"); INSERT INTO flashchat_config VALUES("275", "sound", "mutePopupWindowCloseMin", "", "", "", "boolean", "", "sound|mutePopupWindowCloseMin", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "18"); INSERT INTO flashchat_config VALUES("276", "sound", "muteEnterRoom", "", "", "", "boolean", "", "sound|muteEnterRoom", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "19"); INSERT INTO flashchat_config VALUES("277", "sound", "mutePressButton", "", "", "", "boolean", "", "sound|mutePressButton", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "20"); INSERT INTO flashchat_config VALUES("278", "themes", "xp", "name", "", "", "string", "Theme Name:", "themes|xp|name", "", "theme", "278"); INSERT INTO flashchat_config VALUES("279", "themes", "xp", "dialogBackgroundImage", "", "", "string", "Dialog Background:", "themes|xp|dialogBackgroundImage", "", "theme", "279"); INSERT INTO flashchat_config VALUES("280", "themes", "xp", "backgroundImage", "", "", "string", "Background Image:", "themes|xp|backgroundImage", "", "theme", "280"); INSERT INTO flashchat_config VALUES("281", "themes", "xp", "showBackgroundImagesOnLogin", "", "", "boolean", "Show Background Image:", "themes|xp|showBackgroundImagesOnLogin", "", "theme", "281"); INSERT INTO flashchat_config VALUES("282", "themes", "xp", "showBackgroundImages", "", "", "boolean", "User Interface Transparency:", "themes|xp|showBackgroundImages", "", "theme", "282"); INSERT INTO flashchat_config VALUES("283", "themes", "xp", "uiAlpha", "", "", "integer", "Dialog Title Color:", "themes|xp|uiAlpha", "", "theme", "283"); INSERT INTO flashchat_config VALUES("284", "themes", "xp", "dialogTitle", "", "", "string", "Dialog Background Color:", "themes|xp|dialogTitle", "", "theme", "284"); INSERT INTO flashchat_config VALUES("285", "themes", "xp", "dialog", "", "", "string", "Dialog Color:", "themes|xp|dialog", "", "theme", "285"); INSERT INTO flashchat_config VALUES("286", "themes", "xp", "roomText", "", "", "string", "Room Text Color:", "themes|xp|roomText", "", "theme", "286"); INSERT INTO flashchat_config VALUES("287", "themes", "xp", "userListBackground", "", "", "string", "User List Background Color:", "themes|xp|userListBackground", "", "theme", "287"); INSERT INTO flashchat_config VALUES("288", "themes", "xp", "roomBackground", "", "", "string", "Room Background Color:", "themes|xp|roomBackground", "", "theme", "288"); INSERT INTO flashchat_config VALUES("289", "themes", "xp", "enterRoomNotify", "", "", "string", "Enter Room Notify Color:", "themes|xp|enterRoomNotify", "", "theme", "289"); INSERT INTO flashchat_config VALUES("290", "themes", "xp", "buttonText", "", "", "string", "Button Text Color:", "themes|xp|buttonText", "", "theme", "290"); INSERT INTO flashchat_config VALUES("291", "themes", "xp", "button", "", "", "string", "Button Color:", "themes|xp|button", "", "theme", "291"); INSERT INTO flashchat_config VALUES("292", "themes", "xp", "buttonPress", "", "", "string", "Button Press Color:", "themes|xp|buttonPress", "", "theme", "292"); INSERT INTO flashchat_config VALUES("293", "themes", "xp", "buttonBorder", "", "", "string", "Button Border Color:", "themes|xp|buttonBorder", "", "theme", "293"); INSERT INTO flashchat_config VALUES("294", "themes", "xp", "scrollBG", "", "", "string", "Scroll BG Color:", "themes|xp|scrollBG", "", "theme", "294"); INSERT INTO flashchat_config VALUES("295", "themes", "xp", "scrollerBG", "", "", "string", "Scroller BG Color:", "themes|xp|scrollerBG", "", "theme", "295"); INSERT INTO flashchat_config VALUES("296", "themes", "xp", "scrollBGPress", "", "", "string", "Scroll BG Press Color:", "themes|xp|scrollBGPress", "", "theme", "296"); INSERT INTO flashchat_config VALUES("297", "themes", "xp", "inputBoxBackground", "", "", "string", "Input Box Background Color:", "themes|xp|inputBoxBackground", "", "theme", "297"); INSERT INTO flashchat_config VALUES("298", "themes", "xp", "privateLogBackground", "", "", "string", "Private Log Background Color:", "themes|xp|privateLogBackground", "", "theme", "298"); INSERT INTO flashchat_config VALUES("299", "themes", "xp", "publicLogBackground", "", "", "string", "Public Log Background Color:", "themes|xp|publicLogBackground", "", "theme", "299"); INSERT INTO flashchat_config VALUES("300", "themes", "xp", "borderColor", "", "", "string", "Border Color:", "themes|xp|borderColor", "", "theme", "300"); INSERT INTO flashchat_config VALUES("301", "themes", "xp", "bodyText", "", "", "string", "Body Text Color:", "themes|xp|bodyText", "", "theme", "301"); INSERT INTO flashchat_config VALUES("302", "themes", "xp", "titleText", "", "", "string", "Title Text Color:", "themes|xp|titleText", "", "theme", "302"); INSERT INTO flashchat_config VALUES("303", "themes", "xp", "background", "", "", "string", "Background Color:", "themes|xp|background", "", "theme", "303"); INSERT INTO flashchat_config VALUES("304", "themes", "xp", "recommendedUserColor", "", "", "string", "Recommended User Color:", "themes|xp|recommendedUserColor", "", "theme", "304"); INSERT INTO flashchat_config VALUES("305", "themes", "xp", "closeButton", "", "", "string", "Close Button Color:", "themes|xp|closeButton", "", "theme", "305"); INSERT INTO flashchat_config VALUES("306", "themes", "xp", "closeButtonPress", "", "", "string", "Close Button Press Color:", "themes|xp|closeButtonPress", "", "theme", "306"); INSERT INTO flashchat_config VALUES("307", "themes", "xp", "closeButtonBorder", "", "", "string", "Close Button Border Color:", "themes|xp|closeButtonBorder", "", "theme", "307"); INSERT INTO flashchat_config VALUES("308", "themes", "xp", "closeButtonArrow", "", "", "string", "Close Button Arrow Color:", "themes|xp|closeButtonArrow", "", "theme", "308"); INSERT INTO flashchat_config VALUES("309", "themes", "xp", "minimizeButton", "", "", "string", "Minimize Button Color:", "themes|xp|minimizeButton", "", "theme", "309"); INSERT INTO flashchat_config VALUES("310", "themes", "xp", "minimizeButtonPress", "", "", "string", "Minimize Button Press Color:", "themes|xp|minimizeButtonPress", "", "theme", "310"); INSERT INTO flashchat_config VALUES("311", "themes", "xp", "minimizeButtonBorder", "", "", "string", "Minimize Button Border Color:", "themes|xp|minimizeButtonBorder", "", "theme", "311"); INSERT INTO flashchat_config VALUES("312", "themes", "xp", "check", "", "", "string", "Check Color:", "themes|xp|check", "", "theme", "312"); INSERT INTO flashchat_config VALUES("313", "themes", "macintosh", "name", "", "", "string", "Theme Name:", "themes|macintosh|name", "", "theme", "313"); INSERT INTO flashchat_config VALUES("314", "themes", "macintosh", "dialogBackgroundImage", "", "", "string", "Dialog Background:", "themes|macintosh|dialogBackgroundImage", "", "theme", "314"); INSERT INTO flashchat_config VALUES("315", "themes", "macintosh", "backgroundImage", "", "", "string", "Background Image:", "themes|macintosh|backgroundImage", "", "theme", "315"); INSERT INTO flashchat_config VALUES("316", "themes", "macintosh", "showBackgroundImagesOnLogin", "", "", "boolean", "Show Background Image:", "themes|macintosh|showBackgroundImagesOnLogin", "", "theme", "316"); INSERT INTO flashchat_config VALUES("317", "themes", "macintosh", "showBackgroundImages", "", "", "boolean", "User Interface Transparency:", "themes|macintosh|showBackgroundImages", "", "theme", "317"); INSERT INTO flashchat_config VALUES("318", "themes", "macintosh", "uiAlpha", "", "", "integer", "Dialog Title Color:", "themes|macintosh|uiAlpha", "", "theme", "318"); INSERT INTO flashchat_config VALUES("319", "themes", "macintosh", "dialogTitle", "", "", "string", "Dialog Background Color:", "themes|macintosh|dialogTitle", "", "theme", "319"); INSERT INTO flashchat_config VALUES("320", "themes", "macintosh", "dialog", "", "", "string", "Dialog Color:", "themes|macintosh|dialog", "", "theme", "320"); INSERT INTO flashchat_config VALUES("321", "themes", "macintosh", "roomText", "", "", "string", "Room Text Color:", "themes|macintosh|roomText", "", "theme", "321"); INSERT INTO flashchat_config VALUES("322", "themes", "macintosh", "roomBackground", "", "", "string", "Room Background Color:", "themes|macintosh|roomBackground", "", "theme", "322"); INSERT INTO flashchat_config VALUES("323", "themes", "macintosh", "userListBackground", "", "", "string", "User List Background Color:", "themes|macintosh|userListBackground", "", "theme", "323"); INSERT INTO flashchat_config VALUES("324", "themes", "macintosh", "enterRoomNotify", "", "", "string", "Enter Room Notify Color:", "themes|macintosh|enterRoomNotify", "", "theme", "324"); INSERT INTO flashchat_config VALUES("325", "themes", "macintosh", "buttonText", "", "", "string", "Button Text Color:", "themes|macintosh|buttonText", "", "theme", "325"); INSERT INTO flashchat_config VALUES("326", "themes", "macintosh", "button", "", "", "string", "Button Color:", "themes|macintosh|button", "", "theme", "326"); INSERT INTO flashchat_config VALUES("327", "themes", "macintosh", "buttonBorder", "", "", "string", "Button Border Color:", "themes|macintosh|buttonBorder", "", "theme", "327"); INSERT INTO flashchat_config VALUES("328", "themes", "macintosh", "inputBoxBackground", "", "", "string", "Input Box Background Color:", "themes|macintosh|inputBoxBackground", "", "theme", "328"); INSERT INTO flashchat_config VALUES("329", "themes", "macintosh", "privateLogBackground", "", "", "string", "Private Log Background Color:", "themes|macintosh|privateLogBackground", "", "theme", "329"); INSERT INTO flashchat_config VALUES("330", "themes", "macintosh", "publicLogBackground", "", "", "string", "Public Log Background Color:", "themes|macintosh|publicLogBackground", "", "theme", "330"); INSERT INTO flashchat_config VALUES("331", "themes", "macintosh", "borderColor", "", "", "string", "Border Color:", "themes|macintosh|borderColor", "", "theme", "331"); INSERT INTO flashchat_config VALUES("332", "themes", "macintosh", "bodyText", "", "", "string", "Body Text Color:", "themes|macintosh|bodyText", "", "theme", "332"); INSERT INTO flashchat_config VALUES("333", "themes", "macintosh", "titleText", "", "", "string", "Title Text Color:", "themes|macintosh|titleText", "", "theme", "333"); INSERT INTO flashchat_config VALUES("334", "themes", "macintosh", "background", "", "", "string", "Background Color:", "themes|macintosh|background", "", "theme", "334"); INSERT INTO flashchat_config VALUES("335", "themes", "macintosh", "recommendedUserColor", "", "", "string", "Recommended User Color:", "themes|macintosh|recommendedUserColor", "", "theme", "335"); INSERT INTO flashchat_config VALUES("336", "themes", "macintosh", "closeButton", "", "", "string", "Close Button Color:", "themes|macintosh|closeButton", "", "theme", "336"); INSERT INTO flashchat_config VALUES("337", "themes", "macintosh", "closeButtonPress", "", "", "string", "Close Button Press Color:", "themes|macintosh|closeButtonPress", "", "theme", "337"); INSERT INTO flashchat_config VALUES("338", "themes", "macintosh", "closeButtonBorder", "", "", "string", "Close Button Border Color:", "themes|macintosh|closeButtonBorder", "", "theme", "338"); INSERT INTO flashchat_config VALUES("339", "themes", "macintosh", "closeButtonArrow", "", "", "string", "Close Button Arrow Color:", "themes|macintosh|closeButtonArrow", "", "theme", "339"); INSERT INTO flashchat_config VALUES("340", "themes", "macintosh", "minimizeButton", "", "", "string", "Minimize Button Color:", "themes|macintosh|minimizeButton", "", "theme", "340"); INSERT INTO flashchat_config VALUES("341", "themes", "macintosh", "minimizeButtonPress", "", "", "string", "Minimize Button Press Color:", "themes|macintosh|minimizeButtonPress", "", "theme", "341"); INSERT INTO flashchat_config VALUES("342", "themes", "macintosh", "minimizeButtonBorder", "", "", "string", "Minimize Button Border Color:", "themes|macintosh|minimizeButtonBorder", "", "theme", "342"); INSERT INTO flashchat_config VALUES("343", "themes", "macintosh", "check", "", "", "string", "Check Color:", "themes|macintosh|check", "", "theme", "343"); INSERT INTO flashchat_config VALUES("344", "themes", "gradient", "name", "", "", "string", "Theme Name:", "themes|gradient|name", "", "theme", "344"); INSERT INTO flashchat_config VALUES("345", "themes", "gradient", "dialogBackgroundImage", "", "", "string", "Dialog Background:", "themes|gradient|dialogBackgroundImage", "", "theme", "345"); INSERT INTO flashchat_config VALUES("346", "themes", "gradient", "backgroundImage", "", "", "string", "Background Image:", "themes|gradient|backgroundImage", "", "theme", "346"); INSERT INTO flashchat_config VALUES("347", "themes", "gradient", "showBackgroundImagesOnLogin", "", "", "boolean", "Show Background Image:", "themes|gradient|showBackgroundImagesOnLogin", "", "theme", "347"); INSERT INTO flashchat_config VALUES("348", "themes", "gradient", "showBackgroundImages", "", "", "boolean", "User Interface Transparency:", "themes|gradient|showBackgroundImages", "", "theme", "348"); INSERT INTO flashchat_config VALUES("349", "themes", "gradient", "uiAlpha", "", "", "integer", "Dialog Title Color:", "themes|gradient|uiAlpha", "", "theme", "349"); INSERT INTO flashchat_config VALUES("350", "themes", "gradient", "dialogTitle", "", "", "string", "Dialog Background Color:", "themes|gradient|dialogTitle", "", "theme", "350"); INSERT INTO flashchat_config VALUES("351", "themes", "gradient", "dialog", "", "", "string", "Dialog Color:", "themes|gradient|dialog", "", "theme", "351"); INSERT INTO flashchat_config VALUES("352", "themes", "gradient", "roomText", "", "", "string", "Room Text Color:", "themes|gradient|roomText", "", "theme", "352"); INSERT INTO flashchat_config VALUES("353", "themes", "gradient", "userListBackground", "", "", "string", "User List Background Color:", "themes|gradient|userListBackground", "", "theme", "353"); INSERT INTO flashchat_config VALUES("354", "themes", "gradient", "roomBackground", "", "", "string", "Room Background Color:", "themes|gradient|roomBackground", "", "theme", "354"); INSERT INTO flashchat_config VALUES("355", "themes", "gradient", "enterRoomNotify", "", "", "string", "Enter Room Notify Color:", "themes|gradient|enterRoomNotify", "", "theme", "355"); INSERT INTO flashchat_config VALUES("356", "themes", "gradient", "buttonText", "", "", "string", "Button Text Color:", "themes|gradient|buttonText", "", "theme", "356"); INSERT INTO flashchat_config VALUES("357", "themes", "gradient", "button", "", "", "string", "Button Color:", "themes|gradient|button", "", "theme", "357"); INSERT INTO flashchat_config VALUES("358", "themes", "gradient", "buttonPress", "", "", "string", "Button Press Color:", "themes|gradient|buttonPress", "", "theme", "358"); INSERT INTO flashchat_config VALUES("359", "themes", "gradient", "buttonBorder", "", "", "string", "Button Border Color:", "themes|gradient|buttonBorder", "", "theme", "359"); INSERT INTO flashchat_config VALUES("360", "themes", "gradient", "scrollerBG", "", "", "string", "Scroller BG Color:", "themes|gradient|scrollerBG", "", "theme", "360"); INSERT INTO flashchat_config VALUES("361", "themes", "gradient", "inputBoxBackground", "", "", "string", "Input Box Background Color:", "themes|gradient|inputBoxBackground", "", "theme", "361"); INSERT INTO flashchat_config VALUES("362", "themes", "gradient", "privateLogBackground", "", "", "string", "Private Log Background Color:", "themes|gradient|privateLogBackground", "", "theme", "362"); INSERT INTO flashchat_config VALUES("363", "themes", "gradient", "publicLogBackground", "", "", "string", "Public Log Background Color:", "themes|gradient|publicLogBackground", "", "theme", "363"); INSERT INTO flashchat_config VALUES("364", "themes", "gradient", "borderColor", "", "", "string", "Border Color:", "themes|gradient|borderColor", "", "theme", "364"); INSERT INTO flashchat_config VALUES("365", "themes", "gradient", "bodyText", "", "", "string", "Body Text Color:", "themes|gradient|bodyText", "", "theme", "365"); INSERT INTO flashchat_config VALUES("366", "themes", "gradient", "titleText", "", "", "string", "Title Text Color:", "themes|gradient|titleText", "", "theme", "366"); INSERT INTO flashchat_config VALUES("367", "themes", "gradient", "background", "", "", "string", "Background Color:", "themes|gradient|background", "", "theme", "367"); INSERT INTO flashchat_config VALUES("368", "themes", "gradient", "recommendedUserColor", "", "", "string", "Recommended User Color:", "themes|gradient|recommendedUserColor", "", "theme", "368"); INSERT INTO flashchat_config VALUES("369", "themes", "gradient", "closeButton", "", "", "string", "Close Button Color:", "themes|gradient|closeButton", "", "theme", "369"); INSERT INTO flashchat_config VALUES("370", "themes", "gradient", "closeButtonPress", "", "", "string", "Close Button Press Color:", "themes|gradient|closeButtonPress", "", "theme", "370"); INSERT INTO flashchat_config VALUES("371", "themes", "gradient", "closeButtonBorder", "", "", "string", "Close Button Border Color:", "themes|gradient|closeButtonBorder", "", "theme", "371"); INSERT INTO flashchat_config VALUES("372", "themes", "gradient", "closeButtonArrow", "", "", "string", "Close Button Arrow Color:", "themes|gradient|closeButtonArrow", "", "theme", "372"); INSERT INTO flashchat_config VALUES("373", "themes", "gradient", "minimizeButton", "", "", "string", "Minimize Button Color:", "themes|gradient|minimizeButton", "", "theme", "373"); INSERT INTO flashchat_config VALUES("374", "themes", "gradient", "minimizeButtonPress", "", "", "string", "Minimize Button Press Color:", "themes|gradient|minimizeButtonPress", "", "theme", "374"); INSERT INTO flashchat_config VALUES("375", "themes", "gradient", "minimizeButtonBorder", "", "", "string", "Minimize Button Border Color:", "themes|gradient|minimizeButtonBorder", "", "theme", "375"); INSERT INTO flashchat_config VALUES("376", "themes", "gradient", "check", "", "", "string", "Check Color:", "themes|gradient|check", "", "theme", "376"); INSERT INTO flashchat_config VALUES("377", "themes", "navy", "name", "", "", "string", "Theme Name:", "themes|navy|name", "", "theme", "377"); INSERT INTO flashchat_config VALUES("378", "themes", "navy", "dialogBackgroundImage", "", "", "string", "Dialog Background:", "themes|navy|dialogBackgroundImage", "", "theme", "378"); INSERT INTO flashchat_config VALUES("379", "themes", "navy", "backgroundImage", "", "", "string", "Background Image:", "themes|navy|backgroundImage", "", "theme", "379"); INSERT INTO flashchat_config VALUES("380", "themes", "navy", "showBackgroundImagesOnLogin", "", "", "boolean", "Show Background Image:", "themes|navy|showBackgroundImagesOnLogin", "", "theme", "380"); INSERT INTO flashchat_config VALUES("381", "themes", "navy", "showBackgroundImages", "", "", "boolean", "User Interface Transparency:", "themes|navy|showBackgroundImages", "", "theme", "381"); INSERT INTO flashchat_config VALUES("382", "themes", "navy", "uiAlpha", "", "", "integer", "Dialog Title Color:", "themes|navy|uiAlpha", "", "theme", "382"); INSERT INTO flashchat_config VALUES("383", "themes", "navy", "dialogTitle", "", "", "string", "Dialog Background Color:", "themes|navy|dialogTitle", "", "theme", "383"); INSERT INTO flashchat_config VALUES("384", "themes", "navy", "dialog", "", "", "string", "Dialog Color:", "themes|navy|dialog", "", "theme", "384"); INSERT INTO flashchat_config VALUES("385", "themes", "navy", "roomText", "", "", "string", "Room Text Color:", "themes|navy|roomText", "", "theme", "385"); INSERT INTO flashchat_config VALUES("386", "themes", "navy", "roomBackground", "", "", "string", "Room Background Color:", "themes|navy|roomBackground", "", "theme", "386"); INSERT INTO flashchat_config VALUES("387", "themes", "navy", "userListBackground", "", "", "string", "User List Background Color:", "themes|navy|userListBackground", "", "theme", "387"); INSERT INTO flashchat_config VALUES("388", "themes", "navy", "enterRoomNotify", "", "", "string", "Enter Room Notify Color:", "themes|navy|enterRoomNotify", "", "theme", "388"); INSERT INTO flashchat_config VALUES("389", "themes", "navy", "buttonText", "", "", "string", "Button Text Color:", "themes|navy|buttonText", "", "theme", "389"); INSERT INTO flashchat_config VALUES("390", "themes", "navy", "button", "", "", "string", "Button Color:", "themes|navy|button", "", "theme", "390"); INSERT INTO flashchat_config VALUES("391", "themes", "navy", "buttonBorder", "", "", "string", "Button Border Color:", "themes|navy|buttonBorder", "", "theme", "391"); INSERT INTO flashchat_config VALUES("392", "themes", "navy", "inputBoxBackground", "", "", "string", "Input Box Background Color:", "themes|navy|inputBoxBackground", "", "theme", "392"); INSERT INTO flashchat_config VALUES("393", "themes", "navy", "privateLogBackground", "", "", "string", "Private Log Background Color:", "themes|navy|privateLogBackground", "", "theme", "393"); INSERT INTO flashchat_config VALUES("394", "themes", "navy", "publicLogBackground", "", "", "string", "Public Log Background Color:", "themes|navy|publicLogBackground", "", "theme", "394"); INSERT INTO flashchat_config VALUES("395", "themes", "navy", "borderColor", "", "", "string", "Border Color:", "themes|navy|borderColor", "", "theme", "395"); INSERT INTO flashchat_config VALUES("396", "themes", "navy", "bodyText", "", "", "string", "Body Text Color:", "themes|navy|bodyText", "", "theme", "396"); INSERT INTO flashchat_config VALUES("397", "themes", "navy", "titleText", "", "", "string", "Title Text Color:", "themes|navy|titleText", "", "theme", "397"); INSERT INTO flashchat_config VALUES("398", "themes", "navy", "background", "", "", "string", "Background Color:", "themes|navy|background", "", "theme", "398"); INSERT INTO flashchat_config VALUES("399", "themes", "navy", "recommendedUserColor", "", "", "string", "Recommended User Color:", "themes|navy|recommendedUserColor", "", "theme", "399"); INSERT INTO flashchat_config VALUES("400", "themes", "navy", "closeButton", "", "", "string", "Close Button Color:", "themes|navy|closeButton", "", "theme", "400"); INSERT INTO flashchat_config VALUES("401", "themes", "navy", "closeButtonPress", "", "", "string", "Close Button Press Color:", "themes|navy|closeButtonPress", "", "theme", "401"); INSERT INTO flashchat_config VALUES("402", "themes", "navy", "closeButtonBorder", "", "", "string", "Close Button Border Color:", "themes|navy|closeButtonBorder", "", "theme", "402"); INSERT INTO flashchat_config VALUES("403", "themes", "navy", "closeButtonArrow", "", "", "string", "Close Button Arrow Color:", "themes|navy|closeButtonArrow", "", "theme", "403"); INSERT INTO flashchat_config VALUES("404", "themes", "navy", "minimizeButton", "", "", "string", "Minimize Button Color:", "themes|navy|minimizeButton", "", "theme", "404"); INSERT INTO flashchat_config VALUES("405", "themes", "navy", "minimizeButtonPress", "", "", "string", "Minimize Button Press Color:", "themes|navy|minimizeButtonPress", "", "theme", "405"); INSERT INTO flashchat_config VALUES("406", "themes", "navy", "minimizeButtonBorder", "", "", "string", "Minimize Button Border Color:", "themes|navy|minimizeButtonBorder", "", "theme", "406"); INSERT INTO flashchat_config VALUES("407", "themes", "navy", "check", "", "", "string", "Check Color:", "themes|navy|check", "", "theme", "407"); INSERT INTO flashchat_config VALUES("408", "themes", "metallic", "name", "", "", "string", "Theme Name:", "themes|metallic|name", "", "theme", "408"); INSERT INTO flashchat_config VALUES("409", "themes", "metallic", "dialogBackgroundImage", "", "", "string", "Dialog Background:", "themes|metallic|dialogBackgroundImage", "", "theme", "409"); INSERT INTO flashchat_config VALUES("410", "themes", "metallic", "backgroundImage", "", "", "string", "Background Image:", "themes|metallic|backgroundImage", "", "theme", "410"); INSERT INTO flashchat_config VALUES("411", "themes", "metallic", "showBackgroundImagesOnLogin", "", "", "boolean", "Show Background Image:", "themes|metallic|showBackgroundImagesOnLogin", "", "theme", "411"); INSERT INTO flashchat_config VALUES("412", "themes", "metallic", "showBackgroundImages", "", "", "boolean", "User Interface Transparency:", "themes|metallic|showBackgroundImages", "", "theme", "412"); INSERT INTO flashchat_config VALUES("413", "themes", "metallic", "uiAlpha", "", "", "integer", "Dialog Title Color:", "themes|metallic|uiAlpha", "", "theme", "413"); INSERT INTO flashchat_config VALUES("414", "themes", "metallic", "dialogTitle", "", "", "string", "Dialog Background Color:", "themes|metallic|dialogTitle", "", "theme", "414"); INSERT INTO flashchat_config VALUES("415", "themes", "metallic", "dialog", "", "", "string", "Dialog Color:", "themes|metallic|dialog", "", "theme", "415"); INSERT INTO flashchat_config VALUES("416", "themes", "metallic", "roomText", "", "", "string", "Room Text Color:", "themes|metallic|roomText", "", "theme", "416"); INSERT INTO flashchat_config VALUES("417", "themes", "metallic", "roomBackground", "", "", "string", "Room Background Color:", "themes|metallic|roomBackground", "", "theme", "417"); INSERT INTO flashchat_config VALUES("418", "themes", "metallic", "userListBackground", "", "", "string", "User List Background Color:", "themes|metallic|userListBackground", "", "theme", "418"); INSERT INTO flashchat_config VALUES("419", "themes", "metallic", "enterRoomNotify", "", "", "string", "Enter Room Notify Color:", "themes|metallic|enterRoomNotify", "", "theme", "419"); INSERT INTO flashchat_config VALUES("420", "themes", "metallic", "buttonText", "", "", "string", "Button Text Color:", "themes|metallic|buttonText", "", "theme", "420"); INSERT INTO flashchat_config VALUES("421", "themes", "metallic", "button", "", "", "string", "Button Color:", "themes|metallic|button", "", "theme", "421"); INSERT INTO flashchat_config VALUES("422", "themes", "metallic", "buttonBorder", "", "", "string", "Button Border Color:", "themes|metallic|buttonBorder", "", "theme", "422"); INSERT INTO flashchat_config VALUES("423", "themes", "metallic", "inputBoxBackground", "", "", "string", "Input Box Background Color:", "themes|metallic|inputBoxBackground", "", "theme", "423"); INSERT INTO flashchat_config VALUES("424", "themes", "metallic", "privateLogBackground", "", "", "string", "Private Log Background Color:", "themes|metallic|privateLogBackground", "", "theme", "424"); INSERT INTO flashchat_config VALUES("425", "themes", "metallic", "publicLogBackground", "", "", "string", "Public Log Background Color:", "themes|metallic|publicLogBackground", "", "theme", "425"); INSERT INTO flashchat_config VALUES("426", "themes", "metallic", "borderColor", "", "", "string", "Border Color:", "themes|metallic|borderColor", "", "theme", "426"); INSERT INTO flashchat_config VALUES("427", "themes", "metallic", "bodyText", "", "", "string", "Body Text Color:", "themes|metallic|bodyText", "", "theme", "427"); INSERT INTO flashchat_config VALUES("428", "themes", "metallic", "titleText", "", "", "string", "Title Text Color:", "themes|metallic|titleText", "", "theme", "428"); INSERT INTO flashchat_config VALUES("429", "themes", "metallic", "background", "", "", "string", "Background Color:", "themes|metallic|background", "", "theme", "429"); INSERT INTO flashchat_config VALUES("430", "themes", "metallic", "recommendedUserColor", "", "", "string", "Recommended User Color:", "themes|metallic|recommendedUserColor", "", "theme", "430"); INSERT INTO flashchat_config VALUES("431", "themes", "metallic", "closeButton", "", "", "string", "Close Button Color:", "themes|metallic|closeButton", "", "theme", "431"); INSERT INTO flashchat_config VALUES("432", "themes", "metallic", "closeButtonPress", "", "", "string", "Close Button Press Color:", "themes|metallic|closeButtonPress", "", "theme", "432"); INSERT INTO flashchat_config VALUES("433", "themes", "metallic", "closeButtonBorder", "", "", "string", "Close Button Border Color:", "themes|metallic|closeButtonBorder", "", "theme", "433"); INSERT INTO flashchat_config VALUES("434", "themes", "metallic", "closeButtonArrow", "", "", "string", "Close Button Arrow Color:", "themes|metallic|closeButtonArrow", "", "theme", "434"); INSERT INTO flashchat_config VALUES("435", "themes", "metallic", "minimizeButton", "", "", "string", "Minimize Button Color:", "themes|metallic|minimizeButton", "", "theme", "435"); INSERT INTO flashchat_config VALUES("436", "themes", "metallic", "minimizeButtonPress", "", "", "string", "Minimize Button Press Color:", "themes|metallic|minimizeButtonPress", "", "theme", "436"); INSERT INTO flashchat_config VALUES("437", "themes", "metallic", "minimizeButtonBorder", "", "", "string", "Minimize Button Border Color:", "themes|metallic|minimizeButtonBorder", "", "theme", "437"); INSERT INTO flashchat_config VALUES("438", "themes", "metallic", "check", "", "", "string", "Check Color:", "themes|metallic|check", "", "theme", "438"); INSERT INTO flashchat_config VALUES("439", "themes", "tropical", "name", "", "", "string", "Theme Name:", "themes|tropical|name", "", "theme", "439"); INSERT INTO flashchat_config VALUES("440", "themes", "tropical", "dialogBackgroundImage", "", "", "string", "Dialog Background:", "themes|tropical|dialogBackgroundImage", "", "theme", "440"); INSERT INTO flashchat_config VALUES("441", "themes", "tropical", "backgroundImage", "", "", "string", "Background Image:", "themes|tropical|backgroundImage", "", "theme", "441"); INSERT INTO flashchat_config VALUES("442", "themes", "tropical", "showBackgroundImagesOnLogin", "", "", "boolean", "Show Background Image:", "themes|tropical|showBackgroundImagesOnLogin", "", "theme", "442"); INSERT INTO flashchat_config VALUES("443", "themes", "tropical", "showBackgroundImages", "", "", "boolean", "User Interface Transparency:", "themes|tropical|showBackgroundImages", "", "theme", "443"); INSERT INTO flashchat_config VALUES("444", "themes", "tropical", "uiAlpha", "", "", "integer", "Dialog Title Color:", "themes|tropical|uiAlpha", "", "theme", "444"); INSERT INTO flashchat_config VALUES("445", "themes", "tropical", "dialogTitle", "", "", "string", "Dialog Background Color:", "themes|tropical|dialogTitle", "", "theme", "445"); INSERT INTO flashchat_config VALUES("446", "themes", "tropical", "dialog", "", "", "string", "Dialog Color:", "themes|tropical|dialog", "", "theme", "446"); INSERT INTO flashchat_config VALUES("447", "themes", "tropical", "roomText", "", "", "string", "Room Text Color:", "themes|tropical|roomText", "", "theme", "447"); INSERT INTO flashchat_config VALUES("448", "themes", "tropical", "roomBackground", "", "", "string", "Room Background Color:", "themes|tropical|roomBackground", "", "theme", "448"); INSERT INTO flashchat_config VALUES("449", "themes", "tropical", "userListBackground", "", "", "string", "User List Background Color:", "themes|tropical|userListBackground", "", "theme", "449"); INSERT INTO flashchat_config VALUES("450", "themes", "tropical", "enterRoomNotify", "", "", "string", "Enter Room Notify Color:", "themes|tropical|enterRoomNotify", "", "theme", "450"); INSERT INTO flashchat_config VALUES("451", "themes", "tropical", "buttonText", "", "", "string", "Button Text Color:", "themes|tropical|buttonText", "", "theme", "451"); INSERT INTO flashchat_config VALUES("452", "themes", "tropical", "button", "", "", "string", "Button Color:", "themes|tropical|button", "", "theme", "452"); INSERT INTO flashchat_config VALUES("453", "themes", "tropical", "buttonBorder", "", "", "string", "Button Border Color:", "themes|tropical|buttonBorder", "", "theme", "453"); INSERT INTO flashchat_config VALUES("454", "themes", "tropical", "inputBoxBackground", "", "", "string", "Input Box Background Color:", "themes|tropical|inputBoxBackground", "", "theme", "454"); INSERT INTO flashchat_config VALUES("455", "themes", "tropical", "privateLogBackground", "", "", "string", "Private Log Background Color:", "themes|tropical|privateLogBackground", "", "theme", "455"); INSERT INTO flashchat_config VALUES("456", "themes", "tropical", "publicLogBackground", "", "", "string", "Public Log Background Color:", "themes|tropical|publicLogBackground", "", "theme", "456"); INSERT INTO flashchat_config VALUES("457", "themes", "tropical", "borderColor", "", "", "string", "Border Color:", "themes|tropical|borderColor", "", "theme", "457"); INSERT INTO flashchat_config VALUES("458", "themes", "tropical", "bodyText", "", "", "string", "Body Text Color:", "themes|tropical|bodyText", "", "theme", "458"); INSERT INTO flashchat_config VALUES("459", "themes", "tropical", "titleText", "", "", "string", "Title Text Color:", "themes|tropical|titleText", "", "theme", "459"); INSERT INTO flashchat_config VALUES("460", "themes", "tropical", "background", "", "", "string", "Background Color:", "themes|tropical|background", "", "theme", "460"); INSERT INTO flashchat_config VALUES("461", "themes", "tropical", "recommendedUserColor", "", "", "string", "Recommended User Color:", "themes|tropical|recommendedUserColor", "", "theme", "461"); INSERT INTO flashchat_config VALUES("462", "themes", "tropical", "closeButton", "", "", "string", "Close Button Color:", "themes|tropical|closeButton", "", "theme", "462"); INSERT INTO flashchat_config VALUES("463", "themes", "tropical", "closeButtonPress", "", "", "string", "Close Button Press Color:", "themes|tropical|closeButtonPress", "", "theme", "463"); INSERT INTO flashchat_config VALUES("464", "themes", "tropical", "closeButtonBorder", "", "", "string", "Close Button Border Color:", "themes|tropical|closeButtonBorder", "", "theme", "464"); INSERT INTO flashchat_config VALUES("465", "themes", "tropical", "closeButtonArrow", "", "", "string", "Close Button Arrow Color:", "themes|tropical|closeButtonArrow", "", "theme", "465"); INSERT INTO flashchat_config VALUES("466", "themes", "tropical", "minimizeButton", "", "", "string", "Minimize Button Color:", "themes|tropical|minimizeButton", "", "theme", "466"); INSERT INTO flashchat_config VALUES("467", "themes", "tropical", "minimizeButtonPress", "", "", "string", "Minimize Button Press Color:", "themes|tropical|minimizeButtonPress", "", "theme", "467"); INSERT INTO flashchat_config VALUES("468", "themes", "tropical", "minimizeButtonBorder", "", "", "string", "Minimize Button Border Color:", "themes|tropical|minimizeButtonBorder", "", "theme", "468"); INSERT INTO flashchat_config VALUES("469", "themes", "tropical", "check", "", "", "string", "Check Color:", "themes|tropical|check", "", "theme", "469"); INSERT INTO flashchat_config VALUES("470", "themes", "aqua", "name", "", "", "string", "Theme Name:", "themes|aqua|name", "", "theme", "470"); INSERT INTO flashchat_config VALUES("471", "themes", "aqua", "dialogBackgroundImage", "", "", "string", "Dialog Background:", "themes|aqua|dialogBackgroundImage", "", "theme", "471"); INSERT INTO flashchat_config VALUES("472", "themes", "aqua", "backgroundImage", "", "", "string", "Background Image:", "themes|aqua|backgroundImage", "", "theme", "472"); INSERT INTO flashchat_config VALUES("473", "themes", "aqua", "showBackgroundImagesOnLogin", "", "", "boolean", "Show Background Image:", "themes|aqua|showBackgroundImagesOnLogin", "", "theme", "473"); INSERT INTO flashchat_config VALUES("474", "themes", "aqua", "showBackgroundImages", "", "", "boolean", "User Interface Transparency:", "themes|aqua|showBackgroundImages", "", "theme", "474"); INSERT INTO flashchat_config VALUES("475", "themes", "aqua", "uiAlpha", "", "", "integer", "Dialog Title Color:", "themes|aqua|uiAlpha", "", "theme", "475"); INSERT INTO flashchat_config VALUES("476", "themes", "aqua", "dialogTitle", "", "", "string", "Dialog Background Color:", "themes|aqua|dialogTitle", "", "theme", "476"); INSERT INTO flashchat_config VALUES("477", "themes", "aqua", "dialog", "", "", "string", "Dialog Color:", "themes|aqua|dialog", "", "theme", "477"); INSERT INTO flashchat_config VALUES("478", "themes", "aqua", "roomText", "", "", "string", "Room Text Color:", "themes|aqua|roomText", "", "theme", "478"); INSERT INTO flashchat_config VALUES("479", "themes", "aqua", "roomBackground", "", "", "string", "Room Background Color:", "themes|aqua|roomBackground", "", "theme", "479"); INSERT INTO flashchat_config VALUES("480", "themes", "aqua", "userListBackground", "", "", "string", "User List Background Color:", "themes|aqua|userListBackground", "", "theme", "480"); INSERT INTO flashchat_config VALUES("481", "themes", "aqua", "enterRoomNotify", "", "", "string", "Enter Room Notify Color:", "themes|aqua|enterRoomNotify", "", "theme", "481"); INSERT INTO flashchat_config VALUES("482", "themes", "aqua", "buttonText", "", "", "string", "Button Text Color:", "themes|aqua|buttonText", "", "theme", "482"); INSERT INTO flashchat_config VALUES("483", "themes", "aqua", "button", "", "", "string", "Button Color:", "themes|aqua|button", "", "theme", "483"); INSERT INTO flashchat_config VALUES("484", "themes", "aqua", "buttonBorder", "", "", "string", "Button Border Color:", "themes|aqua|buttonBorder", "", "theme", "484"); INSERT INTO flashchat_config VALUES("485", "themes", "aqua", "inputBoxBackground", "", "", "string", "Input Box Background Color:", "themes|aqua|inputBoxBackground", "", "theme", "485"); INSERT INTO flashchat_config VALUES("486", "themes", "aqua", "privateLogBackground", "", "", "string", "Private Log Background Color:", "themes|aqua|privateLogBackground", "", "theme", "486"); INSERT INTO flashchat_config VALUES("487", "themes", "aqua", "publicLogBackground", "", "", "string", "Public Log Background Color:", "themes|aqua|publicLogBackground", "", "theme", "487"); INSERT INTO flashchat_config VALUES("488", "themes", "aqua", "borderColor", "", "", "string", "Border Color:", "themes|aqua|borderColor", "", "theme", "488"); INSERT INTO flashchat_config VALUES("489", "themes", "aqua", "bodyText", "", "", "string", "Body Text Color:", "themes|aqua|bodyText", "", "theme", "489"); INSERT INTO flashchat_config VALUES("490", "themes", "aqua", "titleText", "", "", "string", "Title Text Color:", "themes|aqua|titleText", "", "theme", "490"); INSERT INTO flashchat_config VALUES("491", "themes", "aqua", "background", "", "", "string", "Background Color:", "themes|aqua|background", "", "theme", "491"); INSERT INTO flashchat_config VALUES("492", "themes", "aqua", "recommendedUserColor", "", "", "string", "Recommended User Color:", "themes|aqua|recommendedUserColor", "", "theme", "492"); INSERT INTO flashchat_config VALUES("493", "themes", "aqua", "closeButton", "", "", "string", "Close Button Color:", "themes|aqua|closeButton", "", "theme", "493"); INSERT INTO flashchat_config VALUES("494", "themes", "aqua", "closeButtonPress", "", "", "string", "Close Button Press Color:", "themes|aqua|closeButtonPress", "", "theme", "494"); INSERT INTO flashchat_config VALUES("495", "themes", "aqua", "closeButtonBorder", "", "", "string", "Close Button Border Color:", "themes|aqua|closeButtonBorder", "", "theme", "495"); INSERT INTO flashchat_config VALUES("496", "themes", "aqua", "closeButtonArrow", "", "", "string", "Close Button Arrow Color:", "themes|aqua|closeButtonArrow", "", "theme", "496"); INSERT INTO flashchat_config VALUES("497", "themes", "aqua", "minimizeButton", "", "", "string", "Minimize Button Color:", "themes|aqua|minimizeButton", "", "theme", "497"); INSERT INTO flashchat_config VALUES("498", "themes", "aqua", "minimizeButtonPress", "", "", "string", "Minimize Button Press Color:", "themes|aqua|minimizeButtonPress", "", "theme", "498"); INSERT INTO flashchat_config VALUES("499", "themes", "aqua", "minimizeButtonBorder", "", "", "string", "Minimize Button Border Color:", "themes|aqua|minimizeButtonBorder", "", "theme", "499"); INSERT INTO flashchat_config VALUES("500", "themes", "aqua", "check", "", "", "string", "Check Color:", "themes|aqua|check", "", "theme", "500"); INSERT INTO flashchat_config VALUES("501", "themes", "olive", "name", "", "", "string", "Theme Name:", "themes|olive|name", "", "theme", "501"); INSERT INTO flashchat_config VALUES("502", "themes", "olive", "dialogBackgroundImage", "", "", "string", "Dialog Background:", "themes|olive|dialogBackgroundImage", "", "theme", "502"); INSERT INTO flashchat_config VALUES("503", "themes", "olive", "backgroundImage", "", "", "string", "Background Image:", "themes|olive|backgroundImage", "", "theme", "503"); INSERT INTO flashchat_config VALUES("504", "themes", "olive", "showBackgroundImagesOnLogin", "", "", "boolean", "Show Background Image:", "themes|olive|showBackgroundImagesOnLogin", "", "theme", "504"); INSERT INTO flashchat_config VALUES("505", "themes", "olive", "showBackgroundImages", "", "", "boolean", "User Interface Transparency:", "themes|olive|showBackgroundImages", "", "theme", "505"); INSERT INTO flashchat_config VALUES("506", "themes", "olive", "uiAlpha", "", "", "integer", "Dialog Title Color:", "themes|olive|uiAlpha", "", "theme", "506"); INSERT INTO flashchat_config VALUES("507", "themes", "olive", "dialogTitle", "", "", "string", "Dialog Background Color:", "themes|olive|dialogTitle", "", "theme", "507"); INSERT INTO flashchat_config VALUES("508", "themes", "olive", "dialog", "", "", "string", "Dialog Color:", "themes|olive|dialog", "", "theme", "508"); INSERT INTO flashchat_config VALUES("509", "themes", "olive", "roomText", "", "", "string", "Room Text Color:", "themes|olive|roomText", "", "theme", "509"); INSERT INTO flashchat_config VALUES("510", "themes", "olive", "roomBackground", "", "", "string", "Room Background Color:", "themes|olive|roomBackground", "", "theme", "510"); INSERT INTO flashchat_config VALUES("511", "themes", "olive", "userListBackground", "", "", "string", "User List Background Color:", "themes|olive|userListBackground", "", "theme", "511"); INSERT INTO flashchat_config VALUES("512", "themes", "olive", "enterRoomNotify", "", "", "string", "Enter Room Notify Color:", "themes|olive|enterRoomNotify", "", "theme", "512"); INSERT INTO flashchat_config VALUES("513", "themes", "olive", "buttonText", "", "", "string", "Button Text Color:", "themes|olive|buttonText", "", "theme", "513"); INSERT INTO flashchat_config VALUES("514", "themes", "olive", "button", "", "", "string", "Button Color:", "themes|olive|button", "", "theme", "514"); INSERT INTO flashchat_config VALUES("515", "themes", "olive", "buttonBorder", "", "", "string", "Button Border Color:", "themes|olive|buttonBorder", "", "theme", "515"); INSERT INTO flashchat_config VALUES("516", "themes", "olive", "inputBoxBackground", "", "", "string", "Input Box Background Color:", "themes|olive|inputBoxBackground", "", "theme", "516"); INSERT INTO flashchat_config VALUES("517", "themes", "olive", "privateLogBackground", "", "", "string", "Private Log Background Color:", "themes|olive|privateLogBackground", "", "theme", "517"); INSERT INTO flashchat_config VALUES("518", "themes", "olive", "publicLogBackground", "", "", "string", "Public Log Background Color:", "themes|olive|publicLogBackground", "", "theme", "518"); INSERT INTO flashchat_config VALUES("519", "themes", "olive", "borderColor", "", "", "string", "Border Color:", "themes|olive|borderColor", "", "theme", "519"); INSERT INTO flashchat_config VALUES("520", "themes", "olive", "bodyText", "", "", "string", "Body Text Color:", "themes|olive|bodyText", "", "theme", "520"); INSERT INTO flashchat_config VALUES("521", "themes", "olive", "titleText", "", "", "string", "Title Text Color:", "themes|olive|titleText", "", "theme", "521"); INSERT INTO flashchat_config VALUES("522", "themes", "olive", "background", "", "", "string", "Background Color:", "themes|olive|background", "", "theme", "522"); INSERT INTO flashchat_config VALUES("523", "themes", "olive", "recommendedUserColor", "", "", "string", "Recommended User Color:", "themes|olive|recommendedUserColor", "", "theme", "523"); INSERT INTO flashchat_config VALUES("524", "themes", "olive", "closeButton", "", "", "string", "Close Button Color:", "themes|olive|closeButton", "", "theme", "524"); INSERT INTO flashchat_config VALUES("525", "themes", "olive", "closeButtonPress", "", "", "string", "Close Button Press Color:", "themes|olive|closeButtonPress", "", "theme", "525"); INSERT INTO flashchat_config VALUES("526", "themes", "olive", "closeButtonBorder", "", "", "string", "Close Button Border Color:", "themes|olive|closeButtonBorder", "", "theme", "526"); INSERT INTO flashchat_config VALUES("527", "themes", "olive", "closeButtonArrow", "", "", "string", "Close Button Arrow Color:", "themes|olive|closeButtonArrow", "", "theme", "527"); INSERT INTO flashchat_config VALUES("528", "themes", "olive", "minimizeButton", "", "", "string", "Minimize Button Color:", "themes|olive|minimizeButton", "", "theme", "528"); INSERT INTO flashchat_config VALUES("529", "themes", "olive", "minimizeButtonPress", "", "", "string", "Minimize Button Press Color:", "themes|olive|minimizeButtonPress", "", "theme", "529"); INSERT INTO flashchat_config VALUES("530", "themes", "olive", "minimizeButtonBorder", "", "", "string", "Minimize Button Border Color:", "themes|olive|minimizeButtonBorder", "", "theme", "530"); INSERT INTO flashchat_config VALUES("531", "themes", "olive", "check", "", "", "string", "Check Color:", "themes|olive|check", "", "theme", "531"); INSERT INTO flashchat_config VALUES("532", "themes", "pink", "name", "", "", "string", "Theme Name:", "themes|pink|name", "", "theme", "532"); INSERT INTO flashchat_config VALUES("533", "themes", "pink", "dialogBackgroundImage", "", "", "string", "Dialog Background:", "themes|pink|dialogBackgroundImage", "", "theme", "533"); INSERT INTO flashchat_config VALUES("534", "themes", "pink", "backgroundImage", "", "", "string", "Background Image:", "themes|pink|backgroundImage", "", "theme", "534"); INSERT INTO flashchat_config VALUES("535", "themes", "pink", "showBackgroundImagesOnLogin", "", "", "boolean", "Show Background Image:", "themes|pink|showBackgroundImagesOnLogin", "", "theme", "535"); INSERT INTO flashchat_config VALUES("536", "themes", "pink", "showBackgroundImages", "", "", "boolean", "User Interface Transparency:", "themes|pink|showBackgroundImages", "", "theme", "536"); INSERT INTO flashchat_config VALUES("537", "themes", "pink", "uiAlpha", "", "", "integer", "Dialog Title Color:", "themes|pink|uiAlpha", "", "theme", "537"); INSERT INTO flashchat_config VALUES("538", "themes", "pink", "dialogTitle", "", "", "string", "Dialog Background Color:", "themes|pink|dialogTitle", "", "theme", "538"); INSERT INTO flashchat_config VALUES("539", "themes", "pink", "dialog", "", "", "string", "Dialog Color:", "themes|pink|dialog", "", "theme", "539"); INSERT INTO flashchat_config VALUES("540", "themes", "pink", "roomText", "", "", "string", "Room Text Color:", "themes|pink|roomText", "", "theme", "540"); INSERT INTO flashchat_config VALUES("541", "themes", "pink", "roomBackground", "", "", "string", "Room Background Color:", "themes|pink|roomBackground", "", "theme", "541"); INSERT INTO flashchat_config VALUES("542", "themes", "pink", "userListBackground", "", "", "string", "User List Background Color:", "themes|pink|userListBackground", "", "theme", "542"); INSERT INTO flashchat_config VALUES("543", "themes", "pink", "enterRoomNotify", "", "", "string", "Enter Room Notify Color:", "themes|pink|enterRoomNotify", "", "theme", "543"); INSERT INTO flashchat_config VALUES("544", "themes", "pink", "buttonText", "", "", "string", "Button Text Color:", "themes|pink|buttonText", "", "theme", "544"); INSERT INTO flashchat_config VALUES("545", "themes", "pink", "button", "", "", "string", "Button Color:", "themes|pink|button", "", "theme", "545"); INSERT INTO flashchat_config VALUES("546", "themes", "pink", "buttonBorder", "", "", "string", "Button Border Color:", "themes|pink|buttonBorder", "", "theme", "546"); INSERT INTO flashchat_config VALUES("547", "themes", "pink", "inputBoxBackground", "", "", "string", "Input Box Background Color:", "themes|pink|inputBoxBackground", "", "theme", "547"); INSERT INTO flashchat_config VALUES("548", "themes", "pink", "privateLogBackground", "", "", "string", "Private Log Background Color:", "themes|pink|privateLogBackground", "", "theme", "548"); INSERT INTO flashchat_config VALUES("549", "themes", "pink", "publicLogBackground", "", "", "string", "Public Log Background Color:", "themes|pink|publicLogBackground", "", "theme", "549"); INSERT INTO flashchat_config VALUES("550", "themes", "pink", "borderColor", "", "", "string", "Border Color:", "themes|pink|borderColor", "", "theme", "550"); INSERT INTO flashchat_config VALUES("551", "themes", "pink", "bodyText", "", "", "string", "Body Text Color:", "themes|pink|bodyText", "", "theme", "551"); INSERT INTO flashchat_config VALUES("552", "themes", "pink", "titleText", "", "", "string", "Title Text Color:", "themes|pink|titleText", "", "theme", "552"); INSERT INTO flashchat_config VALUES("553", "themes", "pink", "background", "", "", "string", "Background Color:", "themes|pink|background", "", "theme", "553"); INSERT INTO flashchat_config VALUES("554", "themes", "pink", "recommendedUserColor", "", "", "string", "Recommended User Color:", "themes|pink|recommendedUserColor", "", "theme", "554"); INSERT INTO flashchat_config VALUES("555", "themes", "pink", "closeButton", "", "", "string", "Close Button Color:", "themes|pink|closeButton", "", "theme", "555"); INSERT INTO flashchat_config VALUES("556", "themes", "pink", "closeButtonPress", "", "", "string", "Close Button Press Color:", "themes|pink|closeButtonPress", "", "theme", "556"); INSERT INTO flashchat_config VALUES("557", "themes", "pink", "closeButtonBorder", "", "", "string", "Close Button Border Color:", "themes|pink|closeButtonBorder", "", "theme", "557"); INSERT INTO flashchat_config VALUES("558", "themes", "pink", "closeButtonArrow", "", "", "string", "Close Button Arrow Color:", "themes|pink|closeButtonArrow", "", "theme", "558"); INSERT INTO flashchat_config VALUES("559", "themes", "pink", "minimizeButton", "", "", "string", "Minimize Button Color:", "themes|pink|minimizeButton", "", "theme", "559"); INSERT INTO flashchat_config VALUES("560", "themes", "pink", "minimizeButtonPress", "", "", "string", "Minimize Button Press Color:", "themes|pink|minimizeButtonPress", "", "theme", "560"); INSERT INTO flashchat_config VALUES("561", "themes", "pink", "minimizeButtonBorder", "", "", "string", "Minimize Button Border Color:", "themes|pink|minimizeButtonBorder", "", "theme", "561"); INSERT INTO flashchat_config VALUES("562", "themes", "pink", "check", "", "", "string", "Check Color:", "themes|pink|check", "", "theme", "562"); INSERT INTO flashchat_config VALUES("563", "themes", "oak", "name", "", "", "string", "Theme Name:", "themes|oak|name", "", "theme", "563"); INSERT INTO flashchat_config VALUES("564", "themes", "oak", "dialogBackgroundImage", "", "", "string", "Dialog Background:", "themes|oak|dialogBackgroundImage", "", "theme", "564"); INSERT INTO flashchat_config VALUES("565", "themes", "oak", "backgroundImage", "", "", "string", "Background Image:", "themes|oak|backgroundImage", "", "theme", "565"); INSERT INTO flashchat_config VALUES("566", "themes", "oak", "showBackgroundImagesOnLogin", "", "", "boolean", "Show Background Image:", "themes|oak|showBackgroundImagesOnLogin", "", "theme", "566"); INSERT INTO flashchat_config VALUES("567", "themes", "oak", "showBackgroundImages", "", "", "boolean", "User Interface Transparency:", "themes|oak|showBackgroundImages", "", "theme", "567"); INSERT INTO flashchat_config VALUES("568", "themes", "oak", "uiAlpha", "", "", "integer", "Dialog Title Color:", "themes|oak|uiAlpha", "", "theme", "568"); INSERT INTO flashchat_config VALUES("569", "themes", "oak", "dialogTitle", "", "", "string", "Dialog Background Color:", "themes|oak|dialogTitle", "", "theme", "569"); INSERT INTO flashchat_config VALUES("570", "themes", "oak", "dialog", "", "", "string", "Dialog Color:", "themes|oak|dialog", "", "theme", "570"); INSERT INTO flashchat_config VALUES("571", "themes", "oak", "roomText", "", "", "string", "Room Text Color:", "themes|oak|roomText", "", "theme", "571"); INSERT INTO flashchat_config VALUES("572", "themes", "oak", "roomBackground", "", "", "string", "Room Background Color:", "themes|oak|roomBackground", "", "theme", "572"); INSERT INTO flashchat_config VALUES("573", "themes", "oak", "userListBackground", "", "", "string", "User List Background Color:", "themes|oak|userListBackground", "", "theme", "573"); INSERT INTO flashchat_config VALUES("574", "themes", "oak", "enterRoomNotify", "", "", "string", "Enter Room Notify Color:", "themes|oak|enterRoomNotify", "", "theme", "574"); INSERT INTO flashchat_config VALUES("575", "themes", "oak", "buttonText", "", "", "string", "Button Text Color:", "themes|oak|buttonText", "", "theme", "575"); INSERT INTO flashchat_config VALUES("576", "themes", "oak", "button", "", "", "string", "Button Color:", "themes|oak|button", "", "theme", "576"); INSERT INTO flashchat_config VALUES("577", "themes", "oak", "buttonBorder", "", "", "string", "Button Border Color:", "themes|oak|buttonBorder", "", "theme", "577"); INSERT INTO flashchat_config VALUES("578", "themes", "oak", "inputBoxBackground", "", "", "string", "Input Box Background Color:", "themes|oak|inputBoxBackground", "", "theme", "578"); INSERT INTO flashchat_config VALUES("579", "themes", "oak", "privateLogBackground", "", "", "string", "Private Log Background Color:", "themes|oak|privateLogBackground", "", "theme", "579"); INSERT INTO flashchat_config VALUES("580", "themes", "oak", "publicLogBackground", "", "", "string", "Public Log Background Color:", "themes|oak|publicLogBackground", "", "theme", "580"); INSERT INTO flashchat_config VALUES("581", "themes", "oak", "borderColor", "", "", "string", "Border Color:", "themes|oak|borderColor", "", "theme", "581"); INSERT INTO flashchat_config VALUES("582", "themes", "oak", "bodyText", "", "", "string", "Body Text Color:", "themes|oak|bodyText", "", "theme", "582"); INSERT INTO flashchat_config VALUES("583", "themes", "oak", "titleText", "", "", "string", "Title Text Color:", "themes|oak|titleText", "", "theme", "583"); INSERT INTO flashchat_config VALUES("584", "themes", "oak", "background", "", "", "string", "Background Color:", "themes|oak|background", "", "theme", "584"); INSERT INTO flashchat_config VALUES("585", "themes", "oak", "recommendedUserColor", "", "", "string", "Recommended User Color:", "themes|oak|recommendedUserColor", "", "theme", "585"); INSERT INTO flashchat_config VALUES("586", "themes", "oak", "closeButton", "", "", "string", "Close Button Color:", "themes|oak|closeButton", "", "theme", "586"); INSERT INTO flashchat_config VALUES("587", "themes", "oak", "closeButtonPress", "", "", "string", "Close Button Press Color:", "themes|oak|closeButtonPress", "", "theme", "587"); INSERT INTO flashchat_config VALUES("588", "themes", "oak", "closeButtonBorder", "", "", "string", "Close Button Border Color:", "themes|oak|closeButtonBorder", "", "theme", "588"); INSERT INTO flashchat_config VALUES("589", "themes", "oak", "closeButtonArrow", "", "", "string", "Close Button Arrow Color:", "themes|oak|closeButtonArrow", "", "theme", "589"); INSERT INTO flashchat_config VALUES("590", "themes", "oak", "minimizeButton", "", "", "string", "Minimize Button Color:", "themes|oak|minimizeButton", "", "theme", "590"); INSERT INTO flashchat_config VALUES("591", "themes", "oak", "minimizeButtonPress", "", "", "string", "Minimize Button Press Color:", "themes|oak|minimizeButtonPress", "", "theme", "591"); INSERT INTO flashchat_config VALUES("592", "themes", "oak", "minimizeButtonBorder", "", "", "string", "Minimize Button Border Color:", "themes|oak|minimizeButtonBorder", "", "theme", "592"); INSERT INTO flashchat_config VALUES("593", "themes", "oak", "check", "", "", "string", "Check Color:", "themes|oak|check", "", "theme", "593"); INSERT INTO flashchat_config VALUES("594", "themes", "black", "name", "", "", "string", "Theme Name:", "themes|black|name", "", "theme", "594"); INSERT INTO flashchat_config VALUES("595", "themes", "black", "dialogBackgroundImage", "", "", "string", "Dialog Background:", "themes|black|dialogBackgroundImage", "", "theme", "595"); INSERT INTO flashchat_config VALUES("596", "themes", "black", "backgroundImage", "", "", "string", "Background Image:", "themes|black|backgroundImage", "", "theme", "596"); INSERT INTO flashchat_config VALUES("597", "themes", "black", "showBackgroundImagesOnLogin", "", "", "boolean", "Show Background Image:", "themes|black|showBackgroundImagesOnLogin", "", "theme", "597"); INSERT INTO flashchat_config VALUES("598", "themes", "black", "showBackgroundImages", "", "", "boolean", "User Interface Transparency:", "themes|black|showBackgroundImages", "", "theme", "598"); INSERT INTO flashchat_config VALUES("599", "themes", "black", "uiAlpha", "", "", "integer", "Dialog Title Color:", "themes|black|uiAlpha", "", "theme", "599"); INSERT INTO flashchat_config VALUES("600", "themes", "black", "dialogTitle", "", "", "string", "Dialog Background Color:", "themes|black|dialogTitle", "", "theme", "600"); INSERT INTO flashchat_config VALUES("601", "themes", "black", "dialog", "", "", "string", "Dialog Color:", "themes|black|dialog", "", "theme", "601"); INSERT INTO flashchat_config VALUES("602", "themes", "black", "roomText", "", "", "string", "Room Text Color:", "themes|black|roomText", "", "theme", "602"); INSERT INTO flashchat_config VALUES("603", "themes", "black", "roomBackground", "", "", "string", "Room Background Color:", "themes|black|roomBackground", "", "theme", "603"); INSERT INTO flashchat_config VALUES("604", "themes", "black", "userListBackground", "", "", "string", "User List Background Color:", "themes|black|userListBackground", "", "theme", "604"); INSERT INTO flashchat_config VALUES("605", "themes", "black", "enterRoomNotify", "", "", "string", "Enter Room Notify Color:", "themes|black|enterRoomNotify", "", "theme", "605"); INSERT INTO flashchat_config VALUES("606", "themes", "black", "buttonText", "", "", "string", "Button Text Color:", "themes|black|buttonText", "", "theme", "606"); INSERT INTO flashchat_config VALUES("607", "themes", "black", "button", "", "", "string", "Button Color:", "themes|black|button", "", "theme", "607"); INSERT INTO flashchat_config VALUES("608", "themes", "black", "buttonBorder", "", "", "string", "Button Border Color:", "themes|black|buttonBorder", "", "theme", "608"); INSERT INTO flashchat_config VALUES("609", "themes", "black", "inputBoxBackground", "", "", "string", "Input Box Background Color:", "themes|black|inputBoxBackground", "", "theme", "609"); INSERT INTO flashchat_config VALUES("610", "themes", "black", "privateLogBackground", "", "", "string", "Private Log Background Color:", "themes|black|privateLogBackground", "", "theme", "610"); INSERT INTO flashchat_config VALUES("611", "themes", "black", "publicLogBackground", "", "", "string", "Public Log Background Color:", "themes|black|publicLogBackground", "", "theme", "611"); INSERT INTO flashchat_config VALUES("612", "themes", "black", "borderColor", "", "", "string", "Border Color:", "themes|black|borderColor", "", "theme", "612"); INSERT INTO flashchat_config VALUES("613", "themes", "black", "bodyText", "", "", "string", "Body Text Color:", "themes|black|bodyText", "", "theme", "613"); INSERT INTO flashchat_config VALUES("614", "themes", "black", "titleText", "", "", "string", "Title Text Color:", "themes|black|titleText", "", "theme", "614"); INSERT INTO flashchat_config VALUES("615", "themes", "black", "background", "", "", "string", "Background Color:", "themes|black|background", "", "theme", "615"); INSERT INTO flashchat_config VALUES("616", "themes", "black", "recommendedUserColor", "", "", "string", "Recommended User Color:", "themes|black|recommendedUserColor", "", "theme", "616"); INSERT INTO flashchat_config VALUES("617", "themes", "black", "closeButton", "", "", "string", "Close Button Color:", "themes|black|closeButton", "", "theme", "617"); INSERT INTO flashchat_config VALUES("618", "themes", "black", "closeButtonPress", "", "", "string", "Close Button Press Color:", "themes|black|closeButtonPress", "", "theme", "618"); INSERT INTO flashchat_config VALUES("619", "themes", "black", "closeButtonBorder", "", "", "string", "Close Button Border Color:", "themes|black|closeButtonBorder", "", "theme", "619"); INSERT INTO flashchat_config VALUES("620", "themes", "black", "closeButtonArrow", "", "", "string", "Close Button Arrow Color:", "themes|black|closeButtonArrow", "", "theme", "620"); INSERT INTO flashchat_config VALUES("621", "themes", "black", "minimizeButton", "", "", "string", "Minimize Button Color:", "themes|black|minimizeButton", "", "theme", "621"); INSERT INTO flashchat_config VALUES("622", "themes", "black", "minimizeButtonPress", "", "", "string", "Minimize Button Press Color:", "themes|black|minimizeButtonPress", "", "theme", "622"); INSERT INTO flashchat_config VALUES("623", "themes", "black", "minimizeButtonBorder", "", "", "string", "Minimize Button Border Color:", "themes|black|minimizeButtonBorder", "", "theme", "623"); INSERT INTO flashchat_config VALUES("624", "themes", "black", "check", "", "", "string", "Check Color:", "themes|black|check", "", "theme", "624"); INSERT INTO flashchat_config VALUES("625", "defaultTheme", "", "", "", "", "combo", "Default Theme:", "defaultTheme", "", "other", "1"); INSERT INTO flashchat_config VALUES("626", "skin", "default", "name", "", "", "string", "Default Skin Name:", "skin|default|name", "", "const", "2"); INSERT INTO flashchat_config VALUES("627", "skin", "default", "swf_name", "", "", "string", "Default Skin SWF name:", "skin|default|swf_name", "", "const", "3"); INSERT INTO flashchat_config VALUES("628", "skin", "xp_skin", "name", "", "", "string", "Default XP Skin Name:", "skin|xp_skin|name", "", "const", "4"); INSERT INTO flashchat_config VALUES("629", "skin", "xp_skin", "swf_name", "", "", "string", "Default XP Skin SWF name:", "skin|xp_skin|swf_name", "", "const", "5"); INSERT INTO flashchat_config VALUES("630", "skin", "aqua_skin", "name", "", "", "string", "Default Aqua Skin Name:", "skin|aqua_skin|name", "", "const", "6"); INSERT INTO flashchat_config VALUES("631", "skin", "aqua_skin", "swf_name", "", "", "string", "Default Aqua Skin SWF name:", "skin|aqua_skin|swf_name", "", "const", "7"); INSERT INTO flashchat_config VALUES("632", "skin", "gradient_skin", "name", "", "", "string", "Default Gradient Skin Name:", "skin|gradient_skin|name", "", "const", "8"); INSERT INTO flashchat_config VALUES("633", "skin", "gradient_skin", "swf_name", "", "", "string", "Default Gradient Skin SWF name:", "skin|gradient_skin|swf_name", "", "const", "9"); INSERT INTO flashchat_config VALUES("634", "defaultSkin", "", "", "", "", "combo", "Default Skin:", "defaultSkin", "", "other", "10"); INSERT INTO flashchat_config VALUES("635", "text", "itemToChange", "myTextColor", "", "", "boolean", "Enable Text Color Override:", "text|itemToChange|myTextColor", "defaults (presence : is that option visible or hidden)", "font", "1"); INSERT INTO flashchat_config VALUES("636", "text", "itemToChange", "mainChat", "presence", "", "boolean", "Allow Change:", "text|itemToChange|mainChat|presence", "defaults (presence : is that option visible or hidden)", "font", "2"); INSERT INTO flashchat_config VALUES("637", "text", "itemToChange", "mainChat", "fontSize", "", "integer", "Default Size:", "text|itemToChange|mainChat|fontSize", "defaults (presence : is that option visible or hidden)", "font", "3"); INSERT INTO flashchat_config VALUES("638", "text", "itemToChange", "mainChat", "fontFamily", "", "string", "Font Family:", "text|itemToChange|mainChat|fontFamily", "defaults (presence : is that option visible or hidden)", "font", "4"); INSERT INTO flashchat_config VALUES("639", "text", "itemToChange", "interfaceElements", "presence", "", "boolean", "Allow Change:", "text|itemToChange|interfaceElements|presence", "defaults (presence : is that option visible or hidden)", "font", "5"); INSERT INTO flashchat_config VALUES("640", "text", "itemToChange", "interfaceElements", "fontSize", "", "integer", "Default Size:", "text|itemToChange|interfaceElements|fontSize", "defaults (presence : is that option visible or hidden)", "font", "6"); INSERT INTO flashchat_config VALUES("641", "text", "itemToChange", "interfaceElements", "fontFamily", "", "string", "Font Family:", "text|itemToChange|interfaceElements|fontFamily", "defaults (presence : is that option visible or hidden)", "font", "7"); INSERT INTO flashchat_config VALUES("642", "text", "itemToChange", "title", "presence", "", "boolean", "Allow Change:", "text|itemToChange|title|presence", "defaults (presence : is that option visible or hidden)", "font", "8"); INSERT INTO flashchat_config VALUES("643", "text", "itemToChange", "title", "fontSize", "", "integer", "Default Size:", "text|itemToChange|title|fontSize", "defaults (presence : is that option visible or hidden)", "font", "9"); INSERT INTO flashchat_config VALUES("644", "text", "itemToChange", "title", "fontFamily", "", "string", "Font Family:", "text|itemToChange|title|fontFamily", "defaults (presence : is that option visible or hidden)", "font", "10"); INSERT INTO flashchat_config VALUES("645", "text", "fontSize", "itm0", "", "", "integer", "", "text|fontSize|itm0", "", "font", "9"); INSERT INTO flashchat_config VALUES("974", "text", "fontSize", "itm9", "", "", "integer", "", "text|fontSize|itm9", "", "font", "11"); INSERT INTO flashchat_config VALUES("971", "text", "fontFamily", "itm3", "", "", "string", "", "text|fontFamily|itm3", "", "font", "1"); INSERT INTO flashchat_config VALUES("916", "text", "fontFamily", "itm4", "", "", "string", "", "text|fontFamily|itm4", "", "font", "2"); INSERT INTO flashchat_config VALUES("970", "text", "fontFamily", "itm2", "", "", "string", "", "text|fontFamily|itm2", "", "font", "4"); INSERT INTO flashchat_config VALUES("968", "text", "fontSize", "itm8", "", "", "integer", "", "text|fontSize|itm8", "", "font", "8"); INSERT INTO flashchat_config VALUES("964", "text", "fontSize", "itm4", "", "", "integer", "", "text|fontSize|itm4", "", "font", "4"); INSERT INTO flashchat_config VALUES("962", "text", "fontSize", "itm2", "", "", "integer", "", "text|fontSize|itm2", "", "font", "2"); INSERT INTO flashchat_config VALUES("963", "text", "fontSize", "itm3", "", "", "integer", "", "text|fontSize|itm3", "", "font", "3"); INSERT INTO flashchat_config VALUES("660", "preloader", "text", "settings", "", "", "string", "Setting Text:", "preloader|text|settings", "", "preloader", "1"); INSERT INTO flashchat_config VALUES("661", "preloader", "text", "smilies", "", "", "string", "Smilies Text:", "preloader|text|smilies", "", "preloader", "2"); INSERT INTO flashchat_config VALUES("662", "preloader", "text", "mainchat", "", "", "string", "Main Chat Text:", "preloader|text|mainchat", "", "preloader", "3"); INSERT INTO flashchat_config VALUES("663", "preloader", "text", "starting", "", "", "string", "Starting Text:", "preloader|text|starting", "", "preloader", "4"); INSERT INTO flashchat_config VALUES("664", "preloader", "text", "okText", "", "", "string", "OK Text:", "preloader|text|okText", "", "preloader", "5"); INSERT INTO flashchat_config VALUES("665", "preloader", "fontFamily", "", "", "", "combo", "Font Family:", "preloader|fontFamily", "", "preloader", "6"); INSERT INTO flashchat_config VALUES("666", "preloader", "fontSize", "", "", "", "combo", "Font Size:", "preloader|fontSize", "", "preloader", "7"); INSERT INTO flashchat_config VALUES("667", "preloader", "fontColor", "", "", "", "string", "Font Color:", "preloader|fontColor", "", "preloader", "8"); INSERT INTO flashchat_config VALUES("668", "preloader", "BGColor", "", "", "", "string", "Background Color:", "preloader|BGColor", "", "preloader", "9"); INSERT INTO flashchat_config VALUES("669", "preloader", "barColor", "", "", "", "string", "Bar Color:", "preloader|barColor", "", "preloader", "10"); INSERT INTO flashchat_config VALUES("670", "special_language", "itm0", "", "", "", "string", "Special language", "special_language|itm0", "", "other", "11"); INSERT INTO flashchat_config VALUES("671", "special_language", "itm1", "", "", "", "string", "Special language", "special_language|itm1", "", "other", "12"); INSERT INTO flashchat_config VALUES("672", "smiles", "smi_smile", "", "", "", "string", "Smile:", "smiles|smi_smile", "do disable any smilie select \"Off\"", "smilies", "1"); INSERT INTO flashchat_config VALUES("673", "smiles", "smi_sad", "", "", "", "string", "Sad:", "smiles|smi_sad", "do disable any smilie select \"Off\"", "smilies", "2"); INSERT INTO flashchat_config VALUES("674", "smiles", "smi_wink", "", "", "", "string", "Wink:", "smiles|smi_wink", "do disable any smilie select \"Off\"", "smilies", "3"); INSERT INTO flashchat_config VALUES("675", "smiles", "smi_laugh", "", "", "", "string", "Laugh:", "smiles|smi_laugh", "do disable any smilie select \"Off\"", "smilies", "4"); INSERT INTO flashchat_config VALUES("676", "smiles", "smi_red", "", "", "", "string", "Red:", "smiles|smi_red", "do disable any smilie select \"Off\"", "smilies", "5"); INSERT INTO flashchat_config VALUES("677", "smiles", "smi_tongue", "", "", "", "string", "Tongue:", "smiles|smi_tongue", "do disable any smilie select \"Off\"", "smilies", "6"); INSERT INTO flashchat_config VALUES("678", "smiles", "smi_ask", "", "", "", "string", "Ask:", "smiles|smi_ask", "do disable any smilie select \"Off\"", "smilies", "7"); INSERT INTO flashchat_config VALUES("679", "smiles", "smi_awe", "", "", "", "string", "Awe:", "smiles|smi_awe", "do disable any smilie select \"Off\"", "smilies", "8"); INSERT INTO flashchat_config VALUES("680", "smiles", "smi_baby", "", "", "", "string", "Baby:", "smiles|smi_baby", "do disable any smilie select \"Off\"", "smilies", "9"); INSERT INTO flashchat_config VALUES("681", "smiles", "smi_cool", "", "", "", "string", "Cool:", "smiles|smi_cool", "do disable any smilie select \"Off\"", "smilies", "10"); INSERT INTO flashchat_config VALUES("682", "smiles", "smi_evil", "", "", "", "string", "Evil:", "smiles|smi_evil", "do disable any smilie select \"Off\"", "smilies", "11"); INSERT INTO flashchat_config VALUES("683", "smiles", "smi_grin", "", "", "", "string", "Grin:", "smiles|smi_grin", "do disable any smilie select \"Off\"", "smilies", "12"); INSERT INTO flashchat_config VALUES("684", "smiles", "smi_heart", "", "", "", "string", "Heart:", "smiles|smi_heart", "do disable any smilie select \"Off\"", "smilies", "13"); INSERT INTO flashchat_config VALUES("685", "smiles", "smi_kiss", "", "", "", "string", "Kiss:", "smiles|smi_kiss", "do disable any smilie select \"Off\"", "smilies", "14"); INSERT INTO flashchat_config VALUES("686", "smiles", "smi_newline", "", "", "", "string", "Newline:", "smiles|smi_newline", "do disable any smilie select \"Off\"", "smilies", "15"); INSERT INTO flashchat_config VALUES("687", "smiles", "smi_ninja", "", "", "", "string", "Ninja:", "smiles|smi_ninja", "do disable any smilie select \"Off\"", "smilies", "16"); INSERT INTO flashchat_config VALUES("688", "smiles", "smi_roll", "", "", "", "string", "Roll:", "smiles|smi_roll", "do disable any smilie select \"Off\"", "smilies", "17"); INSERT INTO flashchat_config VALUES("689", "smiles", "smi_roll_eyes", "", "", "", "string", "Roll Eyes:", "smiles|smi_roll_eyes", "do disable any smilie select \"Off\"", "smilies", "18"); INSERT INTO flashchat_config VALUES("690", "smiles", "smi_slash", "", "", "", "string", "Slash:", "smiles|smi_slash", "do disable any smilie select \"Off\"", "smilies", "19"); INSERT INTO flashchat_config VALUES("691", "smiles", "smi_sleep", "", "", "", "string", "Sleep:", "smiles|smi_sleep", "do disable any smilie select \"Off\"", "smilies", "20"); INSERT INTO flashchat_config VALUES("692", "smiles", "smi_weird", "", "", "", "string", "Weird:", "smiles|smi_weird", "do disable any smilie select \"Off\"", "smilies", "21"); INSERT INTO flashchat_config VALUES("693", "smiles", "smi_whistle", "", "", "", "string", "Whistle:", "smiles|smi_whistle", "do disable any smilie select \"Off\"", "smilies", "22"); INSERT INTO flashchat_config VALUES("694", "smiles", "smi_wonder", "", "", "", "string", "Wonder:", "smiles|smi_wonder", "do disable any smilie select \"Off\"", "smilies", "23"); INSERT INTO flashchat_config VALUES("695", "smiles", "smi_call", "", "", "", "string", "Call:", "smiles|smi_call", "do disable any smilie select \"Off\"", "smilies", "24"); INSERT INTO flashchat_config VALUES("696", "smiles", "smi_cash", "", "", "", "string", "Cash:", "smiles|smi_cash", "do disable any smilie select \"Off\"", "smilies", "25"); INSERT INTO flashchat_config VALUES("697", "smiles", "smi_shock", "", "", "", "string", "Shock:", "smiles|smi_shock", "do disable any smilie select \"Off\"", "smilies", "26"); INSERT INTO flashchat_config VALUES("698", "smiles", "smi_check", "", "", "", "string", "Check:", "smiles|smi_check", "do disable any smilie select \"Off\"", "smilies", "27"); INSERT INTO flashchat_config VALUES("699", "smiles", "smi_ball", "", "", "", "string", "Ball:", "smiles|smi_ball", "do disable any smilie select \"Off\"", "smilies", "28"); INSERT INTO flashchat_config VALUES("700", "smiles", "smi_clap", "", "", "", "string", "Clap:", "smiles|smi_clap", "do disable any smilie select \"Off\"", "smilies", "29"); INSERT INTO flashchat_config VALUES("701", "smiles", "smi_cry", "", "", "", "string", "Cry:", "smiles|smi_cry", "do disable any smilie select \"Off\"", "smilies", "30"); INSERT INTO flashchat_config VALUES("702", "smiles", "smi_luck", "", "", "", "string", "Luck:", "smiles|smi_luck", "do disable any smilie select \"Off\"", "smilies", "31"); INSERT INTO flashchat_config VALUES("703", "smiles", "smi_nono", "", "", "", "string", "Nono:", "smiles|smi_nono", "do disable any smilie select \"Off\"", "smilies", "32"); INSERT INTO flashchat_config VALUES("704", "smiles", "smi_punch", "", "", "", "string", "Punch:", "smiles|smi_punch", "do disable any smilie select \"Off\"", "smilies", "33"); INSERT INTO flashchat_config VALUES("705", "smiles", "smi_skull", "", "", "", "string", "Skull:", "smiles|smi_skull", "do disable any smilie select \"Off\"", "smilies", "34"); INSERT INTO flashchat_config VALUES("706", "smiles", "smi_yeah", "", "", "", "string", "Yeah:", "smiles|smi_yeah", "do disable any smilie select \"Off\"", "smilies", "35"); INSERT INTO flashchat_config VALUES("707", "smiles", "smi_yinyang", "", "", "", "string", "Yinyang:", "smiles|smi_yinyang", "do disable any smilie select \"Off\"", "smilies", "36"); INSERT INTO flashchat_config VALUES("708", "smiles", "smi_earth", "", "", "", "string", "Earth:", "smiles|smi_earth", "do disable any smilie select \"Off\"", "smilies", "37"); INSERT INTO flashchat_config VALUES("709", "smiles", "smi_huh", "", "", "", "string", "Huh:", "smiles|smi_huh", "do disable any smilie select \"Off\"", "smilies", "38"); INSERT INTO flashchat_config VALUES("710", "smiles", "smi_hypno", "", "", "", "string", "Hypno:", "smiles|smi_hypno", "do disable any smilie select \"Off\"", "smilies", "39"); INSERT INTO flashchat_config VALUES("711", "smiles", "smi_java", "", "", "", "string", "Java:", "smiles|smi_java", "do disable any smilie select \"Off\"", "smilies", "40"); INSERT INTO flashchat_config VALUES("712", "smiles", "smi_no", "", "", "", "string", "No:", "smiles|smi_no", "do disable any smilie select \"Off\"", "smilies", "41"); INSERT INTO flashchat_config VALUES("713", "smiles", "smi_rain", "", "", "", "string", "Rain:", "smiles|smi_rain", "do disable any smilie select \"Off\"", "smilies", "42"); INSERT INTO flashchat_config VALUES("714", "smiles", "smi_rose", "", "", "", "string", "Rose:", "smiles|smi_rose", "do disable any smilie select \"Off\"", "smilies", "43"); INSERT INTO flashchat_config VALUES("715", "smiles", "smi_usa", "", "", "", "string", "Usa:", "smiles|smi_usa", "do disable any smilie select \"Off\"", "smilies", "44"); INSERT INTO flashchat_config VALUES("716", "smiles", "smi_big_grin", "", "", "", "string", "Big Grin:", "smiles|smi_big_grin", "do disable any smilie select \"Off\"", "smilies", "45"); INSERT INTO flashchat_config VALUES("717", "smiles", "smi_faint", "", "", "", "string", "Faint:", "smiles|smi_faint", "do disable any smilie select \"Off\"", "smilies", "46"); INSERT INTO flashchat_config VALUES("718", "smiles", "smi_ill_content", "", "", "", "string", "Ill Content:", "smiles|smi_ill_content", "do disable any smilie select \"Off\"", "smilies", "47"); INSERT INTO flashchat_config VALUES("719", "smiles", "smi_meow", "", "", "", "string", "Meow:", "smiles|smi_meow", "do disable any smilie select \"Off\"", "smilies", "48"); INSERT INTO flashchat_config VALUES("720", "smiles", "smi_thumbs_down", "", "", "", "string", "Thumbs Down:", "smiles|smi_thumbs_down", "do disable any smilie select \"Off\"", "smilies", "49"); INSERT INTO flashchat_config VALUES("721", "smiles", "smi_thumbs_up", "", "", "", "string", "Thumbs Up:", "smiles|smi_thumbs_up", "do disable any smilie select \"Off\"", "smilies", "50"); INSERT INTO flashchat_config VALUES("722", "smiles", "smi_woof", "", "", "", "string", "Woof:", "smiles|smi_woof", "do disable any smilie select \"Off\"", "smilies", "51"); INSERT INTO flashchat_config VALUES("723", "smiles", "smi_beer", "", "", "", "string", "Beer:", "smiles|smi_beer", "do disable any smilie select \"Off\"", "smilies", "52"); INSERT INTO flashchat_config VALUES("724", "smiles", "smi_music", "", "", "", "string", "Music:", "smiles|smi_music", "do disable any smilie select \"Off\"", "smilies", "53"); INSERT INTO flashchat_config VALUES("725", "smiles", "smi_reading", "", "", "", "string", "Reading:", "smiles|smi_reading", "do disable any smilie select \"Off\"", "smilies", "54"); INSERT INTO flashchat_config VALUES("726", "smiles", "smi_word_bubble", "", "", "", "string", "Word Bubble:", "smiles|smi_word_bubble", "do disable any smilie select \"Off\"", "smilies", "55"); INSERT INTO flashchat_config VALUES("727", "smiles", "smi_female", "", "", "", "string", "Female:", "smiles|smi_female", "do disable any smilie select \"Off\"", "smilies", "56"); INSERT INTO flashchat_config VALUES("728", "smiles", "smi_female2", "", "", "", "string", "Female2:", "smiles|smi_female2", "do disable any smilie select \"Off\"", "smilies", "57"); INSERT INTO flashchat_config VALUES("729", "smiles", "smi_male", "", "", "", "string", "Male:", "smiles|smi_male", "do disable any smilie select \"Off\"", "smilies", "58"); INSERT INTO flashchat_config VALUES("730", "smiles", "smi_male2", "", "", "", "string", "Male2:", "smiles|smi_male2", "do disable any smilie select \"Off\"", "smilies", "59"); INSERT INTO flashchat_config VALUES("731", "smiles", "smi_admin", "", "", "", "string", "Admin:", "smiles|smi_admin", "do disable any smilie select \"Off\"", "smilies", "60"); INSERT INTO flashchat_config VALUES("732", "smiles", "smi_moderator", "", "", "", "string", "Moderator:", "smiles|smi_moderator", "do disable any smilie select \"Off\"", "smilies", "61"); INSERT INTO flashchat_config VALUES("733", "smiles", "smi_basketball", "", "", "", "string", "Basketball:", "smiles|smi_basketball", "do disable any smilie select \"Off\"", "smilies", "62"); INSERT INTO flashchat_config VALUES("734", "smiles", "smi_bowling", "", "", "", "string", "Bowling:", "smiles|smi_bowling", "do disable any smilie select \"Off\"", "smilies", "63"); INSERT INTO flashchat_config VALUES("735", "smiles", "smi_cricket", "", "", "", "string", "Cricket:", "smiles|smi_cricket", "do disable any smilie select \"Off\"", "smilies", "64"); INSERT INTO flashchat_config VALUES("736", "smiles", "smi_football", "", "", "", "string", "Football:", "smiles|smi_football", "do disable any smilie select \"Off\"", "smilies", "65"); INSERT INTO flashchat_config VALUES("737", "smiles", "smi_golf", "", "", "", "string", "Golf:", "smiles|smi_golf", "do disable any smilie select \"Off\"", "smilies", "66"); INSERT INTO flashchat_config VALUES("738", "smiles", "smi_hockey", "", "", "", "string", "Hockey:", "smiles|smi_hockey", "do disable any smilie select \"Off\"", "smilies", "67"); INSERT INTO flashchat_config VALUES("739", "smiles", "smi_sailing", "", "", "", "string", "Sailing:", "smiles|smi_sailing", "do disable any smilie select \"Off\"", "smilies", "68"); INSERT INTO flashchat_config VALUES("740", "smiles", "smi_soccer", "", "", "", "string", "Soccer:", "smiles|smi_soccer", "do disable any smilie select \"Off\"", "smilies", "69"); INSERT INTO flashchat_config VALUES("741", "smiles", "smi_tennis", "", "", "", "string", "Tennis:", "smiles|smi_tennis", "do disable any smilie select \"Off\"", "smilies", "70"); INSERT INTO flashchat_config VALUES("742", "smiles", "smi_AustraliaFlag", "", "", "", "string", "Australia Flag:", "smiles|smi_AustraliaFlag", "do disable any smilie select \"Off\"", "smilies", "71"); INSERT INTO flashchat_config VALUES("743", "smiles", "smi_Brazil", "", "", "", "string", "Brazil:", "smiles|smi_Brazil", "do disable any smilie select \"Off\"", "smilies", "72"); INSERT INTO flashchat_config VALUES("744", "smiles", "smi_CanadaFlag", "", "", "", "string", "Canada Flag:", "smiles|smi_CanadaFlag", "do disable any smilie select \"Off\"", "smilies", "73"); INSERT INTO flashchat_config VALUES("745", "smiles", "smi_China", "", "", "", "string", "China:", "smiles|smi_China", "do disable any smilie select \"Off\"", "smilies", "74"); INSERT INTO flashchat_config VALUES("746", "smiles", "smi_Spain", "", "", "", "string", "Spain:", "smiles|smi_Spain", "do disable any smilie select \"Off\"", "smilies", "75"); INSERT INTO flashchat_config VALUES("747", "smiles", "smi_European_Union", "", "", "", "string", "European Union:", "smiles|smi_European_Union", "do disable any smilie select \"Off\"", "smilies", "76"); INSERT INTO flashchat_config VALUES("748", "smiles", "smi_France", "", "", "", "string", "France:", "smiles|smi_France", "do disable any smilie select \"Off\"", "smilies", "77"); INSERT INTO flashchat_config VALUES("749", "smiles", "smi_Germany", "", "", "", "string", "Germany:", "smiles|smi_Germany", "do disable any smilie select \"Off\"", "smilies", "78"); INSERT INTO flashchat_config VALUES("750", "smiles", "smi_Greece", "", "", "", "string", "Greece:", "smiles|smi_Greece", "do disable any smilie select \"Off\"", "smilies", "79"); INSERT INTO flashchat_config VALUES("751", "smiles", "smi_IndianFlag", "", "", "", "string", "Indian Flag:", "smiles|smi_IndianFlag", "do disable any smilie select \"Off\"", "smilies", "80"); INSERT INTO flashchat_config VALUES("752", "smiles", "smi_Italy", "", "", "", "string", "Italy:", "smiles|smi_Italy", "do disable any smilie select \"Off\"", "smilies", "81"); INSERT INTO flashchat_config VALUES("753", "smiles", "smi_Japan", "", "", "", "string", "Japan:", "smiles|smi_Japan", "do disable any smilie select \"Off\"", "smilies", "82"); INSERT INTO flashchat_config VALUES("754", "smiles", "smi_MexicoFlag", "", "", "", "string", "Mexico Flag:", "smiles|smi_MexicoFlag", "do disable any smilie select \"Off\"", "smilies", "83"); INSERT INTO flashchat_config VALUES("755", "smiles", "smi_PolandFlag", "", "", "", "string", "Poland Flag:", "smiles|smi_PolandFlag", "do disable any smilie select \"Off\"", "smilies", "84"); INSERT INTO flashchat_config VALUES("756", "smiles", "smi_PortugalFlag", "", "", "", "string", "Portugal Flag:", "smiles|smi_PortugalFlag", "do disable any smilie select \"Off\"", "smilies", "85"); INSERT INTO flashchat_config VALUES("757", "smiles", "smi_Russia", "", "", "", "string", "Russia:", "smiles|smi_Russia", "do disable any smilie select \"Off\"", "smilies", "86"); INSERT INTO flashchat_config VALUES("758", "smiles", "smi_Sweeden", "", "", "", "string", "Sweeden:", "smiles|smi_Sweeden", "do disable any smilie select \"Off\"", "smilies", "87"); INSERT INTO flashchat_config VALUES("759", "smiles", "smi_UkraineFlag", "", "", "", "string", "Ukraine Flag:", "smiles|smi_UkraineFlag", "do disable any smilie select \"Off\"", "smilies", "88"); INSERT INTO flashchat_config VALUES("760", "smiles", "smi_UK", "", "", "", "string", "UK:", "smiles|smi_UK", "do disable any smilie select \"Off\"", "smilies", "89"); INSERT INTO flashchat_config VALUES("761", "smiles", "smi_US_Map", "", "", "", "string", "US Map:", "smiles|smi_US_Map", "do disable any smilie select \"Off\"", "smilies", "90"); INSERT INTO flashchat_config VALUES("762", "avatars", "mod_only", "", "", "", "string", "Mod Only:", "avatars|mod_only", "", "avatars", "1"); INSERT INTO flashchat_config VALUES("763", "avatars", "user", "male", "mainchat", "default_value", "combo", "Main Chat Default Value:", "avatars|user|male|mainchat|default_value", "a smilie code", "avatars", "2"); INSERT INTO flashchat_config VALUES("764", "avatars", "user", "male", "mainchat", "default_state", "boolean", "Main Chat Default State:", "avatars|user|male|mainchat|default_state", "On = checken/on by default", "avatars", "3"); INSERT INTO flashchat_config VALUES("765", "avatars", "user", "male", "mainchat", "allow_override", "boolean", "Main Chat Allow Override:", "avatars|user|male|mainchat|allow_override", "if No, cannot be changed (combo box is disable)", "avatars", "4"); INSERT INTO flashchat_config VALUES("766", "avatars", "user", "male", "room", "default_value", "combo", "Room Default Value:", "avatars|user|male|room|default_value", "a smilie code", "avatars", "5"); INSERT INTO flashchat_config VALUES("767", "avatars", "user", "male", "room", "default_state", "boolean", "Room Default State:", "avatars|user|male|room|default_state", "On = checken/on by default", "avatars", "6"); INSERT INTO flashchat_config VALUES("768", "avatars", "user", "male", "room", "allow_override", "boolean", "Room Allow Override:", "avatars|user|male|room|allow_override", "if No, cannot be changed (combo box is disable)", "avatars", "7"); INSERT INTO flashchat_config VALUES("769", "avatars", "user", "female", "mainchat", "default_value", "combo", "Main Chat Default Value:", "avatars|user|female|mainchat|default_value", "a smilie code", "avatars", "8"); INSERT INTO flashchat_config VALUES("770", "avatars", "user", "female", "mainchat", "default_state", "boolean", "Main Chat Default State:", "avatars|user|female|mainchat|default_state", "On = checken/on by default", "avatars", "9"); INSERT INTO flashchat_config VALUES("771", "avatars", "user", "female", "mainchat", "allow_override", "boolean", "Main Chat Allow Override:", "avatars|user|female|mainchat|allow_override", "if No, cannot be changed (combo box is disable)", "avatars", "10"); INSERT INTO flashchat_config VALUES("772", "avatars", "user", "female", "room", "default_value", "combo", "Room Default Value:", "avatars|user|female|room|default_value", "a smilie code", "avatars", "11"); INSERT INTO flashchat_config VALUES("773", "avatars", "user", "female", "room", "default_state", "boolean", "Room Default State:", "avatars|user|female|room|default_state", "On = checken/on by default", "avatars", "12"); INSERT INTO flashchat_config VALUES("774", "avatars", "user", "female", "room", "allow_override", "boolean", "Room Allow Override:", "avatars|user|female|room|allow_override", "if No, cannot be changed (combo box is disable)", "avatars", "13"); INSERT INTO flashchat_config VALUES("775", "avatars", "admin", "male", "mainchat", "default_value", "combo", "Main Chat Default Value:", "avatars|admin|male|mainchat|default_value", "a smilie code", "avatars", "14"); INSERT INTO flashchat_config VALUES("776", "avatars", "admin", "male", "mainchat", "default_state", "boolean", "Main Chat Default State:", "avatars|admin|male|mainchat|default_state", "On = checken/on by default", "avatars", "15"); INSERT INTO flashchat_config VALUES("777", "avatars", "admin", "male", "mainchat", "allow_override", "boolean", "Main Chat Allow Override:", "avatars|admin|male|mainchat|allow_override", "if No, cannot be changed (combo box is disable)", "avatars", "16"); INSERT INTO flashchat_config VALUES("778", "avatars", "admin", "male", "room", "default_value", "combo", "Room Default Value:", "avatars|admin|male|room|default_value", "a smilie code", "avatars", "17"); INSERT INTO flashchat_config VALUES("779", "avatars", "admin", "male", "room", "default_state", "boolean", "Room Default State:", "avatars|admin|male|room|default_state", "On = checken/on by default", "avatars", "18"); INSERT INTO flashchat_config VALUES("780", "avatars", "admin", "male", "room", "allow_override", "boolean", "Room Allow Override:", "avatars|admin|male|room|allow_override", "if No, cannot be changed (combo box is disable)", "avatars", "19"); INSERT INTO flashchat_config VALUES("781", "avatars", "admin", "female", "mainchat", "default_value", "combo", "Main Chat Default Value:", "avatars|admin|female|mainchat|default_value", "a smilie code", "avatars", "20"); INSERT INTO flashchat_config VALUES("782", "avatars", "admin", "female", "mainchat", "default_state", "boolean", "Main Chat Default State:", "avatars|admin|female|mainchat|default_state", "On = checken/on by default", "avatars", "21"); INSERT INTO flashchat_config VALUES("783", "avatars", "admin", "female", "mainchat", "allow_override", "boolean", "Main Chat Allow Override:", "avatars|admin|female|mainchat|allow_override", "if No, cannot be changed (combo box is disable)", "avatars", "22"); INSERT INTO flashchat_config VALUES("784", "avatars", "admin", "female", "room", "default_value", "combo", "Room Default Value:", "avatars|admin|female|room|default_value", "a smilie code", "avatars", "23"); INSERT INTO flashchat_config VALUES("785", "avatars", "admin", "female", "room", "default_state", "boolean", "Room Default State:", "avatars|admin|female|room|default_state", "On = checken/on by default", "avatars", "24"); INSERT INTO flashchat_config VALUES("786", "avatars", "admin", "female", "room", "allow_override", "boolean", "Room Allow Override:", "avatars|admin|female|room|allow_override", "if No, cannot be changed (combo box is disable)", "avatars", "25"); INSERT INTO flashchat_config VALUES("787", "avatars", "moderator", "male", "mainchat", "default_value", "combo", "Main Chat Default Value:", "avatars|moderator|male|mainchat|default_value", "a smilie code", "avatars", "26"); INSERT INTO flashchat_config VALUES("788", "avatars", "moderator", "male", "mainchat", "default_state", "boolean", "Main Chat Default State:", "avatars|moderator|male|mainchat|default_state", "On = checken/on by default", "avatars", "27"); INSERT INTO flashchat_config VALUES("789", "avatars", "moderator", "male", "mainchat", "allow_override", "boolean", "Main Chat Allow Override:", "avatars|moderator|male|mainchat|allow_override", "if No, cannot be changed (combo box is disable)", "avatars", "28"); INSERT INTO flashchat_config VALUES("790", "avatars", "moderator", "male", "room", "default_value", "combo", "Room Default Value:", "avatars|moderator|male|room|default_value", "a smilie code", "avatars", "29"); INSERT INTO flashchat_config VALUES("791", "avatars", "moderator", "male", "room", "default_state", "boolean", "Room Default State:", "avatars|moderator|male|room|default_state", "On = checken/on by default", "avatars", "30"); INSERT INTO flashchat_config VALUES("792", "avatars", "moderator", "male", "room", "allow_override", "boolean", "Room Allow Override:", "avatars|moderator|male|room|allow_override", "if No, cannot be changed (combo box is disable)", "avatars", "31"); INSERT INTO flashchat_config VALUES("793", "avatars", "moderator", "female", "mainchat", "default_value", "combo", "Main Chat Default Value:", "avatars|moderator|female|mainchat|default_value", "a smilie code", "avatars", "32"); INSERT INTO flashchat_config VALUES("794", "avatars", "moderator", "female", "mainchat", "default_state", "boolean", "Main Chat Default State:", "avatars|moderator|female|mainchat|default_state", "On = checken/on by default", "avatars", "33"); INSERT INTO flashchat_config VALUES("795", "avatars", "moderator", "female", "mainchat", "allow_override", "boolean", "Main Chat Allow Override:", "avatars|moderator|female|mainchat|allow_override", "if No, cannot be changed (combo box is disable)", "avatars", "34"); INSERT INTO flashchat_config VALUES("796", "avatars", "moderator", "female", "room", "default_value", "combo", "Room Default Value:", "avatars|moderator|female|room|default_value", "a smilie code", "avatars", "35"); INSERT INTO flashchat_config VALUES("797", "avatars", "moderator", "female", "room", "default_state", "boolean", "Room Default State:", "avatars|moderator|female|room|default_state", "On = checken/on by default", "avatars", "36"); INSERT INTO flashchat_config VALUES("798", "avatars", "moderator", "female", "room", "allow_override", "boolean", "Room Allow Override:", "avatars|moderator|female|room|allow_override", "if No, cannot be changed (combo box is disable)", "avatars", "37"); INSERT INTO flashchat_config VALUES("799", "msgRequestInterval", "", "", "", "", "integer", "Message Request Interval:", "msgRequestInterval", "chat refresh time, second", "conn", "1"); INSERT INTO flashchat_config VALUES("800", "msgRequestIntervalAway", "", "", "", "", "integer", "Message Request Interval Away:", "msgRequestIntervalAway", "chat refresh time in alway state, second", "conn", "2"); INSERT INTO flashchat_config VALUES("801", "msgRemoveAfter", "", "", "", "", "integer", "Message Remove After:", "msgRemoveAfter", "message removed after this time, second", "msg", "3"); INSERT INTO flashchat_config VALUES("802", "autologoutAfter", "", "", "", "", "integer", "Auto Logout After:", "autologoutAfter", "time of pooling inactivaty after which user is considered logged off, seconds", "conn", "1"); INSERT INTO flashchat_config VALUES("803", "autocloseAfter", "", "", "", "", "integer", "Auto Close After:", "autocloseAfter", "time of pooling inactivaty after which connection is removed from database, seconds", "conn", "2"); INSERT INTO flashchat_config VALUES("804", "helpUrl", "", "", "", "", "string", "Help Url:", "helpUrl", "you can use also help.php", "conn", "3"); INSERT INTO flashchat_config VALUES("805", "autounbanAfter", "", "", "", "", "integer", "Auto Un-banned After:", "autounbanAfter", "time after user is un-banned, seconds", "other", "14"); INSERT INTO flashchat_config VALUES("806", "defaultLanguage", "", "", "", "", "combo", "Default Language:", "defaultLanguage", "two-letter code of the default language (see below)", "other", "15"); INSERT INTO flashchat_config VALUES("807", "allowLanguage", "", "", "", "", "boolean", "Allow Language:", "allowLanguage", "allow user to choose another language", "other", "16"); INSERT INTO flashchat_config VALUES("808", "base", "", "", "", "", "string", "Base:", "base", "", "other", "17"); INSERT INTO flashchat_config VALUES("809", "commands", "showIP", "", "", "", "boolean", "Show IP:", "commands|showIP", "show the user IP and host at /who if set to Yes", "other", "18"); INSERT INTO flashchat_config VALUES("810", "commands", "userPM", "", "", "", "boolean", "User PM:", "commands|userPM", "set to Yes to output list of user command to a PM window, No to chat window", "other", "19"); INSERT INTO flashchat_config VALUES("811", "commands", "adminPM", "", "", "", "boolean", "Admin PM:", "commands|adminPM", "set to Yes to output list of moderator command to a PM window, No to chat window", "other", "20"); INSERT INTO flashchat_config VALUES("812", "commands", "maxRooms", "", "", "", "integer", "Maximum Rooms:", "commands|maxRooms", "max number of Public Rooms", "other", "21"); INSERT INTO flashchat_config VALUES("813", "sound_options", "RingBell", "", "", "", "string", "Ring Bell:", "sound_options|RingBell", "Set Yes to activate this sound or No to deactivate", "sound", "4"); INSERT INTO flashchat_config VALUES("814", "sound_options", "LeaveRoom", "", "", "", "string", "Leave Room:", "sound_options|LeaveRoom", "Set Yes to activate this sound or No to deactivate", "sound", "5"); INSERT INTO flashchat_config VALUES("815", "sound_options", "OtherUserEnters", "", "", "", "string", "Other User Enters:", "sound_options|OtherUserEnters", "Set Yes to activate this sound or No to deactivate", "sound", "6"); INSERT INTO flashchat_config VALUES("816", "sound_options", "ReceiveMessage", "", "", "", "string", "Receive Message:", "sound_options|ReceiveMessage", "Set Yes to activate this sound or No to deactivate", "sound", "7"); INSERT INTO flashchat_config VALUES("817", "sound_options", "SubmitMessage", "", "", "", "string", "Submit Message:", "sound_options|SubmitMessage", "Set Yes to activate this sound or No to deactivate", "sound", "8"); INSERT INTO flashchat_config VALUES("818", "sound_options", "RoomOpenClose", "", "", "", "string", "Room Open/Close:", "sound_options|RoomOpenClose", "Set Yes to activate this sound or No to deactivate", "sound", "9"); INSERT INTO flashchat_config VALUES("819", "sound_options", "InitialLogin", "", "", "", "string", "Initial Login:", "sound_options|InitialLogin", "Set Yes to activate this sound or No to deactivate", "sound", "10"); INSERT INTO flashchat_config VALUES("820", "sound_options", "Logout", "", "", "", "string", "Logout:", "sound_options|Logout", "Set Yes to activate this sound or No to deactivate", "sound", "11"); INSERT INTO flashchat_config VALUES("821", "sound_options", "ComboListOpenClose", "", "", "", "string", "Combo List Open/Close:", "sound_options|ComboListOpenClose", "Set Yes to activate this sound or No to deactivate", "sound", "12"); INSERT INTO flashchat_config VALUES("822", "sound_options", "UserBannedBooted", "", "", "", "string", "User Banned/Booted:", "sound_options|UserBannedBooted", "Set Yes to activate this sound or No to deactivate", "sound", "13"); INSERT INTO flashchat_config VALUES("823", "sound_options", "InvitationReceived", "", "", "", "string", "Invitation Received:", "sound_options|InvitationReceived", "Set Yes to activate this sound or No to deactivate", "sound", "14"); INSERT INTO flashchat_config VALUES("824", "sound_options", "PrivateMessageReceived", "", "", "", "string", "Private Message Received:", "sound_options|PrivateMessageReceived", "Set Yes to activate this sound or No to deactivate", "sound", "15"); INSERT INTO flashchat_config VALUES("825", "sound_options", "UserMenuMouseOver", "", "", "", "string", "User Menu MouseOver:", "sound_options|UserMenuMouseOver", "Set Yes to activate this sound or No to deactivate", "sound", "16"); INSERT INTO flashchat_config VALUES("826", "sound_options", "PopupWindowOpen", "", "", "", "string", "Popup Open:", "sound_options|PopupWindowOpen", "Set Yes to activate this sound or No to deactivate", "sound", "17"); INSERT INTO flashchat_config VALUES("827", "sound_options", "PopupWindowCloseMin", "", "", "", "string", "Popup Close/Minimize:", "sound_options|PopupWindowCloseMin", "Set Yes to activate this sound or No to deactivate", "sound", "18"); INSERT INTO flashchat_config VALUES("828", "sound_options", "EnterRoom", "", "", "", "string", "Enter Room:", "sound_options|EnterRoom", "Set Yes to activate this sound or No to deactivate", "sound", "19"); INSERT INTO flashchat_config VALUES("829", "sound_options", "PressButton", "", "", "", "string", "Key Press:", "sound_options|PressButton", "Set Yes to activate this sound or No to deactivate", "sound", "20"); INSERT INTO flashchat_config VALUES("830", "filesharing", "allowShareRoom", "", "", "", "boolean", "Allow Share Room:", "filesharing|allowShareRoom", "moderator can always share width all users in room - this option is only for non-moderators", "filesharing", "1"); INSERT INTO flashchat_config VALUES("831", "filesharing", "allowShareChat", "", "", "", "boolean", "Allow Share Chat:", "filesharing|allowShareChat", "moderator can always share width all users in chat - this option is only for non-moderators", "filesharing", "2"); INSERT INTO flashchat_config VALUES("832", "filesharing", "allowFileExt", "", "", "", "string", "Allow File Extensions:", "filesharing|allowFileExt", "allowed file extensions, comma separated (to allowed all extensions set to \"\")", "filesharing", "3"); INSERT INTO flashchat_config VALUES("833", "filesharing", "maxFileSize", "", "", "", "integer", "Maximum File Size:", "filesharing|maxFileSize", "max file size in bytes (2*1024*1024 equals 2Mb)", "filesharing", "4"); INSERT INTO flashchat_config VALUES("834", "filesharing", "maxFileHoursLife", "", "", "", "double", "Maximum File Hours Life:", "filesharing|maxFileHoursLife", "time in hours to store the file on the server (file will be deleted after this time)", "filesharing", "5"); INSERT INTO flashchat_config VALUES("835", "avatarbgloading", "allowFileExt", "", "", "", "string", "Allow File Extenisons:", "avatarbgloading|allowFileExt", "allowed file extensions, comma separated (to allow all extensions set to \"\")", "filesharing", "6"); INSERT INTO flashchat_config VALUES("836", "avatarbgloading", "maxFileSize", "", "", "", "integer", "Maximum File Size:", "avatarbgloading|maxFileSize", "max file size in bytes (2*1024*1024 equals 2Mb)", "filesharing", "7"); INSERT INTO flashchat_config VALUES("837", "avatarbgloading", "maxFileHoursLife", "", "", "", "double", "Maximum File Hours Life:", "avatarbgloading|maxFileHoursLife", "time in hours to store the file on the server (file will be deleted after this time)", "filesharing", "8"); INSERT INTO flashchat_config VALUES("838", "photoloading", "allowFileExt", "", "", "", "string", "Allow File Extenisons:", "photoloading|allowFileExt", "allowed file extensions, comma separated (to allow all extensions set to \"\")", "filesharing", "9"); INSERT INTO flashchat_config VALUES("839", "photoloading", "maxFileSize", "", "", "", "integer", "Maximum File Size:", "photoloading|maxFileSize", "max file size in bytes (2*1024*1024 equals 2Mb)", "filesharing", "10"); INSERT INTO flashchat_config VALUES("840", "photoloading", "maxFileHoursLife", "", "", "", "double", "Maximum File Hours Life:", "photoloading|maxFileHoursLife", "time in hours to store the file on the server (file will be deleted after this time)", "filesharing", "11"); INSERT INTO flashchat_config VALUES("841", "logout", "close", "", "", "", "boolean", "Close FlashChat:", "logout|close", "if Yes, then FlashChat window is closed upon logout", "logout", "1"); INSERT INTO flashchat_config VALUES("842", "logout", "redirect", "", "", "", "boolean", "Redirect URL:", "logout|redirect", "redirectURL must be a valid URL", "logout", "2"); INSERT INTO flashchat_config VALUES("843", "logout", "url", "", "", "", "string", "URL:", "logout|url", "redirect must be set to Yes for this to work", "logout", "3"); INSERT INTO flashchat_config VALUES("844", "logout", "window", "", "", "", "combo", "Window:", "logout|window", "the window to open into. possible values: _blank, _self,_parent, or a named window", "logout", "4"); INSERT INTO flashchat_config VALUES("845", "module", "anchor", "", "", "", "combo", "Anchor point:", "module|anchor", "the anchor point: -1,0,1,2,3 or 4 (0 = centered,1-4=corners of space below roomlist) + 5-12 point", "modules", "1"); INSERT INTO flashchat_config VALUES("846", "module", "path", "", "", "", "combo", "Path:", "module|path", "set to \" \" to disable. To see how this work, use \"banner.swf\" or \"moduletest.swf\"", "modules", "2"); INSERT INTO flashchat_config VALUES("847", "module", "stretch", "", "", "", "string", "Stretch:", "module|stretch", "if Yes, achered SWF is streched horizontally & vertically to fiil all available space", "modules", "3"); INSERT INTO flashchat_config VALUES("848", "module", "float_x", "", "", "", "string", "Default x position:", "module|float_x", "the default \"x\" position of the floating window (when anchor = -1)", "modules", "4"); INSERT INTO flashchat_config VALUES("849", "module", "float_y", "", "", "", "string", "Default y position:", "module|float_y", "the default \"y\" position of the floating window (when anchor = -1)", "modules", "5"); INSERT INTO flashchat_config VALUES("850", "module", "float_w", "", "", "", "string", "Default width position:", "module|float_w", "the default width position of the floating window (when anchor = -1)", "modules", "6"); INSERT INTO flashchat_config VALUES("851", "module", "float_h", "", "", "", "string", "Default height position:", "module|float_h", "the default height position of the floating window (when anchor = -1)", "modules", "7"); INSERT INTO flashchat_config VALUES("852", "appdata_path", "", "", "", "", "string", "Appdata Path:", "appdata_path", "", "__other", "22"); INSERT INTO flashchat_config VALUES("853", "botsdata_path", "", "", "", "", "string", "Botsdata Path:", "botsdata_path", "", "__other", "23"); INSERT INTO flashchat_config VALUES("854", "badWordSubstitute", "", "", "", "", "string", "Bad Word Substitute:", "badWordSubstitute", "", "badwords", "0"); INSERT INTO flashchat_config VALUES("855", "badWords", "asses", "", "", "", "string", "asses", "badWords|asses", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("856", "badWords", "asshole", "", "", "", "string", "asshole", "badWords|asshole", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("857", "badWords", "bitch", "", "", "", "string", "bitch", "badWords|bitch", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("858", "badWords", "clit", "", "", "", "string", "clit", "badWords|clit", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("859", "badWords", "cum*", "", "", "", "string", "cum*", "badWords|cum*", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("860", "badWords", "damn", "", "", "", "string", "damn", "badWords|damn", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("861", "badWords", "dildo", "", "", "", "string", "dildo", "badWords|dildo", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("862", "badWords", "dink", "", "", "", "string", "dink", "badWords|dink", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("863", "badWords", "fuk", "", "", "", "string", "fuk", "badWords|fuk", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("864", "badWords", "jism", "", "", "", "string", "jism", "badWords|jism", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("865", "badWords", "jiz", "", "", "", "string", "jiz", "badWords|jiz", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("866", "badWords", "kock", "", "", "", "string", "kock", "badWords|kock", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("867", "badWords", "kum", "", "", "", "string", "kum", "badWords|kum", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("868", "badWords", "*mothafuck*", "", "", "", "string", "*mothafuck*", "badWords|*mothafuck*", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("869", "badWords", "*fuck*", "", "", "", "string", "*fuck*", "badWords|*fuck*", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("870", "badWords", "nigger", "", "", "", "string", "nigger", "badWords|nigger", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("871", "badWords", "phuk", "", "", "", "string", "phuk", "badWords|phuk", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("872", "badWords", "phuq", "", "", "", "string", "phuq", "badWords|phuq", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("873", "badWords", "shit", "", "", "", "string", "shit", "badWords|shit", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("874", "badWords", "spunk", "", "", "", "string", "spunk", "badWords|spunk", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("875", "badWords", "twat", "", "", "", "string", "twat", "badWords|twat", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("876", "badWords", "дурак", "", "", "", "string", "дурак", "badWords|дурак", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("877", "badWords", "cock", "", "", "", "string", "cock", "badWords|cock", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("878", "badWords", "cunt", "", "", "", "string", "cunt", "badWords|cunt", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("969", "text", "fontFamily", "itm1", "", "", "string", "", "text|fontFamily|itm1", "", "font", "3"); INSERT INTO flashchat_config VALUES("961", "text", "fontSize", "itm1", "", "", "integer", "", "text|fontSize|itm1", "", "font", "1"); INSERT INTO flashchat_config VALUES("965", "text", "fontSize", "itm5", "", "", "integer", "", "text|fontSize|itm5", "", "font", "5"); INSERT INTO flashchat_config VALUES("966", "text", "fontSize", "itm6", "", "", "integer", "", "text|fontSize|itm6", "", "font", "6"); INSERT INTO flashchat_config VALUES("967", "text", "fontSize", "itm7", "", "", "integer", "", "text|fontSize|itm7", "", "font", "7"); INSERT INTO flashchat_config VALUES("972", "text", "fontFamily", "itm4", "", "", "string", "", "text|fontFamily|itm4", "", "font", "5"); INSERT INTO flashchat_config VALUES("983", "badWords", "сука", "", "", "", "string", "сука", "badWords|сука", "", "badwords", "1"); INSERT INTO flashchat_config VALUES("980", "text", "fontSize", "itm10", "", "", "integer", "", "text|fontSize|itm10", "", "font", "10"); INSERT INTO flashchat_config VALUES("981", "backtimeMax", NULL, NULL, NULL, NULL, "integer", "Max number of backtime command minutes:", "backtimeMax", "sets the maximum number of minutes the backtime command will serve up, use 0 to have no max", "general", "39"); INSERT INTO flashchat_config VALUES("982", "backMax", NULL, NULL, NULL, NULL, "integer", "Max number of l backtime command lines:", "backMax", "sets the maximum number of lines the back command will serve up, use 0 to have no max", "general", "40"); INSERT INTO flashchat_config VALUES("984", "sound", "muteRingBell", NULL, NULL, NULL, "boolean", "", "sound|muteRingBell", "Set \"Yes\" to activate this sound or \"No\" to deactivate", "sound", "4"); INSERT INTO flashchat_config VALUES("985", "login", "btn", NULL, NULL, NULL, "string1", "Show \"Login\" button:", "login|btn", "if false, \"Login\" button is hidden", "preloader", "11"); INSERT INTO flashchat_config VALUES("986", "login", "title_bar", NULL, NULL, NULL, "string1", "Show title bar:", "login|title_bar", "if false, title bar is hidden", "preloader", "12"); INSERT INTO flashchat_config VALUES("987", "login", "theme", NULL, NULL, NULL, "combo", "Theme:", "login|theme", "", "preloader", "13"); INSERT INTO flashchat_config VALUES("988", "login", "width", NULL, NULL, NULL, "integer", "Width:", "login|width", "", "preloader", "14"); INSERT INTO flashchat_config VALUES("989", "login", "height", NULL, NULL, NULL, "integer", "Height:", "login|height", "", "preloader", "15"); INSERT INTO flashchat_config VALUES("990", "login", "username", "reg", NULL, NULL, "string1", "Message inputted:", "login|username|reg", "if true, message appears if not inputted", "preloader", "16"); INSERT INTO flashchat_config VALUES("991", "login", "username", "align", NULL, NULL, "combo", "Align:", "login|username|align", "\"left\" or \"right\"", "preloader", "17"); INSERT INTO flashchat_config VALUES("992", "login", "username", "x_label", NULL, NULL, "string", "X label:", "login|username|x_label", "", "preloader", "18"); INSERT INTO flashchat_config VALUES("993", "login", "username", "y_label", NULL, NULL, "string", "Y label:", "login|username|y_label", "", "preloader", "19"); INSERT INTO flashchat_config VALUES("994", "login", "username", "x_field", NULL, NULL, "string", "X field:", "login|username|x_field", "", "preloader", "20"); INSERT INTO flashchat_config VALUES("995", "login", "username", "y_field", NULL, NULL, "string", "Y field:", "login|username|y_field", "", "preloader", "21"); INSERT INTO flashchat_config VALUES("996", "login", "username", "type", NULL, NULL, "combo", "Text type:", "login|username|type", "", "preloader", "22"); INSERT INTO flashchat_config VALUES("997", "login", "username", "width", NULL, NULL, "integer", "Text width:", "login|username|width", "", "preloader", "23"); INSERT INTO flashchat_config VALUES("998", "login", "password", "reg", NULL, NULL, "string1", "Message inputted:", "login|password|reg", "", "preloader", "24"); INSERT INTO flashchat_config VALUES("999", "login", "password", "align", NULL, NULL, "combo", "Align:", "login|password|align", "", "preloader", "25"); INSERT INTO flashchat_config VALUES("1000", "login", "password", "x_label", NULL, NULL, "string", "X label:", "login|password|x_label", "", "preloader", "26"); INSERT INTO flashchat_config VALUES("1001", "login", "password", "y_label", NULL, NULL, "string", "Y label:", "login|password|y_label", "", "preloader", "27"); INSERT INTO flashchat_config VALUES("1002", "login", "password", "x_field", NULL, NULL, "string", "X field:", "login|password|x_field", "", "preloader", "28"); INSERT INTO flashchat_config VALUES("1003", "login", "password", "y_field", NULL, NULL, "string", "Y field:", "login|password|y_field", "", "preloader", "29"); INSERT INTO flashchat_config VALUES("1004", "login", "password", "type", NULL, NULL, "combo", "Text type:", "login|password|type", "", "preloader", "30"); INSERT INTO flashchat_config VALUES("1005", "login", "password", "width", NULL, NULL, "integer", "Text width:", "login|password|width", "", "preloader", "31"); INSERT INTO flashchat_config VALUES("1006", "login", "lang", "align", NULL, NULL, "combo", "Align:", "login|lang|align", "", "preloader", "32"); INSERT INTO flashchat_config VALUES("1007", "login", "lang", "x_label", NULL, NULL, "string", "X label:", "login|lang|x_label", "", "preloader", "33"); INSERT INTO flashchat_config VALUES("1008", "login", "lang", "y_label", NULL, NULL, "string", "Y label:", "login|lang|y_label", "", "preloader", "34"); INSERT INTO flashchat_config VALUES("1009", "login", "lang", "x_field", NULL, NULL, "string", "X field:", "login|lang|x_field", "", "preloader", "35"); INSERT INTO flashchat_config VALUES("1010", "login", "lang", "y_field", NULL, NULL, "string", "Y field:", "login|lang|y_field", "", "preloader", "36"); INSERT INTO flashchat_config VALUES("1011", "login", "title", "align", NULL, NULL, "combo", "Align:", "login|title|align", "", "preloader", "37"); INSERT INTO flashchat_config VALUES("1012", "login", "title", "x_label", NULL, NULL, "string", "X label", "login|title|x_label", "", "preloader", "38"); INSERT INTO flashchat_config VALUES("1013", "login", "title", "y_label", NULL, NULL, "string", "Y label", "login|title|y_label", "", "preloader", "39"); INSERT INTO flashchat_config VALUES("1014", "login", "title", "x_field", NULL, NULL, "string", "X field", "login|title|x_field", "", "preloader", "40"); INSERT INTO flashchat_config VALUES("1015", "login", "title", "y_field", NULL, NULL, "string", "Y field", "login|title|y_field", "", "preloader", "41"); INSERT INTO flashchat_config_values VALUES("1", "1", "1", "0", "0"); INSERT INTO flashchat_config_values VALUES("2", "1", "2", "0", "0"); INSERT INTO flashchat_config_values VALUES("3", "1", "3", "0", "0"); INSERT INTO flashchat_config_values VALUES("4", "1", "4", "4.5.10", "0"); INSERT INTO flashchat_config_values VALUES("5", "1", "5", "0", "0"); INSERT INTO flashchat_config_values VALUES("6", "1", "6", "0", "0"); INSERT INTO flashchat_config_values VALUES("7", "1", "7", "0", "0"); INSERT INTO flashchat_config_values VALUES("8", "1", "8", "0", "0"); INSERT INTO flashchat_config_values VALUES("9", "1", "9", "0.0.0.0", "0"); INSERT INTO flashchat_config_values VALUES("10", "1", "10", "0", "0"); INSERT INTO flashchat_config_values VALUES("11", "1", "11", "1", "0"); INSERT INTO flashchat_config_values VALUES("12", "1", "12", "AVATAR[USER] TIMESTAMP:", "0"); INSERT INTO flashchat_config_values VALUES("13", "1", "13", "g:i a", "0"); INSERT INTO flashchat_config_values VALUES("14", "1", "14", "10", "0"); INSERT INTO flashchat_config_values VALUES("15", "1", "15", "", "0"); INSERT INTO flashchat_config_values VALUES("16", "1", "16", "addbot,removebot,startbot,killbot", "0"); INSERT INTO flashchat_config_values VALUES("17", "1", "17", "bots,uninstall,connections,users", "0"); INSERT INTO flashchat_config_values VALUES("18", "1", "18", "500", "0"); INSERT INTO flashchat_config_values VALUES("19", "1", "19", "100", "0"); INSERT INTO flashchat_config_values VALUES("20", "1", "20", "1", "0"); INSERT INTO flashchat_config_values VALUES("21", "1", "21", "1", "0"); INSERT INTO flashchat_config_values VALUES("22", "1", "22", "3", "0"); INSERT INTO flashchat_config_values VALUES("23", "1", "23", "1", "0"); INSERT INTO flashchat_config_values VALUES("24", "1", "24", "86400", "0"); INSERT INTO flashchat_config_values VALUES("25", "1", "25", "0", "0"); INSERT INTO flashchat_config_values VALUES("26", "1", "26", "1", "0"); INSERT INTO flashchat_config_values VALUES("27", "1", "27", "30", "0"); INSERT INTO flashchat_config_values VALUES("28", "1", "28", "ROOM_LABEL - USER_COUNT", "0"); INSERT INTO flashchat_config_values VALUES("29", "1", "29", "50", "0"); INSERT INTO flashchat_config_values VALUES("30", "1", "30", "MOD_THEN_AZ", "0"); INSERT INTO flashchat_config_values VALUES("31", "1", "31", "", "0"); INSERT INTO flashchat_config_values VALUES("32", "1", "32", "false", "0"); INSERT INTO flashchat_config_values VALUES("33", "1", "33", "1", "0"); INSERT INTO flashchat_config_values VALUES("34", "1", "34", "0", "0"); INSERT INTO flashchat_config_values VALUES("35", "1", "35", "0", "0"); INSERT INTO flashchat_config_values VALUES("36", "1", "36", "adminpass", "0"); INSERT INTO flashchat_config_values VALUES("37", "1", "37", "modpass", "0"); INSERT INTO flashchat_config_values VALUES("38", "1", "38", "spypass", "0"); INSERT INTO flashchat_config_values VALUES("39", "1", "39", "0", "0"); INSERT INTO flashchat_config_values VALUES("40", "1", "40", "0", "0"); INSERT INTO flashchat_config_values VALUES("41", "1", "41", "1", "0"); INSERT INTO flashchat_config_values VALUES("42", "1", "42", "1", "0"); INSERT INTO flashchat_config_values VALUES("43", "1", "43", "1", "0"); INSERT INTO flashchat_config_values VALUES("44", "1", "44", "1", "0"); INSERT INTO flashchat_config_values VALUES("45", "1", "45", "1", "0"); INSERT INTO flashchat_config_values VALUES("46", "1", "46", "1", "0"); INSERT INTO flashchat_config_values VALUES("47", "1", "47", "1", "0"); INSERT INTO flashchat_config_values VALUES("48", "1", "48", "0", "0"); INSERT INTO flashchat_config_values VALUES("49", "1", "49", "1", "0"); INSERT INTO flashchat_config_values VALUES("50", "1", "50", "1", "0"); INSERT INTO flashchat_config_values VALUES("51", "1", "51", "1", "0"); INSERT INTO flashchat_config_values VALUES("52", "1", "52", "1", "0"); INSERT INTO flashchat_config_values VALUES("53", "1", "53", "1", "0"); INSERT INTO flashchat_config_values VALUES("54", "1", "54", "1", "0"); INSERT INTO flashchat_config_values VALUES("55", "1", "55", "1", "0"); INSERT INTO flashchat_config_values VALUES("56", "1", "56", "1", "0"); INSERT INTO flashchat_config_values VALUES("57", "1", "57", "1", "0"); INSERT INTO flashchat_config_values VALUES("58", "1", "58", "1", "0"); INSERT INTO flashchat_config_values VALUES("59", "1", "59", "1", "0"); INSERT INTO flashchat_config_values VALUES("60", "1", "60", "2", "0"); INSERT INTO flashchat_config_values VALUES("61", "1", "61", "0", "0"); INSERT INTO flashchat_config_values VALUES("62", "1", "62", "0", "0"); INSERT INTO flashchat_config_values VALUES("63", "1", "63", "1", "0"); INSERT INTO flashchat_config_values VALUES("64", "1", "64", "1", "0"); INSERT INTO flashchat_config_values VALUES("65", "1", "65", "1", "0"); INSERT INTO flashchat_config_values VALUES("66", "1", "66", "1", "0"); INSERT INTO flashchat_config_values VALUES("67", "1", "67", "50", "0"); INSERT INTO flashchat_config_values VALUES("68", "1", "68", "-1", "0"); INSERT INTO flashchat_config_values VALUES("69", "1", "69", "30", "0"); INSERT INTO flashchat_config_values VALUES("70", "1", "70", "75", "0"); INSERT INTO flashchat_config_values VALUES("71", "1", "71", "50", "0"); INSERT INTO flashchat_config_values VALUES("72", "1", "72", "1", "0"); INSERT INTO flashchat_config_values VALUES("73", "1", "73", "35", "0"); INSERT INTO flashchat_config_values VALUES("74", "1", "74", "-1", "0"); INSERT INTO flashchat_config_values VALUES("75", "1", "75", "66", "0"); INSERT INTO flashchat_config_values VALUES("76", "1", "76", "35", "0"); INSERT INTO flashchat_config_values VALUES("77", "1", "77", "-1", "0"); INSERT INTO flashchat_config_values VALUES("78", "1", "78", "25", "0"); INSERT INTO flashchat_config_values VALUES("79", "1", "79", "35", "0"); INSERT INTO flashchat_config_values VALUES("80", "1", "80", "-1", "0"); INSERT INTO flashchat_config_values VALUES("81", "1", "81", "8", "0"); INSERT INTO flashchat_config_values VALUES("82", "1", "82", "1", "0"); INSERT INTO flashchat_config_values VALUES("83", "1", "83", "0", "0"); INSERT INTO flashchat_config_values VALUES("84", "1", "84", "0", "0"); INSERT INTO flashchat_config_values VALUES("85", "1", "85", "1", "0"); INSERT INTO flashchat_config_values VALUES("86", "1", "86", "1", "0"); INSERT INTO flashchat_config_values VALUES("87", "1", "87", "1", "0"); INSERT INTO flashchat_config_values VALUES("88", "1", "88", "1", "0"); INSERT INTO flashchat_config_values VALUES("89", "1", "89", "1", "0"); INSERT INTO flashchat_config_values VALUES("90", "1", "90", "1", "0"); INSERT INTO flashchat_config_values VALUES("91", "1", "91", "1", "0"); INSERT INTO flashchat_config_values VALUES("92", "1", "92", "1", "0"); INSERT INTO flashchat_config_values VALUES("93", "1", "93", "1", "0"); INSERT INTO flashchat_config_values VALUES("94", "1", "94", "1", "0"); INSERT INTO flashchat_config_values VALUES("95", "1", "95", "1", "0"); INSERT INTO flashchat_config_values VALUES("96", "1", "96", "1", "0"); INSERT INTO flashchat_config_values VALUES("97", "1", "97", "1", "0"); INSERT INTO flashchat_config_values VALUES("98", "1", "98", "0", "0"); INSERT INTO flashchat_config_values VALUES("99", "1", "99", "1", "0"); INSERT INTO flashchat_config_values VALUES("100", "1", "100", "1", "0"); INSERT INTO flashchat_config_values VALUES("101", "1", "101", "1", "0"); INSERT INTO flashchat_config_values VALUES("102", "1", "102", "1", "0"); INSERT INTO flashchat_config_values VALUES("103", "1", "103", "1", "0"); INSERT INTO flashchat_config_values VALUES("104", "1", "104", "2", "0"); INSERT INTO flashchat_config_values VALUES("105", "1", "105", "0", "0"); INSERT INTO flashchat_config_values VALUES("106", "1", "106", "0", "0"); INSERT INTO flashchat_config_values VALUES("107", "1", "107", "1", "0"); INSERT INTO flashchat_config_values VALUES("108", "1", "108", "1", "0"); INSERT INTO flashchat_config_values VALUES("109", "1", "109", "1", "0"); INSERT INTO flashchat_config_values VALUES("110", "1", "110", "1", "0"); INSERT INTO flashchat_config_values VALUES("111", "1", "111", "50", "0"); INSERT INTO flashchat_config_values VALUES("112", "1", "112", "-1", "0"); INSERT INTO flashchat_config_values VALUES("113", "1", "113", "30", "0"); INSERT INTO flashchat_config_values VALUES("114", "1", "114", "75", "0"); INSERT INTO flashchat_config_values VALUES("115", "1", "115", "50", "0"); INSERT INTO flashchat_config_values VALUES("116", "1", "116", "1", "0"); INSERT INTO flashchat_config_values VALUES("117", "1", "117", "35", "0"); INSERT INTO flashchat_config_values VALUES("118", "1", "118", "-1", "0"); INSERT INTO flashchat_config_values VALUES("119", "1", "119", "66", "0"); INSERT INTO flashchat_config_values VALUES("120", "1", "120", "35", "0"); INSERT INTO flashchat_config_values VALUES("121", "1", "121", "-1", "0"); INSERT INTO flashchat_config_values VALUES("122", "1", "122", "25", "0"); INSERT INTO flashchat_config_values VALUES("123", "1", "123", "35", "0"); INSERT INTO flashchat_config_values VALUES("124", "1", "124", "-1", "0"); INSERT INTO flashchat_config_values VALUES("125", "1", "125", "8", "0"); INSERT INTO flashchat_config_values VALUES("126", "1", "126", "1", "0"); INSERT INTO flashchat_config_values VALUES("127", "1", "127", "0", "0"); INSERT INTO flashchat_config_values VALUES("128", "1", "128", "1", "0"); INSERT INTO flashchat_config_values VALUES("129", "1", "129", "0", "0"); INSERT INTO flashchat_config_values VALUES("130", "1", "130", "1", "0"); INSERT INTO flashchat_config_values VALUES("131", "1", "131", "0", "0"); INSERT INTO flashchat_config_values VALUES("132", "1", "132", "1", "0"); INSERT INTO flashchat_config_values VALUES("133", "1", "133", "1", "0"); INSERT INTO flashchat_config_values VALUES("134", "1", "134", "0", "0"); INSERT INTO flashchat_config_values VALUES("135", "1", "135", "0", "0"); INSERT INTO flashchat_config_values VALUES("136", "1", "136", "0", "0"); INSERT INTO flashchat_config_values VALUES("137", "1", "137", "1", "0"); INSERT INTO flashchat_config_values VALUES("138", "1", "138", "1", "0"); INSERT INTO flashchat_config_values VALUES("139", "1", "139", "1", "0"); INSERT INTO flashchat_config_values VALUES("140", "1", "140", "0", "0"); INSERT INTO flashchat_config_values VALUES("141", "1", "141", "0", "0"); INSERT INTO flashchat_config_values VALUES("142", "1", "142", "1", "0"); INSERT INTO flashchat_config_values VALUES("143", "1", "143", "0", "0"); INSERT INTO flashchat_config_values VALUES("144", "1", "144", "0", "0"); INSERT INTO flashchat_config_values VALUES("145", "1", "145", "0", "0"); INSERT INTO flashchat_config_values VALUES("146", "1", "146", "0", "0"); INSERT INTO flashchat_config_values VALUES("147", "1", "147", "0", "0"); INSERT INTO flashchat_config_values VALUES("148", "1", "148", "0", "0"); INSERT INTO flashchat_config_values VALUES("149", "1", "149", "0", "0"); INSERT INTO flashchat_config_values VALUES("150", "1", "150", "0", "0"); INSERT INTO flashchat_config_values VALUES("151", "1", "151", "1", "0"); INSERT INTO flashchat_config_values VALUES("152", "1", "152", "1", "0"); INSERT INTO flashchat_config_values VALUES("153", "1", "153", "1", "0"); INSERT INTO flashchat_config_values VALUES("154", "1", "154", "1", "0"); INSERT INTO flashchat_config_values VALUES("155", "1", "155", "50", "0"); INSERT INTO flashchat_config_values VALUES("156", "1", "156", "-1", "0"); INSERT INTO flashchat_config_values VALUES("157", "1", "157", "30", "0"); INSERT INTO flashchat_config_values VALUES("158", "1", "158", "75", "0"); INSERT INTO flashchat_config_values VALUES("159", "1", "159", "50", "0"); INSERT INTO flashchat_config_values VALUES("160", "1", "160", "1", "0"); INSERT INTO flashchat_config_values VALUES("161", "1", "161", "35", "0"); INSERT INTO flashchat_config_values VALUES("162", "1", "162", "-1", "0"); INSERT INTO flashchat_config_values VALUES("163", "1", "163", "66", "0"); INSERT INTO flashchat_config_values VALUES("164", "1", "164", "35", "0"); INSERT INTO flashchat_config_values VALUES("165", "1", "165", "-1", "0"); INSERT INTO flashchat_config_values VALUES("166", "1", "166", "25", "0"); INSERT INTO flashchat_config_values VALUES("167", "1", "167", "35", "0"); INSERT INTO flashchat_config_values VALUES("168", "1", "168", "-1", "0"); INSERT INTO flashchat_config_values VALUES("169", "1", "169", "8", "0"); INSERT INTO flashchat_config_values VALUES("170", "1", "170", "1", "0"); INSERT INTO flashchat_config_values VALUES("171", "1", "171", "0", "0"); INSERT INTO flashchat_config_values VALUES("172", "1", "172", "1", "0"); INSERT INTO flashchat_config_values VALUES("173", "1", "173", "1", "0"); INSERT INTO flashchat_config_values VALUES("174", "1", "174", "1", "0"); INSERT INTO flashchat_config_values VALUES("175", "1", "175", "1", "0"); INSERT INTO flashchat_config_values VALUES("176", "1", "176", "1", "0"); INSERT INTO flashchat_config_values VALUES("177", "1", "177", "1", "0"); INSERT INTO flashchat_config_values VALUES("178", "1", "178", "1", "0"); INSERT INTO flashchat_config_values VALUES("179", "1", "179", "1", "0"); INSERT INTO flashchat_config_values VALUES("180", "1", "180", "0", "0"); INSERT INTO flashchat_config_values VALUES("181", "1", "181", "1", "0"); INSERT INTO flashchat_config_values VALUES("182", "1", "182", "1", "0"); INSERT INTO flashchat_config_values VALUES("183", "1", "183", "1", "0"); INSERT INTO flashchat_config_values VALUES("184", "1", "184", "0", "0"); INSERT INTO flashchat_config_values VALUES("185", "1", "185", "1", "0"); INSERT INTO flashchat_config_values VALUES("186", "1", "186", "1", "0"); INSERT INTO flashchat_config_values VALUES("187", "1", "187", "1", "0"); INSERT INTO flashchat_config_values VALUES("188", "1", "188", "1", "0"); INSERT INTO flashchat_config_values VALUES("189", "1", "189", "1", "0"); INSERT INTO flashchat_config_values VALUES("190", "1", "190", "1", "0"); INSERT INTO flashchat_config_values VALUES("191", "1", "191", "2", "0"); INSERT INTO flashchat_config_values VALUES("192", "1", "192", "1", "0"); INSERT INTO flashchat_config_values VALUES("193", "1", "193", "0", "0"); INSERT INTO flashchat_config_values VALUES("194", "1", "194", "0", "0"); INSERT INTO flashchat_config_values VALUES("195", "1", "195", "1", "0"); INSERT INTO flashchat_config_values VALUES("196", "1", "196", "1", "0"); INSERT INTO flashchat_config_values VALUES("197", "1", "197", "1", "0"); INSERT INTO flashchat_config_values VALUES("198", "1", "198", "1", "0"); INSERT INTO flashchat_config_values VALUES("199", "1", "199", "50", "0"); INSERT INTO flashchat_config_values VALUES("200", "1", "200", "-1", "0"); INSERT INTO flashchat_config_values VALUES("201", "1", "201", "30", "0"); INSERT INTO flashchat_config_values VALUES("202", "1", "202", "75", "0"); INSERT INTO flashchat_config_values VALUES("203", "1", "203", "50", "0"); INSERT INTO flashchat_config_values VALUES("204", "1", "204", "1", "0"); INSERT INTO flashchat_config_values VALUES("205", "1", "205", "35", "0"); INSERT INTO flashchat_config_values VALUES("206", "1", "206", "-1", "0"); INSERT INTO flashchat_config_values VALUES("207", "1", "207", "66", "0"); INSERT INTO flashchat_config_values VALUES("208", "1", "208", "35", "0"); INSERT INTO flashchat_config_values VALUES("209", "1", "209", "-1", "0"); INSERT INTO flashchat_config_values VALUES("210", "1", "210", "25", "0"); INSERT INTO flashchat_config_values VALUES("211", "1", "211", "35", "0"); INSERT INTO flashchat_config_values VALUES("212", "1", "212", "-1", "0"); INSERT INTO flashchat_config_values VALUES("213", "1", "213", "8", "0"); INSERT INTO flashchat_config_values VALUES("214", "1", "214", "1", "0"); INSERT INTO flashchat_config_values VALUES("215", "1", "215", "0", "0"); INSERT INTO flashchat_config_values VALUES("216", "1", "216", "0", "0"); INSERT INTO flashchat_config_values VALUES("217", "1", "217", "1", "0"); INSERT INTO flashchat_config_values VALUES("218", "1", "218", "1", "0"); INSERT INTO flashchat_config_values VALUES("219", "1", "219", "1", "0"); INSERT INTO flashchat_config_values VALUES("220", "1", "220", "1", "0"); INSERT INTO flashchat_config_values VALUES("221", "1", "221", "1", "0"); INSERT INTO flashchat_config_values VALUES("222", "1", "222", "1", "0"); INSERT INTO flashchat_config_values VALUES("223", "1", "223", "1", "0"); INSERT INTO flashchat_config_values VALUES("224", "1", "224", "0", "0"); INSERT INTO flashchat_config_values VALUES("225", "1", "225", "1", "0"); INSERT INTO flashchat_config_values VALUES("226", "1", "226", "1", "0"); INSERT INTO flashchat_config_values VALUES("227", "1", "227", "1", "0"); INSERT INTO flashchat_config_values VALUES("228", "1", "228", "0", "0"); INSERT INTO flashchat_config_values VALUES("229", "1", "229", "1", "0"); INSERT INTO flashchat_config_values VALUES("230", "1", "230", "1", "0"); INSERT INTO flashchat_config_values VALUES("231", "1", "231", "1", "0"); INSERT INTO flashchat_config_values VALUES("232", "1", "232", "1", "0"); INSERT INTO flashchat_config_values VALUES("233", "1", "233", "1", "0"); INSERT INTO flashchat_config_values VALUES("234", "1", "234", "1", "0"); INSERT INTO flashchat_config_values VALUES("235", "1", "235", "1", "0"); INSERT INTO flashchat_config_values VALUES("236", "1", "236", "2", "0"); INSERT INTO flashchat_config_values VALUES("237", "1", "237", "1", "0"); INSERT INTO flashchat_config_values VALUES("238", "1", "238", "0", "0"); INSERT INTO flashchat_config_values VALUES("239", "1", "239", "1", "0"); INSERT INTO flashchat_config_values VALUES("240", "1", "240", "1", "0"); INSERT INTO flashchat_config_values VALUES("241", "1", "241", "1", "0"); INSERT INTO flashchat_config_values VALUES("242", "1", "242", "1", "0"); INSERT INTO flashchat_config_values VALUES("243", "1", "243", "50", "0"); INSERT INTO flashchat_config_values VALUES("244", "1", "244", "-1", "0"); INSERT INTO flashchat_config_values VALUES("245", "1", "245", "30", "0"); INSERT INTO flashchat_config_values VALUES("246", "1", "246", "75", "0"); INSERT INTO flashchat_config_values VALUES("247", "1", "247", "50", "0"); INSERT INTO flashchat_config_values VALUES("248", "1", "248", "1", "0"); INSERT INTO flashchat_config_values VALUES("249", "1", "249", "35", "0"); INSERT INTO flashchat_config_values VALUES("250", "1", "250", "-1", "0"); INSERT INTO flashchat_config_values VALUES("251", "1", "251", "66", "0"); INSERT INTO flashchat_config_values VALUES("252", "1", "252", "35", "0"); INSERT INTO flashchat_config_values VALUES("253", "1", "253", "-1", "0"); INSERT INTO flashchat_config_values VALUES("254", "1", "254", "25", "0"); INSERT INTO flashchat_config_values VALUES("255", "1", "255", "35", "0"); INSERT INTO flashchat_config_values VALUES("256", "1", "256", "-1", "0"); INSERT INTO flashchat_config_values VALUES("257", "1", "257", "8", "0"); INSERT INTO flashchat_config_values VALUES("258", "1", "258", "1", "0"); INSERT INTO flashchat_config_values VALUES("259", "1", "259", "0", "0"); INSERT INTO flashchat_config_values VALUES("260", "1", "260", "75", "0"); INSERT INTO flashchat_config_values VALUES("261", "1", "261", "0", "0"); INSERT INTO flashchat_config_values VALUES("262", "1", "262", "0", "0"); INSERT INTO flashchat_config_values VALUES("263", "1", "263", "0", "0"); INSERT INTO flashchat_config_values VALUES("264", "1", "264", "0", "0"); INSERT INTO flashchat_config_values VALUES("265", "1", "265", "0", "0"); INSERT INTO flashchat_config_values VALUES("266", "1", "266", "0", "0"); INSERT INTO flashchat_config_values VALUES("267", "1", "267", "0", "0"); INSERT INTO flashchat_config_values VALUES("268", "1", "268", "0", "0"); INSERT INTO flashchat_config_values VALUES("269", "1", "269", "0", "0"); INSERT INTO flashchat_config_values VALUES("270", "1", "270", "0", "0"); INSERT INTO flashchat_config_values VALUES("271", "1", "271", "0", "0"); INSERT INTO flashchat_config_values VALUES("272", "1", "272", "0", "0"); INSERT INTO flashchat_config_values VALUES("273", "1", "273", "0", "0"); INSERT INTO flashchat_config_values VALUES("274", "1", "274", "0", "0"); INSERT INTO flashchat_config_values VALUES("275", "1", "275", "0", "0"); INSERT INTO flashchat_config_values VALUES("276", "1", "276", "0", "0"); INSERT INTO flashchat_config_values VALUES("277", "1", "277", "1", "0"); INSERT INTO flashchat_config_values VALUES("278", "1", "278", "Windows XP", "1"); INSERT INTO flashchat_config_values VALUES("279", "1", "279", "images/xp.jpg", "1"); INSERT INTO flashchat_config_values VALUES("280", "1", "280", "images/xp.jpg", "1"); INSERT INTO flashchat_config_values VALUES("281", "1", "281", "1", "1"); INSERT INTO flashchat_config_values VALUES("282", "1", "282", "1", "1"); INSERT INTO flashchat_config_values VALUES("283", "1", "283", "50", "1"); INSERT INTO flashchat_config_values VALUES("284", "1", "284", "0x000000", "1"); INSERT INTO flashchat_config_values VALUES("285", "1", "285", "0xDCDCDC", "1"); INSERT INTO flashchat_config_values VALUES("286", "1", "286", "0x3C5A96", "1"); INSERT INTO flashchat_config_values VALUES("287", "1", "287", "0xDCDCDC", "1"); INSERT INTO flashchat_config_values VALUES("288", "1", "288", "0x028AF1", "1"); INSERT INTO flashchat_config_values VALUES("289", "1", "289", "0x000000", "1"); INSERT INTO flashchat_config_values VALUES("290", "1", "290", "0x000000", "1"); INSERT INTO flashchat_config_values VALUES("291", "1", "291", "0x028AF1", "1"); INSERT INTO flashchat_config_values VALUES("292", "1", "292", "0x028AF1", "1"); INSERT INTO flashchat_config_values VALUES("293", "1", "293", "0x015796", "1"); INSERT INTO flashchat_config_values VALUES("294", "1", "294", "0x028AF1", "1"); INSERT INTO flashchat_config_values VALUES("295", "1", "295", "0xE6E8EE", "1"); INSERT INTO flashchat_config_values VALUES("296", "1", "296", "0x028AF1", "1"); INSERT INTO flashchat_config_values VALUES("297", "1", "297", "0xDCDCDC", "1"); INSERT INTO flashchat_config_values VALUES("298", "1", "298", "0xDCDCDC", "1"); INSERT INTO flashchat_config_values VALUES("299", "1", "299", "0xDCDCDC", "1"); INSERT INTO flashchat_config_values VALUES("300", "1", "300", "0x0D3AAB", "1"); INSERT INTO flashchat_config_values VALUES("301", "1", "301", "0x121139", "1"); INSERT INTO flashchat_config_values VALUES("302", "1", "302", "0x121139", "1"); INSERT INTO flashchat_config_values VALUES("303", "1", "303", "0xCCCCCC", "1"); INSERT INTO flashchat_config_values VALUES("304", "1", "304", "0x3C5A96", "1"); INSERT INTO flashchat_config_values VALUES("305", "1", "305", "0xF3620C", "1"); INSERT INTO flashchat_config_values VALUES("306", "1", "306", "0xF3620C", "1"); INSERT INTO flashchat_config_values VALUES("307", "1", "307", "0xFFFFFF", "1"); INSERT INTO flashchat_config_values VALUES("308", "1", "308", "0xFFFFFF", "1"); INSERT INTO flashchat_config_values VALUES("309", "1", "309", "0x028AF1", "1"); INSERT INTO flashchat_config_values VALUES("310", "1", "310", "0x028AF1", "1"); INSERT INTO flashchat_config_values VALUES("311", "1", "311", "0xFFFFFF", "1"); INSERT INTO flashchat_config_values VALUES("312", "1", "312", "0x028AF1", "1"); INSERT INTO flashchat_config_values VALUES("313", "1", "313", "Macintosh OS X", "0"); INSERT INTO flashchat_config_values VALUES("314", "1", "314", "images/macintosh.swf", "0"); INSERT INTO flashchat_config_values VALUES("315", "1", "315", "images/macintosh.swf", "0"); INSERT INTO flashchat_config_values VALUES("316", "1", "316", "0", "0"); INSERT INTO flashchat_config_values VALUES("317", "1", "317", "1", "0"); INSERT INTO flashchat_config_values VALUES("318", "1", "318", "50", "0"); INSERT INTO flashchat_config_values VALUES("319", "1", "319", "0x21488F", "0"); INSERT INTO flashchat_config_values VALUES("320", "1", "320", "0x678CB9", "0"); INSERT INTO flashchat_config_values VALUES("321", "1", "321", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("322", "1", "322", "0x3058A0", "0"); INSERT INTO flashchat_config_values VALUES("323", "1", "323", "0x678CB9", "0"); INSERT INTO flashchat_config_values VALUES("324", "1", "324", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("325", "1", "325", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("326", "1", "326", "0x0044DE", "0"); INSERT INTO flashchat_config_values VALUES("327", "1", "327", "0x2457A7", "0"); INSERT INTO flashchat_config_values VALUES("328", "1", "328", "0x3058A0", "0"); INSERT INTO flashchat_config_values VALUES("329", "1", "329", "0x3058A0", "0"); INSERT INTO flashchat_config_values VALUES("330", "1", "330", "0x3058A0", "0"); INSERT INTO flashchat_config_values VALUES("331", "1", "331", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("332", "1", "332", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("333", "1", "333", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("334", "1", "334", "0x3058A0", "0"); INSERT INTO flashchat_config_values VALUES("335", "1", "335", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("336", "1", "336", "0xAF0000", "0"); INSERT INTO flashchat_config_values VALUES("337", "1", "337", "0x9F0000", "0"); INSERT INTO flashchat_config_values VALUES("338", "1", "338", "0xAF0000", "0"); INSERT INTO flashchat_config_values VALUES("339", "1", "339", "0xFFFDF1", "0"); INSERT INTO flashchat_config_values VALUES("340", "1", "340", "0x00A800", "0"); INSERT INTO flashchat_config_values VALUES("341", "1", "341", "0x00A800", "0"); INSERT INTO flashchat_config_values VALUES("342", "1", "342", "0x00A800", "0"); INSERT INTO flashchat_config_values VALUES("343", "1", "343", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("344", "1", "344", "Silver Gradient", "0"); INSERT INTO flashchat_config_values VALUES("345", "1", "345", "images/gradient.jpg", "0"); INSERT INTO flashchat_config_values VALUES("346", "1", "346", "images/gradient.jpg", "0"); INSERT INTO flashchat_config_values VALUES("347", "1", "347", "1", "0"); INSERT INTO flashchat_config_values VALUES("348", "1", "348", "1", "0"); INSERT INTO flashchat_config_values VALUES("349", "1", "349", "50", "0"); INSERT INTO flashchat_config_values VALUES("350", "1", "350", "0xB3B3B3", "0"); INSERT INTO flashchat_config_values VALUES("351", "1", "351", "0xf0f0f0", "0"); INSERT INTO flashchat_config_values VALUES("352", "1", "352", "0x2e5ca7", "0"); INSERT INTO flashchat_config_values VALUES("353", "1", "353", "0xececec", "0"); INSERT INTO flashchat_config_values VALUES("354", "1", "354", "0xeceeeb", "0"); INSERT INTO flashchat_config_values VALUES("355", "1", "355", "0x111437", "0"); INSERT INTO flashchat_config_values VALUES("356", "1", "356", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("357", "1", "357", "0xc1c1c1", "0"); INSERT INTO flashchat_config_values VALUES("358", "1", "358", "0x427bbe", "0"); INSERT INTO flashchat_config_values VALUES("359", "1", "359", "0xcccccc", "0"); INSERT INTO flashchat_config_values VALUES("360", "1", "360", "0xdadada", "0"); INSERT INTO flashchat_config_values VALUES("361", "1", "361", "0xe7ebee", "0"); INSERT INTO flashchat_config_values VALUES("362", "1", "362", "0xe7ebee", "0"); INSERT INTO flashchat_config_values VALUES("363", "1", "363", "0xe7ebee", "0"); INSERT INTO flashchat_config_values VALUES("364", "1", "364", "0x646464", "0"); INSERT INTO flashchat_config_values VALUES("365", "1", "365", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("366", "1", "366", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("367", "1", "367", "0xdcdcdc", "0"); INSERT INTO flashchat_config_values VALUES("368", "1", "368", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("369", "1", "369", "0x555555", "0"); INSERT INTO flashchat_config_values VALUES("370", "1", "370", "0x666666", "0"); INSERT INTO flashchat_config_values VALUES("371", "1", "371", "0x555555", "0"); INSERT INTO flashchat_config_values VALUES("372", "1", "372", "0xfffdf1", "0"); INSERT INTO flashchat_config_values VALUES("373", "1", "373", "0x555555", "0"); INSERT INTO flashchat_config_values VALUES("374", "1", "374", "0x666666", "0"); INSERT INTO flashchat_config_values VALUES("375", "1", "375", "0x555555", "0"); INSERT INTO flashchat_config_values VALUES("376", "1", "376", "0x333333", "0"); INSERT INTO flashchat_config_values VALUES("377", "1", "377", "Navy Blue", "0"); INSERT INTO flashchat_config_values VALUES("378", "1", "378", "images/navy.jpg", "0"); INSERT INTO flashchat_config_values VALUES("379", "1", "379", "images/navy.jpg", "0"); INSERT INTO flashchat_config_values VALUES("380", "1", "380", "1", "0"); INSERT INTO flashchat_config_values VALUES("381", "1", "381", "1", "0"); INSERT INTO flashchat_config_values VALUES("382", "1", "382", "50", "0"); INSERT INTO flashchat_config_values VALUES("383", "1", "383", "0x000066", "0"); INSERT INTO flashchat_config_values VALUES("384", "1", "384", "0x24244F", "0"); INSERT INTO flashchat_config_values VALUES("385", "1", "385", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("386", "1", "386", "0x24244F", "0"); INSERT INTO flashchat_config_values VALUES("387", "1", "387", "0x333366", "0"); INSERT INTO flashchat_config_values VALUES("388", "1", "388", "0xEBC04B", "0"); INSERT INTO flashchat_config_values VALUES("389", "1", "389", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("390", "1", "390", "0x24244F", "0"); INSERT INTO flashchat_config_values VALUES("391", "1", "391", "0x343471", "0"); INSERT INTO flashchat_config_values VALUES("392", "1", "392", "0x333366", "0"); INSERT INTO flashchat_config_values VALUES("393", "1", "393", "0x333366", "0"); INSERT INTO flashchat_config_values VALUES("394", "1", "394", "0x333366", "0"); INSERT INTO flashchat_config_values VALUES("395", "1", "395", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("396", "1", "396", "0xEBC04B", "0"); INSERT INTO flashchat_config_values VALUES("397", "1", "397", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("398", "1", "398", "0x24244F", "0"); INSERT INTO flashchat_config_values VALUES("399", "1", "399", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("400", "1", "400", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("401", "1", "401", "0x009900", "0"); INSERT INTO flashchat_config_values VALUES("402", "1", "402", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("403", "1", "403", "0xFFFDF1", "0"); INSERT INTO flashchat_config_values VALUES("404", "1", "404", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("405", "1", "405", "0x009900", "0"); INSERT INTO flashchat_config_values VALUES("406", "1", "406", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("407", "1", "407", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("408", "1", "408", "Indigo Metallic", "0"); INSERT INTO flashchat_config_values VALUES("409", "1", "409", "images/metallic.jpg", "0"); INSERT INTO flashchat_config_values VALUES("410", "1", "410", "images/metallic.jpg", "0"); INSERT INTO flashchat_config_values VALUES("411", "1", "411", "1", "0"); INSERT INTO flashchat_config_values VALUES("412", "1", "412", "1", "0"); INSERT INTO flashchat_config_values VALUES("413", "1", "413", "50", "0"); INSERT INTO flashchat_config_values VALUES("414", "1", "414", "0x1C105B", "0"); INSERT INTO flashchat_config_values VALUES("415", "1", "415", "0x555555", "0"); INSERT INTO flashchat_config_values VALUES("416", "1", "416", "0xD2D2D2", "0"); INSERT INTO flashchat_config_values VALUES("417", "1", "417", "0x1C105B", "0"); INSERT INTO flashchat_config_values VALUES("418", "1", "418", "0x555555", "0"); INSERT INTO flashchat_config_values VALUES("419", "1", "419", "0xD2D2D2", "0"); INSERT INTO flashchat_config_values VALUES("420", "1", "420", "0xD2D2D2", "0"); INSERT INTO flashchat_config_values VALUES("421", "1", "421", "0x1C105B", "0"); INSERT INTO flashchat_config_values VALUES("422", "1", "422", "0x281982", "0"); INSERT INTO flashchat_config_values VALUES("423", "1", "423", "0x0A0A0A", "0"); INSERT INTO flashchat_config_values VALUES("424", "1", "424", "0x0A0A0A", "0"); INSERT INTO flashchat_config_values VALUES("425", "1", "425", "0x0A0A0A", "0"); INSERT INTO flashchat_config_values VALUES("426", "1", "426", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("427", "1", "427", "0xD2D2D2", "0"); INSERT INTO flashchat_config_values VALUES("428", "1", "428", "0xD2D2D2", "0"); INSERT INTO flashchat_config_values VALUES("429", "1", "429", "0x333333", "0"); INSERT INTO flashchat_config_values VALUES("430", "1", "430", "0xD2D2D2", "0"); INSERT INTO flashchat_config_values VALUES("431", "1", "431", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("432", "1", "432", "0x009900", "0"); INSERT INTO flashchat_config_values VALUES("433", "1", "433", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("434", "1", "434", "0xFFFDF1", "0"); INSERT INTO flashchat_config_values VALUES("435", "1", "435", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("436", "1", "436", "0x009900", "0"); INSERT INTO flashchat_config_values VALUES("437", "1", "437", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("438", "1", "438", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("439", "1", "439", "Tropical Lagoon", "0"); INSERT INTO flashchat_config_values VALUES("440", "1", "440", "images/tropical.jpg", "0"); INSERT INTO flashchat_config_values VALUES("441", "1", "441", "images/tropical.jpg", "0"); INSERT INTO flashchat_config_values VALUES("442", "1", "442", "1", "0"); INSERT INTO flashchat_config_values VALUES("443", "1", "443", "1", "0"); INSERT INTO flashchat_config_values VALUES("444", "1", "444", "50", "0"); INSERT INTO flashchat_config_values VALUES("445", "1", "445", "0x003399", "0"); INSERT INTO flashchat_config_values VALUES("446", "1", "446", "0x000066", "0"); INSERT INTO flashchat_config_values VALUES("447", "1", "447", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("448", "1", "448", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("449", "1", "449", "0x0066CC", "0"); INSERT INTO flashchat_config_values VALUES("450", "1", "450", "0xFFFF99", "0"); INSERT INTO flashchat_config_values VALUES("451", "1", "451", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("452", "1", "452", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("453", "1", "453", "0x0000DB", "0"); INSERT INTO flashchat_config_values VALUES("454", "1", "454", "0x000066", "0"); INSERT INTO flashchat_config_values VALUES("455", "1", "455", "0x000066", "0"); INSERT INTO flashchat_config_values VALUES("456", "1", "456", "0x000066", "0"); INSERT INTO flashchat_config_values VALUES("457", "1", "457", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("458", "1", "458", "0xFFFF99", "0"); INSERT INTO flashchat_config_values VALUES("459", "1", "459", "0xFFFF99", "0"); INSERT INTO flashchat_config_values VALUES("460", "1", "460", "0x0066CC", "0"); INSERT INTO flashchat_config_values VALUES("461", "1", "461", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("462", "1", "462", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("463", "1", "463", "0x009900", "0"); INSERT INTO flashchat_config_values VALUES("464", "1", "464", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("465", "1", "465", "0xFFFDF1", "0"); INSERT INTO flashchat_config_values VALUES("466", "1", "466", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("467", "1", "467", "0x009900", "0"); INSERT INTO flashchat_config_values VALUES("468", "1", "468", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("469", "1", "469", "0x000099", "0"); INSERT INTO flashchat_config_values VALUES("470", "1", "470", "Aquamarine", "0"); INSERT INTO flashchat_config_values VALUES("471", "1", "471", "images/dolphins.swf", "0"); INSERT INTO flashchat_config_values VALUES("472", "1", "472", "images/dolphins.swf", "0"); INSERT INTO flashchat_config_values VALUES("473", "1", "473", "1", "0"); INSERT INTO flashchat_config_values VALUES("474", "1", "474", "1", "0"); INSERT INTO flashchat_config_values VALUES("475", "1", "475", "50", "0"); INSERT INTO flashchat_config_values VALUES("476", "1", "476", "0x003300", "0"); INSERT INTO flashchat_config_values VALUES("477", "1", "477", "0x006666", "0"); INSERT INTO flashchat_config_values VALUES("478", "1", "478", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("479", "1", "479", "0x006666", "0"); INSERT INTO flashchat_config_values VALUES("480", "1", "480", "0x006666", "0"); INSERT INTO flashchat_config_values VALUES("481", "1", "481", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("482", "1", "482", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("483", "1", "483", "0x006666", "0"); INSERT INTO flashchat_config_values VALUES("484", "1", "484", "0x009292", "0"); INSERT INTO flashchat_config_values VALUES("485", "1", "485", "0x005555", "0"); INSERT INTO flashchat_config_values VALUES("486", "1", "486", "0x005555", "0"); INSERT INTO flashchat_config_values VALUES("487", "1", "487", "0x005555", "0"); INSERT INTO flashchat_config_values VALUES("488", "1", "488", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("489", "1", "489", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("490", "1", "490", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("491", "1", "491", "0x006666", "0"); INSERT INTO flashchat_config_values VALUES("492", "1", "492", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("493", "1", "493", "0x006666", "0"); INSERT INTO flashchat_config_values VALUES("494", "1", "494", "0x006666", "0"); INSERT INTO flashchat_config_values VALUES("495", "1", "495", "0x006666", "0"); INSERT INTO flashchat_config_values VALUES("496", "1", "496", "0xFFFDF1", "0"); INSERT INTO flashchat_config_values VALUES("497", "1", "497", "0x066666", "0"); INSERT INTO flashchat_config_values VALUES("498", "1", "498", "0x006666", "0"); INSERT INTO flashchat_config_values VALUES("499", "1", "499", "0x006666", "0"); INSERT INTO flashchat_config_values VALUES("500", "1", "500", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("501", "1", "501", "Olive Green", "0"); INSERT INTO flashchat_config_values VALUES("502", "1", "502", "images/olive.jpg", "0"); INSERT INTO flashchat_config_values VALUES("503", "1", "503", "images/olive.jpg", "0"); INSERT INTO flashchat_config_values VALUES("504", "1", "504", "1", "0"); INSERT INTO flashchat_config_values VALUES("505", "1", "505", "1", "0"); INSERT INTO flashchat_config_values VALUES("506", "1", "506", "50", "0"); INSERT INTO flashchat_config_values VALUES("507", "1", "507", "0x143226", "0"); INSERT INTO flashchat_config_values VALUES("508", "1", "508", "0x254414", "0"); INSERT INTO flashchat_config_values VALUES("509", "1", "509", "0xFFE900", "0"); INSERT INTO flashchat_config_values VALUES("510", "1", "510", "0x143226", "0"); INSERT INTO flashchat_config_values VALUES("511", "1", "511", "0x143303", "0"); INSERT INTO flashchat_config_values VALUES("512", "1", "512", "0xFFE900", "0"); INSERT INTO flashchat_config_values VALUES("513", "1", "513", "0xFFE900", "0"); INSERT INTO flashchat_config_values VALUES("514", "1", "514", "0x143226", "0"); INSERT INTO flashchat_config_values VALUES("515", "1", "515", "0x1D4837", "0"); INSERT INTO flashchat_config_values VALUES("516", "1", "516", "0x143303", "0"); INSERT INTO flashchat_config_values VALUES("517", "1", "517", "0x143303", "0"); INSERT INTO flashchat_config_values VALUES("518", "1", "518", "0x143303", "0"); INSERT INTO flashchat_config_values VALUES("519", "1", "519", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("520", "1", "520", "0xFFE900", "0"); INSERT INTO flashchat_config_values VALUES("521", "1", "521", "0xFFE900", "0"); INSERT INTO flashchat_config_values VALUES("522", "1", "522", "0x254414", "0"); INSERT INTO flashchat_config_values VALUES("523", "1", "523", "0xFFE900", "0"); INSERT INTO flashchat_config_values VALUES("524", "1", "524", "0x147726", "0"); INSERT INTO flashchat_config_values VALUES("525", "1", "525", "0x1D4837", "0"); INSERT INTO flashchat_config_values VALUES("526", "1", "526", "0x147726", "0"); INSERT INTO flashchat_config_values VALUES("527", "1", "527", "0xFFFDF1", "0"); INSERT INTO flashchat_config_values VALUES("528", "1", "528", "0x147726", "0"); INSERT INTO flashchat_config_values VALUES("529", "1", "529", "0x1D4837", "0"); INSERT INTO flashchat_config_values VALUES("530", "1", "530", "0x147726", "0"); INSERT INTO flashchat_config_values VALUES("531", "1", "531", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("532", "1", "532", "Soft Pink", "0"); INSERT INTO flashchat_config_values VALUES("533", "1", "533", "images/pink.jpg", "0"); INSERT INTO flashchat_config_values VALUES("534", "1", "534", "images/pink.jpg", "0"); INSERT INTO flashchat_config_values VALUES("535", "1", "535", "1", "0"); INSERT INTO flashchat_config_values VALUES("536", "1", "536", "1", "0"); INSERT INTO flashchat_config_values VALUES("537", "1", "537", "0", "0"); INSERT INTO flashchat_config_values VALUES("538", "1", "538", "0xEE7777", "0"); INSERT INTO flashchat_config_values VALUES("539", "1", "539", "0xEE7777", "0"); INSERT INTO flashchat_config_values VALUES("540", "1", "540", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("541", "1", "541", "0xEE7777", "0"); INSERT INTO flashchat_config_values VALUES("542", "1", "542", "0xFF9999", "0"); INSERT INTO flashchat_config_values VALUES("543", "1", "543", "0x880088", "0"); INSERT INTO flashchat_config_values VALUES("544", "1", "544", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("545", "1", "545", "0xEE7777", "0"); INSERT INTO flashchat_config_values VALUES("546", "1", "546", "0xFFAAAA", "0"); INSERT INTO flashchat_config_values VALUES("547", "1", "547", "0xFF9999", "0"); INSERT INTO flashchat_config_values VALUES("548", "1", "548", "0xFF9999", "0"); INSERT INTO flashchat_config_values VALUES("549", "1", "549", "0xFF9999", "0"); INSERT INTO flashchat_config_values VALUES("550", "1", "550", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("551", "1", "551", "0x880088", "0"); INSERT INTO flashchat_config_values VALUES("552", "1", "552", "0x880088", "0"); INSERT INTO flashchat_config_values VALUES("553", "1", "553", "0xDD6666", "0"); INSERT INTO flashchat_config_values VALUES("554", "1", "554", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("555", "1", "555", "0xEE7777", "0"); INSERT INTO flashchat_config_values VALUES("556", "1", "556", "0x886666", "0"); INSERT INTO flashchat_config_values VALUES("557", "1", "557", "0xEE7777", "0"); INSERT INTO flashchat_config_values VALUES("558", "1", "558", "0xFFFDF1", "0"); INSERT INTO flashchat_config_values VALUES("559", "1", "559", "0xEE7777", "0"); INSERT INTO flashchat_config_values VALUES("560", "1", "560", "0x886666", "0"); INSERT INTO flashchat_config_values VALUES("561", "1", "561", "0xEE7777", "0"); INSERT INTO flashchat_config_values VALUES("562", "1", "562", "0x880099", "0"); INSERT INTO flashchat_config_values VALUES("563", "1", "563", "Redwood/Oak", "0"); INSERT INTO flashchat_config_values VALUES("564", "1", "564", "images/clockwork.swf", "0"); INSERT INTO flashchat_config_values VALUES("565", "1", "565", "images/clockwork.swf", "0"); INSERT INTO flashchat_config_values VALUES("566", "1", "566", "1", "0"); INSERT INTO flashchat_config_values VALUES("567", "1", "567", "1", "0"); INSERT INTO flashchat_config_values VALUES("568", "1", "568", "50", "0"); INSERT INTO flashchat_config_values VALUES("569", "1", "569", "0x714C44", "0"); INSERT INTO flashchat_config_values VALUES("570", "1", "570", "0x603B33", "0"); INSERT INTO flashchat_config_values VALUES("571", "1", "571", "0xECA259", "0"); INSERT INTO flashchat_config_values VALUES("572", "1", "572", "0x714C44", "0"); INSERT INTO flashchat_config_values VALUES("573", "1", "573", "0x714C44", "0"); INSERT INTO flashchat_config_values VALUES("574", "1", "574", "0xECA259", "0"); INSERT INTO flashchat_config_values VALUES("575", "1", "575", "0xECA259", "0"); INSERT INTO flashchat_config_values VALUES("576", "1", "576", "0x714C44", "0"); INSERT INTO flashchat_config_values VALUES("577", "1", "577", "0xA26D62", "0"); INSERT INTO flashchat_config_values VALUES("578", "1", "578", "0x603B33", "0"); INSERT INTO flashchat_config_values VALUES("579", "1", "579", "0x603B33", "0"); INSERT INTO flashchat_config_values VALUES("580", "1", "580", "0x603B33", "0"); INSERT INTO flashchat_config_values VALUES("581", "1", "581", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("582", "1", "582", "0xECA259", "0"); INSERT INTO flashchat_config_values VALUES("583", "1", "583", "0xECA259", "0"); INSERT INTO flashchat_config_values VALUES("584", "1", "584", "0x502A11", "0"); INSERT INTO flashchat_config_values VALUES("585", "1", "585", "0xECA259", "0"); INSERT INTO flashchat_config_values VALUES("586", "1", "586", "0x714C44", "0"); INSERT INTO flashchat_config_values VALUES("587", "1", "587", "0x714C44", "0"); INSERT INTO flashchat_config_values VALUES("588", "1", "588", "0x714C44", "0"); INSERT INTO flashchat_config_values VALUES("589", "1", "589", "0xFFFDF1", "0"); INSERT INTO flashchat_config_values VALUES("590", "1", "590", "0x714C44", "0"); INSERT INTO flashchat_config_values VALUES("591", "1", "591", "0x714C44", "0"); INSERT INTO flashchat_config_values VALUES("592", "1", "592", "0x714C44", "0"); INSERT INTO flashchat_config_values VALUES("593", "1", "593", "0x603B33", "0"); INSERT INTO flashchat_config_values VALUES("594", "1", "594", "Black", "1"); INSERT INTO flashchat_config_values VALUES("595", "1", "595", "images/mary.swf", "1"); INSERT INTO flashchat_config_values VALUES("596", "1", "596", "images/mary.swf", "1"); INSERT INTO flashchat_config_values VALUES("597", "1", "597", "1", "1"); INSERT INTO flashchat_config_values VALUES("598", "1", "598", "1", "1"); INSERT INTO flashchat_config_values VALUES("599", "1", "599", "50", "1"); INSERT INTO flashchat_config_values VALUES("600", "1", "600", "0x303030", "1"); INSERT INTO flashchat_config_values VALUES("601", "1", "601", "0x000000", "1"); INSERT INTO flashchat_config_values VALUES("602", "1", "602", "0xFFFFFF", "1"); INSERT INTO flashchat_config_values VALUES("603", "1", "603", "0x303030", "1"); INSERT INTO flashchat_config_values VALUES("604", "1", "604", "0x222222", "1"); INSERT INTO flashchat_config_values VALUES("605", "1", "605", "0xFFFFFF", "1"); INSERT INTO flashchat_config_values VALUES("606", "1", "606", "0xFFFFFF", "1"); INSERT INTO flashchat_config_values VALUES("607", "1", "607", "0x303030", "1"); INSERT INTO flashchat_config_values VALUES("608", "1", "608", "0x454545", "1"); INSERT INTO flashchat_config_values VALUES("609", "1", "609", "0x222222", "1"); INSERT INTO flashchat_config_values VALUES("610", "1", "610", "0x222222", "1"); INSERT INTO flashchat_config_values VALUES("611", "1", "611", "0x222222", "1"); INSERT INTO flashchat_config_values VALUES("612", "1", "612", "0x000000", "1"); INSERT INTO flashchat_config_values VALUES("613", "1", "613", "0xFFFFFF", "1"); INSERT INTO flashchat_config_values VALUES("614", "1", "614", "0xFFFFFF", "1"); INSERT INTO flashchat_config_values VALUES("615", "1", "615", "0x000000", "1"); INSERT INTO flashchat_config_values VALUES("616", "1", "616", "0xFFFFFF", "1"); INSERT INTO flashchat_config_values VALUES("617", "1", "617", "0x303030", "1"); INSERT INTO flashchat_config_values VALUES("618", "1", "618", "0x303030", "1"); INSERT INTO flashchat_config_values VALUES("619", "1", "619", "0x999999", "1"); INSERT INTO flashchat_config_values VALUES("620", "1", "620", "0xFFFFFF", "1"); INSERT INTO flashchat_config_values VALUES("621", "1", "621", "0x303030", "1"); INSERT INTO flashchat_config_values VALUES("622", "1", "622", "0x303030", "1"); INSERT INTO flashchat_config_values VALUES("623", "1", "623", "0x999999", "1"); INSERT INTO flashchat_config_values VALUES("624", "1", "624", "0x000000", "1"); INSERT INTO flashchat_config_values VALUES("625", "1", "625", "macintosh", "0"); INSERT INTO flashchat_config_values VALUES("626", "1", "626", "Flash MX", "0"); INSERT INTO flashchat_config_values VALUES("627", "1", "627", "default_skin", "0"); INSERT INTO flashchat_config_values VALUES("628", "1", "628", "Windows XP", "0"); INSERT INTO flashchat_config_values VALUES("629", "1", "629", "xp_skin", "0"); INSERT INTO flashchat_config_values VALUES("630", "1", "630", "Aqua", "0"); INSERT INTO flashchat_config_values VALUES("631", "1", "631", "aqua_skin", "0"); INSERT INTO flashchat_config_values VALUES("632", "1", "632", "Gradient", "0"); INSERT INTO flashchat_config_values VALUES("633", "1", "633", "gradient_skin", "0"); INSERT INTO flashchat_config_values VALUES("634", "1", "634", "aqua_skin", "0"); INSERT INTO flashchat_config_values VALUES("635", "1", "635", "1", "0"); INSERT INTO flashchat_config_values VALUES("636", "1", "636", "0", "0"); INSERT INTO flashchat_config_values VALUES("637", "1", "637", "13", "0"); INSERT INTO flashchat_config_values VALUES("638", "1", "638", "Arial", "0"); INSERT INTO flashchat_config_values VALUES("639", "1", "639", "1", "0"); INSERT INTO flashchat_config_values VALUES("640", "1", "640", "13", "0"); INSERT INTO flashchat_config_values VALUES("641", "1", "641", "Arial", "0"); INSERT INTO flashchat_config_values VALUES("642", "1", "642", "1", "0"); INSERT INTO flashchat_config_values VALUES("643", "1", "643", "13", "0"); INSERT INTO flashchat_config_values VALUES("644", "1", "644", "Arial", "0"); INSERT INTO flashchat_config_values VALUES("645", "1", "645", "8", "0"); INSERT INTO flashchat_config_values VALUES("944", "1", "971", "Verdana", "0"); INSERT INTO flashchat_config_values VALUES("943", "1", "970", "Courier", "0"); INSERT INTO flashchat_config_values VALUES("942", "1", "969", "Arial", "0"); INSERT INTO flashchat_config_values VALUES("889", "1", "916", "Times", "0"); INSERT INTO flashchat_config_values VALUES("941", "1", "968", "18", "0"); INSERT INTO flashchat_config_values VALUES("939", "1", "966", "14", "0"); INSERT INTO flashchat_config_values VALUES("937", "1", "964", "12", "0"); INSERT INTO flashchat_config_values VALUES("935", "1", "962", "10", "0"); INSERT INTO flashchat_config_values VALUES("934", "1", "961", "9", "0"); INSERT INTO flashchat_config_values VALUES("660", "1", "660", "Loading settings...", "0"); INSERT INTO flashchat_config_values VALUES("661", "1", "661", "Loading smiles...", "0"); INSERT INTO flashchat_config_values VALUES("662", "1", "662", "Loading main chat window...", "0"); INSERT INTO flashchat_config_values VALUES("663", "1", "663", "Starting chat system...", "0"); INSERT INTO flashchat_config_values VALUES("664", "1", "664", "OK", "0"); INSERT INTO flashchat_config_values VALUES("665", "1", "665", "Arial", "0"); INSERT INTO flashchat_config_values VALUES("666", "1", "666", "12", "0"); INSERT INTO flashchat_config_values VALUES("667", "1", "667", "0x000000", "0"); INSERT INTO flashchat_config_values VALUES("668", "1", "668", "0xFFFFFF", "0"); INSERT INTO flashchat_config_values VALUES("669", "1", "669", "0x0033CC", "0"); INSERT INTO flashchat_config_values VALUES("670", "1", "670", "jp", "0"); INSERT INTO flashchat_config_values VALUES("671", "1", "671", "cn", "0"); INSERT INTO flashchat_config_values VALUES("672", "1", "672", ":) :-)", "0"); INSERT INTO flashchat_config_values VALUES("673", "1", "690", ":! :-!", "0"); INSERT INTO flashchat_config_values VALUES("674", "1", "691", ":zzz:", "0"); INSERT INTO flashchat_config_values VALUES("675", "1", "692", ":weird:", "0"); INSERT INTO flashchat_config_values VALUES("676", "1", "693", ":whistle:", "0"); INSERT INTO flashchat_config_values VALUES("677", "1", "694", "8s", "0"); INSERT INTO flashchat_config_values VALUES("678", "1", "695", ":call:", "0"); INSERT INTO flashchat_config_values VALUES("679", "1", "696", ":cash:", "0"); INSERT INTO flashchat_config_values VALUES("680", "1", "697", ":shock:", "0"); INSERT INTO flashchat_config_values VALUES("681", "1", "698", ":check:", "0"); INSERT INTO flashchat_config_values VALUES("682", "1", "699", ":ball:", "0"); INSERT INTO flashchat_config_values VALUES("683", "1", "700", ":clap:", "0"); INSERT INTO flashchat_config_values VALUES("684", "1", "701", ":cry:", "0"); INSERT INTO flashchat_config_values VALUES("685", "1", "702", ":luck:", "0"); INSERT INTO flashchat_config_values VALUES("686", "1", "703", ":nono:", "0"); INSERT INTO flashchat_config_values VALUES("687", "1", "704", ":Punch:", "0"); INSERT INTO flashchat_config_values VALUES("688", "1", "705", ":skull:", "0"); INSERT INTO flashchat_config_values VALUES("689", "1", "706", ":yeah:", "0"); INSERT INTO flashchat_config_values VALUES("690", "1", "707", ":69:", "0"); INSERT INTO flashchat_config_values VALUES("691", "1", "708", ":earth:", "0"); INSERT INTO flashchat_config_values VALUES("692", "1", "709", ":huh:", "0"); INSERT INTO flashchat_config_values VALUES("693", "1", "710", ":hypno:", "0"); INSERT INTO flashchat_config_values VALUES("694", "1", "711", ":java:", "0"); INSERT INTO flashchat_config_values VALUES("695", "1", "712", ":no:", "0"); INSERT INTO flashchat_config_values VALUES("696", "1", "713", ":rain:", "0"); INSERT INTO flashchat_config_values VALUES("697", "1", "714", ":rose:", "0"); INSERT INTO flashchat_config_values VALUES("698", "1", "715", ":usa:", "0"); INSERT INTO flashchat_config_values VALUES("699", "1", "716", ":biggrin:", "0"); INSERT INTO flashchat_config_values VALUES("700", "1", "717", ":faint:", "0"); INSERT INTO flashchat_config_values VALUES("701", "1", "718", ":mean:", "0"); INSERT INTO flashchat_config_values VALUES("702", "1", "719", ":cat:", "0"); INSERT INTO flashchat_config_values VALUES("703", "1", "720", ":down:", "0"); INSERT INTO flashchat_config_values VALUES("704", "1", "721", ":up:", "0"); INSERT INTO flashchat_config_values VALUES("705", "1", "722", ":dog:", "0"); INSERT INTO flashchat_config_values VALUES("706", "1", "723", ":beer:", "0"); INSERT INTO flashchat_config_values VALUES("707", "1", "724", ":music:", "0"); INSERT INTO flashchat_config_values VALUES("708", "1", "726", ":speak:", "0"); INSERT INTO flashchat_config_values VALUES("709", "1", "727", ":female:", "0"); INSERT INTO flashchat_config_values VALUES("710", "1", "728", ":ms:", "0"); INSERT INTO flashchat_config_values VALUES("711", "1", "729", ":male:", "0"); INSERT INTO flashchat_config_values VALUES("712", "1", "730", ":mr:", "0"); INSERT INTO flashchat_config_values VALUES("713", "1", "731", ":admin:", "0"); INSERT INTO flashchat_config_values VALUES("714", "1", "732", ":mod:", "0"); INSERT INTO flashchat_config_values VALUES("715", "1", "733", ":bball:", "0"); INSERT INTO flashchat_config_values VALUES("716", "1", "734", ":bowl:", "0"); INSERT INTO flashchat_config_values VALUES("717", "1", "735", ":cricket:", "0"); INSERT INTO flashchat_config_values VALUES("718", "1", "736", ":fball:", "0"); INSERT INTO flashchat_config_values VALUES("719", "1", "737", ":golf:", "0"); INSERT INTO flashchat_config_values VALUES("720", "1", "738", ":hockey:", "0"); INSERT INTO flashchat_config_values VALUES("721", "1", "739", ":sail:", "0"); INSERT INTO flashchat_config_values VALUES("722", "1", "740", ":soccer:", "0"); INSERT INTO flashchat_config_values VALUES("723", "1", "741", ":tennis:", "0"); INSERT INTO flashchat_config_values VALUES("724", "1", "742", ":au:", "0"); INSERT INTO flashchat_config_values VALUES("725", "1", "743", ":br:", "0"); INSERT INTO flashchat_config_values VALUES("726", "1", "744", ":ca:", "0"); INSERT INTO flashchat_config_values VALUES("727", "1", "745", ":cn:", "0"); INSERT INTO flashchat_config_values VALUES("728", "1", "746", ":es:", "0"); INSERT INTO flashchat_config_values VALUES("729", "1", "747", ":eu:", "0"); INSERT INTO flashchat_config_values VALUES("730", "1", "748", ":fr:", "0"); INSERT INTO flashchat_config_values VALUES("731", "1", "749", ":de:", "0"); INSERT INTO flashchat_config_values VALUES("732", "1", "750", ":gr:", "0"); INSERT INTO flashchat_config_values VALUES("733", "1", "751", ":in:", "0"); INSERT INTO flashchat_config_values VALUES("734", "1", "725", ":read:", "0"); INSERT INTO flashchat_config_values VALUES("735", "1", "753", ":jp:", "0"); INSERT INTO flashchat_config_values VALUES("736", "1", "754", ":mx:", "0"); INSERT INTO flashchat_config_values VALUES("737", "1", "755", ":pl:", "0"); INSERT INTO flashchat_config_values VALUES("738", "1", "756", ":pt:", "0"); INSERT INTO flashchat_config_values VALUES("739", "1", "757", ":ru:", "0"); INSERT INTO flashchat_config_values VALUES("740", "1", "758", ":se:", "0"); INSERT INTO flashchat_config_values VALUES("741", "1", "759", ":ua:", "0"); INSERT INTO flashchat_config_values VALUES("742", "1", "760", ":uk:", "0"); INSERT INTO flashchat_config_values VALUES("743", "1", "761", ":us:", "0"); INSERT INTO flashchat_config_values VALUES("744", "1", "752", ":it:", "0"); INSERT INTO flashchat_config_values VALUES("745", "1", "681", "8) 8-)", "0"); INSERT INTO flashchat_config_values VALUES("746", "1", "682", ":evil:", "0"); INSERT INTO flashchat_config_values VALUES("747", "1", "683", ":grin:", "0"); INSERT INTO flashchat_config_values VALUES("748", "1", "684", ":heart:", "0"); INSERT INTO flashchat_config_values VALUES("749", "1", "685", ":kiss:", "0"); INSERT INTO flashchat_config_values VALUES("750", "1", "686", ":break:", "0"); INSERT INTO flashchat_config_values VALUES("751", "1", "687", ":ninja:", "0"); INSERT INTO flashchat_config_values VALUES("752", "1", "688", ":roll:", "0"); INSERT INTO flashchat_config_values VALUES("753", "1", "673", ":( :-(", "1"); INSERT INTO flashchat_config_values VALUES("754", "1", "674", ";) ;-)", "1"); INSERT INTO flashchat_config_values VALUES("755", "1", "675", ":D :-D", "1"); INSERT INTO flashchat_config_values VALUES("756", "1", "676", ":red:", "1"); INSERT INTO flashchat_config_values VALUES("757", "1", "677", ":p :-p", "1"); INSERT INTO flashchat_config_values VALUES("758", "1", "678", ":? :-?", "1"); INSERT INTO flashchat_config_values VALUES("759", "1", "679", ":awe:", "1"); INSERT INTO flashchat_config_values VALUES("760", "1", "680", ":baby:", "1"); INSERT INTO flashchat_config_values VALUES("761", "1", "689", ":rolleyes:", "1"); INSERT INTO flashchat_config_values VALUES("762", "1", "762", "smi_admin,smi_moderator", "0"); INSERT INTO flashchat_config_values VALUES("763", "1", "763", "smi_smile", "0"); INSERT INTO flashchat_config_values VALUES("764", "1", "764", "1", "0"); INSERT INTO flashchat_config_values VALUES("765", "1", "765", "1", "0"); INSERT INTO flashchat_config_values VALUES("766", "1", "766", "smi_smile", "0"); INSERT INTO flashchat_config_values VALUES("767", "1", "767", "1", "0"); INSERT INTO flashchat_config_values VALUES("768", "1", "768", "1", "0"); INSERT INTO flashchat_config_values VALUES("769", "1", "769", "smi_smile", "0"); INSERT INTO flashchat_config_values VALUES("770", "1", "770", "1", "0"); INSERT INTO flashchat_config_values VALUES("771", "1", "771", "1", "0"); INSERT INTO flashchat_config_values VALUES("772", "1", "772", "smi_smile", "0"); INSERT INTO flashchat_config_values VALUES("773", "1", "773", "1", "0"); INSERT INTO flashchat_config_values VALUES("774", "1", "774", "1", "0"); INSERT INTO flashchat_config_values VALUES("775", "1", "775", "smi_admin", "0"); INSERT INTO flashchat_config_values VALUES("776", "1", "776", "0", "0"); INSERT INTO flashchat_config_values VALUES("777", "1", "777", "1", "0"); INSERT INTO flashchat_config_values VALUES("778", "1", "778", "smi_admin", "0"); INSERT INTO flashchat_config_values VALUES("779", "1", "779", "1", "0"); INSERT INTO flashchat_config_values VALUES("780", "1", "780", "1", "0"); INSERT INTO flashchat_config_values VALUES("781", "1", "781", "smi_admin", "0"); INSERT INTO flashchat_config_values VALUES("782", "1", "782", "0", "0"); INSERT INTO flashchat_config_values VALUES("783", "1", "783", "1", "0"); INSERT INTO flashchat_config_values VALUES("784", "1", "784", "smi_admin", "0"); INSERT INTO flashchat_config_values VALUES("785", "1", "785", "0", "0"); INSERT INTO flashchat_config_values VALUES("786", "1", "786", "1", "0"); INSERT INTO flashchat_config_values VALUES("787", "1", "787", "smi_moderator", "0"); INSERT INTO flashchat_config_values VALUES("788", "1", "788", "0", "0"); INSERT INTO flashchat_config_values VALUES("789", "1", "789", "1", "0"); INSERT INTO flashchat_config_values VALUES("790", "1", "790", "smi_moderator", "0"); INSERT INTO flashchat_config_values VALUES("791", "1", "791", "1", "0"); INSERT INTO flashchat_config_values VALUES("792", "1", "792", "1", "0"); INSERT INTO flashchat_config_values VALUES("793", "1", "793", "smi_moderator", "0"); INSERT INTO flashchat_config_values VALUES("794", "1", "794", "0", "0"); INSERT INTO flashchat_config_values VALUES("795", "1", "795", "1", "0"); INSERT INTO flashchat_config_values VALUES("796", "1", "796", "smi_moderator", "0"); INSERT INTO flashchat_config_values VALUES("797", "1", "797", "0", "0"); INSERT INTO flashchat_config_values VALUES("798", "1", "798", "1", "0"); INSERT INTO flashchat_config_values VALUES("799", "1", "799", "4", "0"); INSERT INTO flashchat_config_values VALUES("800", "1", "800", "5", "0"); INSERT INTO flashchat_config_values VALUES("801", "1", "801", "86400", "0"); INSERT INTO flashchat_config_values VALUES("802", "1", "802", "60", "0"); INSERT INTO flashchat_config_values VALUES("803", "1", "803", "3600", "0"); INSERT INTO flashchat_config_values VALUES("804", "1", "804", "http://tufat.com/docs/flashchat/index.html", "0"); INSERT INTO flashchat_config_values VALUES("805", "1", "805", "36000", "0"); INSERT INTO flashchat_config_values VALUES("806", "1", "806", "en", "0"); INSERT INTO flashchat_config_values VALUES("807", "1", "807", "1", "0"); INSERT INTO flashchat_config_values VALUES("808", "1", "808", "", "0"); INSERT INTO flashchat_config_values VALUES("809", "1", "809", "1", "0"); INSERT INTO flashchat_config_values VALUES("810", "1", "810", "1", "0"); INSERT INTO flashchat_config_values VALUES("811", "1", "811", "1", "0"); INSERT INTO flashchat_config_values VALUES("812", "1", "812", "8", "0"); INSERT INTO flashchat_config_values VALUES("813", "1", "813", "sounds/screech.mp3", "0"); INSERT INTO flashchat_config_values VALUES("814", "1", "814", "sounds/door_shut.mp3", "0"); INSERT INTO flashchat_config_values VALUES("815", "1", "815", "sounds/jetsons.mp3", "0"); INSERT INTO flashchat_config_values VALUES("816", "1", "816", "sounds/aol_receive_message.mp3", "0"); INSERT INTO flashchat_config_values VALUES("817", "1", "817", "sounds/aol_send_message.mp3", "0"); INSERT INTO flashchat_config_values VALUES("818", "1", "818", "sounds/_default.mp3", "0"); INSERT INTO flashchat_config_values VALUES("819", "1", "819", "sounds/chime.mp3", "0"); INSERT INTO flashchat_config_values VALUES("820", "1", "820", "sounds/air_swoosh_2.mp3", "0"); INSERT INTO flashchat_config_values VALUES("821", "1", "821", "sounds/mouse_over_6.mp3", "0"); INSERT INTO flashchat_config_values VALUES("822", "1", "822", "sounds/activate_button.mp3", "0"); INSERT INTO flashchat_config_values VALUES("823", "1", "823", "sounds/three_notes.mp3", "0"); INSERT INTO flashchat_config_values VALUES("824", "1", "824", "sounds/aol_receive_message.mp3", "0"); INSERT INTO flashchat_config_values VALUES("825", "1", "825", "sounds/mouse_over_1.mp3", "0"); INSERT INTO flashchat_config_values VALUES("826", "1", "826", "sounds/air_swoosh_2.mp3", "0"); INSERT INTO flashchat_config_values VALUES("827", "1", "827", "sounds/mouse_over_2.mp3", "0"); INSERT INTO flashchat_config_values VALUES("828", "1", "828", "sounds/ta_da.mp3", "0"); INSERT INTO flashchat_config_values VALUES("829", "1", "829", "sounds/activate_button.mp3", "0"); INSERT INTO flashchat_config_values VALUES("830", "1", "830", "1", "0"); INSERT INTO flashchat_config_values VALUES("831", "1", "831", "1", "0"); INSERT INTO flashchat_config_values VALUES("832", "1", "832", "zip,rar,jpg,gif,sit,pdf", "0"); INSERT INTO flashchat_config_values VALUES("833", "1", "833", "524288", "0"); INSERT INTO flashchat_config_values VALUES("834", "1", "834", "0.5", "0"); INSERT INTO flashchat_config_values VALUES("835", "1", "835", "jpg,swf", "0"); INSERT INTO flashchat_config_values VALUES("836", "1", "836", "524288", "0"); INSERT INTO flashchat_config_values VALUES("837", "1", "837", "744", "0"); INSERT INTO flashchat_config_values VALUES("838", "1", "838", "jpg,gif,png,swf", "0"); INSERT INTO flashchat_config_values VALUES("839", "1", "839", "104857.6", "0"); INSERT INTO flashchat_config_values VALUES("840", "1", "840", "744", "0"); INSERT INTO flashchat_config_values VALUES("841", "1", "841", "1", "0"); INSERT INTO flashchat_config_values VALUES("842", "1", "842", "0", "0"); INSERT INTO flashchat_config_values VALUES("843", "1", "843", "http://www.tufat.com/chat.php", "0"); INSERT INTO flashchat_config_values VALUES("844", "1", "844", "_parent", "0"); INSERT INTO flashchat_config_values VALUES("845", "1", "845", "0", "0"); INSERT INTO flashchat_config_values VALUES("846", "1", "846", "modules/mp3_player/mp3player.swf", "0"); INSERT INTO flashchat_config_values VALUES("847", "1", "847", "false", "0"); INSERT INTO flashchat_config_values VALUES("848", "1", "848", "50", "0"); INSERT INTO flashchat_config_values VALUES("849", "1", "849", "50", "0"); INSERT INTO flashchat_config_values VALUES("850", "1", "850", "40", "0"); INSERT INTO flashchat_config_values VALUES("851", "1", "851", "40", "0"); INSERT INTO flashchat_config_values VALUES("852", "1", "852", "./appdata/appTime.txt", "0"); INSERT INTO flashchat_config_values VALUES("853", "1", "853", "./appdata/bots.txt", "0"); INSERT INTO flashchat_config_values VALUES("854", "1", "854", "#$%^+", "0"); INSERT INTO flashchat_config_values VALUES("855", "1", "855", "arses", "1"); INSERT INTO flashchat_config_values VALUES("856", "1", "856", "@hole", "1"); INSERT INTO flashchat_config_values VALUES("857", "1", "857", "b***h", "1"); INSERT INTO flashchat_config_values VALUES("858", "1", "858", "", "1"); INSERT INTO flashchat_config_values VALUES("859", "1", "859", "", "1"); INSERT INTO flashchat_config_values VALUES("860", "1", "860", "", "1"); INSERT INTO flashchat_config_values VALUES("861", "1", "861", "", "1"); INSERT INTO flashchat_config_values VALUES("862", "1", "862", "", "1"); INSERT INTO flashchat_config_values VALUES("863", "1", "863", "", "1"); INSERT INTO flashchat_config_values VALUES("864", "1", "864", "", "1"); INSERT INTO flashchat_config_values VALUES("865", "1", "865", "", "1"); INSERT INTO flashchat_config_values VALUES("866", "1", "866", "", "1"); INSERT INTO flashchat_config_values VALUES("867", "1", "867", "", "1"); INSERT INTO flashchat_config_values VALUES("868", "1", "868", "", "1"); INSERT INTO flashchat_config_values VALUES("869", "1", "869", "", "1"); INSERT INTO flashchat_config_values VALUES("870", "1", "870", "", "1"); INSERT INTO flashchat_config_values VALUES("871", "1", "871", "", "1"); INSERT INTO flashchat_config_values VALUES("872", "1", "872", "", "1"); INSERT INTO flashchat_config_values VALUES("873", "1", "873", "", "1"); INSERT INTO flashchat_config_values VALUES("874", "1", "874", "", "1"); INSERT INTO flashchat_config_values VALUES("875", "1", "875", "", "1"); INSERT INTO flashchat_config_values VALUES("876", "1", "876", "", "1"); INSERT INTO flashchat_config_values VALUES("877", "1", "877", "", "1"); INSERT INTO flashchat_config_values VALUES("878", "1", "878", "", "1"); INSERT INTO flashchat_config_values VALUES("879", "1", "906", "21", "0"); INSERT INTO flashchat_config_values VALUES("940", "1", "967", "16", "0"); INSERT INTO flashchat_config_values VALUES("938", "1", "965", "13", "0"); INSERT INTO flashchat_config_values VALUES("945", "1", "972", "Georgia", "0"); INSERT INTO flashchat_config_values VALUES("947", "1", "974", "20", "0"); INSERT INTO flashchat_config_values VALUES("936", "1", "963", "11", "0"); INSERT INTO flashchat_config_values VALUES("1840", "1", "983", "", "1"); INSERT INTO flashchat_config_values VALUES("953", "1", "980", "21", "0"); INSERT INTO flashchat_config_values VALUES("954", "1", "981", "5", "0"); INSERT INTO flashchat_config_values VALUES("955", "1", "982", "30", "0"); INSERT INTO flashchat_config_values VALUES("2724", "1", "984", "1", "0"); INSERT INTO flashchat_config_values VALUES("2725", "1", "985", "true", "0"); INSERT INTO flashchat_config_values VALUES("2726", "1", "986", "true", "0"); INSERT INTO flashchat_config_values VALUES("2727", "1", "988", "", "0"); INSERT INTO flashchat_config_values VALUES("2728", "1", "987", "macintosh", "0"); INSERT INTO flashchat_config_values VALUES("2729", "1", "989", "", "0"); INSERT INTO flashchat_config_values VALUES("2730", "1", "990", "false", "0"); INSERT INTO flashchat_config_values VALUES("2731", "1", "991", "right", "0"); INSERT INTO flashchat_config_values VALUES("2732", "1", "992", "", "0"); INSERT INTO flashchat_config_values VALUES("2733", "1", "993", "", "0"); INSERT INTO flashchat_config_values VALUES("2734", "1", "994", "", "0"); INSERT INTO flashchat_config_values VALUES("2735", "1", "995", "", "0"); INSERT INTO flashchat_config_values VALUES("2736", "1", "996", "text", "0"); INSERT INTO flashchat_config_values VALUES("2737", "1", "997", "150", "0"); INSERT INTO flashchat_config_values VALUES("2738", "1", "998", "true", "0"); INSERT INTO flashchat_config_values VALUES("2739", "1", "999", "right", "0"); INSERT INTO flashchat_config_values VALUES("2740", "1", "1000", "", "0"); INSERT INTO flashchat_config_values VALUES("2741", "1", "1001", "", "0"); INSERT INTO flashchat_config_values VALUES("2742", "1", "1002", "", "0"); INSERT INTO flashchat_config_values VALUES("2743", "1", "1003", "", "0"); INSERT INTO flashchat_config_values VALUES("2744", "1", "1004", "text", "0"); INSERT INTO flashchat_config_values VALUES("2745", "1", "1005", "150", "0"); INSERT INTO flashchat_config_values VALUES("2746", "1", "1006", "right", "0"); INSERT INTO flashchat_config_values VALUES("2747", "1", "1007", "", "0"); INSERT INTO flashchat_config_values VALUES("2748", "1", "1008", "", "0"); INSERT INTO flashchat_config_values VALUES("2749", "1", "1009", "", "0"); INSERT INTO flashchat_config_values VALUES("2750", "1", "1010", "", "0"); INSERT INTO flashchat_config_values VALUES("2751", "1", "1011", "left", "0"); INSERT INTO flashchat_config_values VALUES("2752", "1", "1012", "", "0"); INSERT INTO flashchat_config_values VALUES("2753", "1", "1013", "", "0"); INSERT INTO flashchat_config_values VALUES("2754", "1", "1014", "", "0"); INSERT INTO flashchat_config_values VALUES("2755", "1", "1015", "", "0");