system. Code: Bob Shen Offical site: http://www.bo-blog.com Copyright (c) Bob Shen In memory of my university life ------------------------------------------------------- */ define('isIndex', 1); $begintime=getmicrotime(); $blogplugin=$section_header=$section_footer=$section_sidebar=$section_prebody=$dlstat=$blogitem=array(); require_once ("global.php"); include_once ("data/allmods.php"); include_once ("data/weather.php"); include_once ("data/cache_emot.php"); include_once ("data/cache_emsel.php"); include_once("data/cache_adminlist.php"); $isSafeMode=($_REQUEST['safemode']==1 || $_COOKIE['safemode']==1) ? true : false; if (!$isSafeMode) { include_once ("data/modules.php"); include_once("data/plugin_enabled.php"); } acceptrequest('act,go,page,part'); if (!isset($page) || !is_numeric($page) || $page<=0) $page=1; else $page=floor($page); $part=floor($part); if (empty($part)) $part=1; $pageitems=''; if ($config['blogopen']!=1 && !defined('isLogin')) { if ($permission['CP']==1) $config['message_off'].="
"; catcherror($config['message_off']); } if ($go) @list($job, $itemid)=@explode('_', basename($go)); if (!$act) $act='main'; else $act=basename($act); $itemid=safe_convert($itemid); //Load Template info for ($i=0; $i\n"; } $mbcon['images']=$template['images']; if ($permission['CP']=='1') define("ADMIN_LOGIN", 1); //Scheduled publishing scheduledpublish(); //Start Template Analyzing $t=new template; //Start Loading Modules if (file_exists("inc/mod_{$act}.php")) include ("inc/mod_{$act}.php"); els