联系空间商,更换空间为支持 PHP 的空间。 * > Contact your service provider, and let them provice a new service which supports PHP. * * * 如您自行搭建服务器,推荐您: * Configuring manually? Recommend: * * > 访问 PHP 官方网站获取安装帮助。 * > Visit PHP Official Website to get the documentation of installion and configuration. * > http://php.net * ****************************************************************************************************** */ /** * Z-Blog with PHP. * * @author Z-BlogPHP Team * @version */ require 'zb_system/function/c_system_base.php'; $zbp->RedirectInstall(); $zbp->Load(); $zbp->CheckSiteClosed(); foreach ($GLOBALS['hooks']['Filter_Plugin_Index_Begin'] as $fpname => &$fpsignal) { $fpname(); } ViewIndex(); foreach ($GLOBALS['hooks']['Filter_Plugin_Index_End'] as $fpname => &$fpsignal) { $fpname(); }