精華 帝國(guó)PHP系統(tǒng)CMS有移動(dòng)端同步生成插件的,同步刪除手機(jī)文件的方法
<p>在安裝有帝國(guó)php系統(tǒng)移動(dòng)端同步插件在后臺(tái)刪除信息后手機(jī)端其實(shí)并沒(méi)有同步刪除,現(xiàn)在我們通過(guò)修改系統(tǒng)默認(rèn)文件來(lái)實(shí)現(xiàn)這個(gè)功能。</p>
在沒(méi)修改前需要手工去手機(jī)端目錄去刪除文件,現(xiàn)在終于有方法解決了這個(gè)問(wèn)題,代碼如下:
找到文件件e/class/functions.php,查找"function DelNewsFile",找到函數(shù)DelNewsFile,把開(kāi)頭和結(jié)尾中間部分替換成以下代碼:
function?DelNewsFile($filename,$newspath,$classid,$newstext,$groupid=0){
global?$class_r,$addgethtmlpath,$mob_r;
include_once?ECMS_PATH."e/dongpo/mob/config.php";?//文件類型
if($groupid)
{
$filetype=".php";
}
else
{
$filetype=$class_r[$classid][filetype];
}
//是否有日期目錄
if(empty($newspath))
{
$mynewspath="";
}
else
{
$mynewspath=$newspath."/";
}
$iclasspath=ReturnSaveInfoPath($classid,$id);
$r=explode("