⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chat.js.tpl.php

📁 一个开源免费的php chat.采用txt作数据库,性能不错.
💻 PHP
字号:
<?php include($c->getFilePathFromTheme('templates/chat-pre.js.tpl.php')); ?>/* preload smileys */preloadImages(  <?php foreach ($smileys as $s_file => $s_str) { ?>   '<?php echo $s_file; ?>',  <?php } ?>  '');/* create our client which will to all the work ! */var pfc = new pfcClient();<?php if ($connect_at_startup) { ?>pfc.connect_disconnect();<?php } ?>pfc.refresh_loginlogout();pfc.refresh_nickmarker();pfc.refresh_clock();pfc.refresh_minimize_maximize();pfc.refresh_Smileys();pfc.refresh_WhosOnline();<?php if ($debugxajax) { ?>xajax.DebugMessage = function(text){  var s = new String(text);  text = s.escapeHTML();  rx  = new RegExp('&lt;','g');  text = text.replace(rx, '\n&lt;');  $('debugxajax').innerHTML += '\n---------------\n' + text;}<?php } ?><?php include($c->getFilePathFromTheme('templates/chat-post.js.tpl.php')); ?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -