1 | 首先是点击进入到的控制面板,然后找到文件管理选项。
2 | 点击进入之后找到站点的根目录。
3 | 进入到这个目录之后找到的程序后台的的路径:/dede/archives_do.php,点击编辑。
4 | 修改代码操作,
查找代码:
$maintable = ( trim($row[maintable])== ? dede_archives : trim($row[maintable]) );$dsql>ExecuteNoneQuery("Update `dede_arctiny` set arcrank= where id=$aid ");if($row[issystem]==){$dsql>ExecuteNoneQuery("Update `"trim($row[addtable])"` set arcrank= where aid=$aid ");}else{$dsql>ExecuteNoneQuery("Update `$maintable` set arcrank= where id=$aid ");}$pageurl = MakeArt($aidfalse);}ShowMsg("成功审核指定的文档!"$ENV_GOBACK_URL);修改为:$maintable = ( trim($row[maintable])== ? dede_archives : trim($row[maintable]) );$newdate = time();$dsql>ExecuteNoneQuery("Update `dede_arctiny` set sortrank=$newdatesenddate=$newdatearcrank= where id=$aid ");if($row[issystem]==){$dsql>ExecuteNoneQuery("Update `"trim($row[addtable])"` set sortrank=$newdatepubdate=$newdatesenddate=$newdatearcrank= where aid=$aid ");}else{$dsql>ExecuteNoneQuery("Update `$maintable` set sortrank=$newdatepubdate=$newdatesenddate=$newdatearcrank= where id=$aid ");}$pageurl = MakeArt($aidfalse);}ShowMsg("成功审核指定的文档!"$ENV_GOBACK_URL);