dede限制違規詞**
//在/dede/article_edit.php在/dede/article_add.php中的**:大概在118行if(!testpurview('a_check,a_acccheck,a_mycheck'))詞彙過濾檢查
if( $cfg_notallowstr != '')
showmsg("文章標題涉及違規詞「".$i."」請刪除","-1");
exit
(); }
if(preg_match("#".$cfg_notallowstr."#i", $shorttitle,$mc
))
showmsg("文章簡略標題涉及違規詞「".$i."」請刪除","-1");
exit
(); }
if(preg_match("#".$cfg_notallowstr."#i", $description,$mc
))
showmsg("文章摘要涉及違規詞「".$i."」請刪除","-1");
exit
(); }
if(preg_match("#".$cfg_notallowstr."#i", $body,$mc
))
showmsg("文章內容涉及違規詞「".$i."」請刪除","-1");
exit
(); }
}
之前新增**:
在這裡新增違規詞
Input輸入框內容限制
輸入大小寫字母 數字 下劃線 input type text onkeyup this.value this.value.replace w g,輸入小寫字母 數字 下劃線 input type text onkeyup this.value this.value.replace a z0 9 g,...
正規表示式校驗,input允許輸入內容限制
1.exec和match檢索字串 var patrn 0?13 14 15 17 18 19 0 9 let s 15071447702 if patrn.exec s null var reg u4e00 u9fa5 var r sdf23折了 match reg if r null 結果為nul...
dede後台上傳檔案大小限制
伺服器版本是 windows server 2003 sp2 wordpress架設 iis php mysql 1 首先在 根目錄下建乙個info.php檔案 例如 d wwwroot wp 這個是 的根目錄,在此目錄下,新建乙個txt文件,輸入如下 然後另存為info.php 1 2echo p...