删除“最新动态信息”【1.7.2.3060 (Tenet)    版本】


找到zb_system/function/c_system_admin.php  大概行位置。注释掉下面代码即可。


echo '<table class="tableFull tableBorder table_striped table_hover" id="tbUpdateInfo"><tr><th>&nbsp;' . $zbp->lang['msg']['latest_news'];
if ($zbp->CheckRights('root')) {
    echo '&nbsp;<a href="javascript:updateinfo(\'' . BuildSafeCmdURL('act=misc&type=updateinfo') . '\');">[' . $zbp->lang['msg']['refresh'] . ']</a>';
}
echo ' <img id="infoloading" style="display:none" src="../image/admin/loading.gif" alt=""/></th></tr>';
 
if ((time() - (int) $zbp->cache->reload_updateinfo_time) > (47 * 60 * 60) && $zbp->CheckRights('root') && $echoStatistic == true) {
    echo '<script type="text/javascript">$(document).ready(function(){ updateinfo(\'' . BuildSafeCmdURL('act=misc&type=updateinfo') . '\'); });</script>';
} else {
    echo $zbp->cache->reload_updateinfo;
}
 
echo '</table>';


1.7.1.2995 (Tenet); AppCentre2.75    版本大概在    75    行至    100    行;包括 “    Z-BlogPHP网站和程序开发    ”



删除“Z-BlogPHP网站和程序开发”    【1.7.2.3060 (Tenet)    版本】


找到zb_system/function/c_system_admin.php,大概行位置,注释掉下面代码即可。


    $s = file_get_contents($zbp->path . "zb_system/defend/thanks.html");
    $s = str_replace('Z-BlogPHP网站和程序开发', $zbp->lang['msg']['develop_intro'], $s);
    $s = str_replace('程序', $zbp->lang['msg']['program'], $s);
    $s = str_replace('界面', $zbp->lang['msg']['interface'], $s);
    $s = str_replace('支持', $zbp->lang['msg']['support'], $s);
    $s = str_replace('感谢', $zbp->lang['msg']['thanks'], $s);
    $s = str_replace('相关链接', $zbp->lang['msg']['website'], $s);
    echo $s;



更改后台首页右上方“官方网站”地址 


需要更改的后台文件路径及文件:


找到:/zb_system/function /c_system_admin_function.php   

c_system_admin_function.php   文件里修改相应即可。


1.7.1.2995 (Tenet); AppCentre2.75    版本大概在    215    行】


更新时间: 2023-06-16 Tag:blog_note
相关文章
Top