📄 config.php
字号:
<?
// Wapmess, originally developed by G鰎an (depeh) Johansson, Sweden
//
// Feel free to improve this program in any way you can, but please share your version!
// More info and the latest version is avaiable at:
// http://sourceforge.net/projects/wapmess/
/*
You must enter the information below this field BEFORE you use the Wapmess
Icqtalk-client.
*/
// The MySQL database (eg. "icqtalk")
$db_name="icqtalk";
// The MySQL database-server (eg. "localhost" or "192.168.20.2" etc.)
$db_server="localhost";
// Database-user (eg. "root")
$db_user="root";
// Password for the database user (eg. "")
$db_pass="";
// PHP CLI (Command Line Interface)home-directory (most commonly "c:/php/cli/")
$php_cli_home="c:/php/cli/";
/*
The parameters below you should NOT change if you do not know what you are doing!!
*/
// Application name to be shown in the WAP-browser
$app_name="wapmess";
// Timeout for the server.
// The number of seconds that the server should wait until it logs out of ICQ.$timeout_seconds=60*10;// hur often the wap-browser refreshes$client_refresh_time=100;
// How often the server-part should write the time (2= every second second)
$server_action_rate=2;
// Max time allowed to pass from which the last life-sign was seen to when the user
// should be considered OFFLINE
$alive_limit_seconds=10;$wwwname="http://".$SERVER_NAME.$SCRIPT_NAME;$wwwpath=substr($wwwname,0,strrpos($wwwname,"/"));
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -