Wenn ich einen Doppelklick auf die Datei mache, dann öffnet er mir im Internet-Explorer eine neue Seite wo dann dieser Buchstabensalat zu sehen ist:
Code: Alles auswählen
123FlashChat module for phpBB $template->assign_vars(array( 'S_FC_SERVER' => (isset($config['fc_server']) && $config['fc_server']) ? $config['fc_server'] : '', 'S_DISPLAY_FC_STATUS' => (isset($config['fc_status']) && $config['fc_status']) ? $config['fc_status'] : '' , 'S_DISPLAY_FC_ROOM_LIST' => (isset($config['fc_room_list']) && $config['fc_room_list']) ? $config['fc_room_list'] : '', 'S_DISPLAY_FC_USER_LIST' => (isset($config['fc_user_list']) && $config['fc_user_list']) ? $config['fc_user_list'] : '', 'U_FC_STATUS_JS' => append_sid("{$phpbb_root_path}fchat.$phpEx", 't=status'), 'U_FC_ROOMS_JS' => append_sid("{$phpbb_root_path}fchat.$phpEx", 't=room_list'), 'U_FC_USERS_JS' => append_sid("{$phpbb_root_path}fchat.$phpEx", 't=user_list'), 'S_FC_LIVE_SHOW' => 'LIVE SHOW', 'S_SHOW_LIVE' => (isset($config['fc_show_live']) && $config['fc_show_live']) ? $config['fc_show_live'] : '', 'S_DIS_PROFILE' => (isset($config['fc_dis_profile']) && $config['fc_dis_profile']) ? $config['fc_dis_profile'] : '', 'S_FC_OWN_W' => (isset($config['fc_own_width']) && $config['fc_own_width']) ? $config['fc_own_width'] : '', 'S_FC_OWN_H' => (isset($config['fc_own_height']) && $config['fc_own_height']) ? $config['fc_own_height'] : '', 'S_FC_STY' => (isset($config['fc_sty']) && $config['fc_sty']) ? $config['fc_sty'] : '', 'S_FC_LIVEURL' => (isset($config['fc_liveurl']) && $config['fc_liveurl']) ? $config['fc_liveurl'] : '', 'S_FC_LIVEROOM' => (isset($config['fc_liveroom']) && $config['fc_liveroom']) ? $config['fc_liveroom'] : '', 'S_FC_CLIENT_LOC' => (isset($config['fc_client_loc']) && $config['fc_client_loc']) ? $config['fc_client_loc'] : '', 'S_FC_SERVER_HOST' => (isset($config['fc_server_host']) && $config['fc_server_host']) ? $config['fc_server_host'] : '', 'S_FC_SERVER_PORT' => (isset($config['fc_server_port']) && $config['fc_server_port']) ? $config['fc_server_port'] : '', // Additional tables define('FCHAT_TABLE', $table_prefix . 'fchat'); // 123 Flash Chat Login Return Value define('FC_LOGIN_SUCCESS', 0); define('FC_LOGIN_ERROR_PASSWD', 1); define('FC_LOGIN_ERROR', 3); define('FC_LOGIN_ERROR_NOUSERID', 4); define('FC_LOGIN_SUCCESS_ADMIN', 5); 'A_COOKIE_SETTINGS' => addslashes('; path=' . $config['cookie_path'] . ((!$config['cookie_domain'] || $config['cookie_domain'] == 'localhost' || $config['cookie_domain'] == '127.0.0.1') ? '' : '; domain=' . $config['cookie_domain']) . ((!$config['cookie_secure']) ? '' : '; secure')), 'FC_CLIENT_LOC' => (!empty($config['fc_client_loc']))?$config['fc_client_loc']:'', 'FC_CLIENT_SIZE' => (!empty($config['fc_client_height']) && $config['fc_client_height'] != '100%') ? 'width='.$config['fc_client_width'].',height='.$config['fc_client_height'] : 'fullscreen=1', 'S_FC_CLIENT_EMBED' => (!empty($config['fc_client_loc']))?$config['fc_client_embed']:'', 'U_FC_CLIENT_I' => append_sid("{$phpbb_root_path}123flashchat.$phpEx"), 'default_dateformat' => 'D M d, Y g:i a', // Mon Jan 01, 2007 1:37 pm // 123 Flash Chat 'FC_CHAT' => 'Chat', 'FC_STATUS' => 'CHAT ROOMS', 'FC_TOTAL_ROOMS' => 'Total rooms <strong>%d</strong>', 'FC_TOTAL_CONNECTIONS' => 'Total connections <strong>%d</strong>', 'FC_LOGIN_USERS' => 'Login users <strong>%d</strong>', 'FC_ROOM_LIST' => 'Chat rooms:', 'FC_USER_LIST' => 'Online users:', 'FC_TITLE' => '123 Flash Chat', 'FC_NONE' => 'None', <!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p> <!-- ENDIF --> <!-- IF S_DISPLAY_FC_STATUS --> <h3><a href="{U_FC_CLIENT_I}" <!-- IF not S_FC_CLIENT_EMBED --> onclick="openChat(this.href);return false;"<!-- ENDIF -->>{L_FC_STATUS}</a></h3> <p><script type="text/javascript" src="{U_FC_STATUS_JS}"></script> <!-- IF S_FC_SERVER neq 2 --><!-- IF S_DISPLAY_FC_ROOM_LIST --><br /><br /> {L_FC_ROOM_LIST} <script type="text/javascript" src="{U_FC_ROOMS_JS}"></script> <!-- ENDIF --><!-- ENDIF --> <!-- IF S_DISPLAY_FC_USER_LIST --><br /><br /> {L_FC_USER_LIST} <script type="text/javascript" src="{U_FC_USERS_JS}"></script> <!-- ENDIF --></p> <a href="{U_FC_CLIENT_I}" <!-- IF not S_FC_CLIENT_EMBED --> onclick="openChat(this.href);return false;"<!-- ENDIF -->>Chat Now!</a> <!-- IF S_SHOW_LIVE --><!-- IF S_FC_SERVER neq 2 --> <h3><a href="www.123flashchat.com">{S_FC_LIVE_SHOW}</a></h3> <div id="live_show_123flashchat" align="left" style="width:{S_FC_OWN_W}px; height:{S_FC_OWN_H}px"> <link rel="stylesheet" id="css_123flashchat" type="text/css" href="{S_FC_CLIENT_LOC}liveshow/css/{S_FC_STY}.css" /> <div id="loading_123flashchat" align="center"> <div class="loading_main_123flashchat"> <a href="http://www.123flashchat.com" class="logo" title="123 Flash Chat" target="_blank"> <img src="{S_FC_CLIENT_LOC}liveshow/images/123flashchat_logo.gif" alt="123 Flash Chat" style="cursor:point;border: 0px none"/> </a> </div> <div class="loading_main_123flashchat"><img src="{S_FC_CLIENT_LOC}liveshow/images/loading_image.gif"></div> </div> <script language="javascript"> var init_host_123flashchat = "{S_FC_SERVER_HOST}"; var init_port_123flashchat = "{S_FC_SERVER_PORT}"; var init_host_s_123flashchat = "{S_FC_SERVER_HOST}"; var init_port_s_123flashchat = ""; var init_host_h_123flashchat = "{S_FC_SERVER_HOST}"; var init_port_h_123flashchat = ""; var init_group_123flashchat = "default"; var init_room_123flashchat = "{S_FC_LIVEROOM}"; var http_root_123flashchat = "{S_FC_CLIENT_LOC}liveshow"; </script> <script language='javascript' src='{S_FC_CLIENT_LOC}liveshow/js/123flashchat_liveshow.js'></script> <script language='javascript' src="{S_FC_CLIENT_LOC}liveshow/123flashchat_liveshow_core.js"></script> </div><!-- ENDIF --> <!-- ENDIF --> <div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group <!-- We appreciate you retain the full copyright notice below --> <br />Chat Room Powered By 123 <a href="http://www.123flashchat.com/" onclick="window.open(this.href);return false;">Flash Chat</a> © 2010 <a href="http://www.topcmm.com/" onclick="window.open(this.href);return false;">TopCMM Software Corp.</a> eval(onunload_functions[i]); } } function openChat(url) { var isWin=(navigator.appVersion.indexOf("Win")!=-1)? true : false; var isIE=(navigator.appVersion.indexOf("MSIE")!=-1)? true : false; var notIE7 = (navigator.appVersion.indexOf("MSIE 7.0")!=-1)? false : true; var clientSize = '{FC_CLIENT_SIZE}'; if (clientSize =='fullscreen=1') { if(!isWin || !isIE || !notIE7) { clientSize = "width="+screen.availWidth+",height="+screen.availHeight; } } window.open(url, '123flashchat', clientSize); } <ul class="linklist rightside"> <li class="icon-chat"><a href="{U_FC_CLIENT_I}" <!-- IF not S_FC_CLIENT_EMBED --> onclick="openChat(this.href);return false;"<!-- ENDIF -->>{L_FC_CHAT}</a></li> .rtl .icon-bookmark, .rtl .icon-bump, .rtl .icon-subscribe, .rtl .icon-unsubscribe, .rtl .icon-pages, .rtl .icon-search { .rtl .icon-bookmark, .rtl .icon-bump , .rtl .icon-chat .sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout, .sitehome , .icon-chat .icon-bump { background-image: url("{T_THEME_PATH}/images/icon_bump.gif"); } .icon-chat { background-image: url("{T_THEME_PATH}/images/icon_fchat.gif"); } * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License define('UMIL_VERSION', '1.0.4'); define('UMIL_VERSION', '1.0. 4 3 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License