?? config.php
字號(hào):
<?
require(dirname(__FILE__)."/../../include/config_base.php");
if(empty($gotopagerank)) $gotopagerank="";
if($gotopagerank=="admin")
{
require(dirname(__FILE__)."/../../include/inc_userlogin.php");
$cuserLogin = new userLogin();
}
//設(shè)置為 0,表示留言需要審核
//如果設(shè)置為 1 ,則留言不需要審核就能顯示
$needCheck = 0;
function trimMsg($msg,$gtype=0)
{
$notallowstr="法輪|江澤民|她媽|它媽|他媽|你媽|fuck|去死|賤人|走光|偷拍|色情|激情|sex|操B";
$msg = htmlspecialchars(trim($msg));
if($gtype==1){
$msg = nl2br($msg);
$msg = str_replace(" "," ",$msg);
}
$msg = eregi_replace($notallowstr,"***",$msg);
return $msg;
}
?>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -