2009年6月3日星期三

[GFW Blog] 构建和谐社会,自觉维护博客

 
使用wordpress的朋友,打开index.php,在最前面添加下面的代码:
 
  1. 网站将会在北京时间明天自动进入维护状态
  2. 对搜索引擎无影响

借用了朋友给的判断搜索引擎的代码,若您有更好的建议,或者发现有问题,请到这里 http://www.storyday.com/html/y2009/2387_site-maintenance-notice.html 留言,或者twitter @cosbeta,我将随时更新这个doc

注意,保存index.php的时候一定要选择utf8编码模式

下面是代码:

function fromasearchengine(){
//判断是否来自搜索引擎
   if(preg_match("/(Bot|Crawl|Spider|slurp|sohu-search|lycos|robozilla)/i", $_SERVER['HTTP_USER_AGENT'])) {
    return true;
}
else return false;
}


if( date("Y-m-d") == '2009-06-04' ){

    if( !fromasearchengine() ){

        //非搜索引擎

        ini_set('date.timezone','Asia/Shanghai');//将市区设为中国市区

        header("Content-type: text/html; charset=utf8");

        echo ("因技术故障,本站今日维护");

        echo date("Y-m-d");

        die();
    }
}
 
GFW Blog附:本站维护通知

由于“技术故障”,本blog即日起开始维护,将会在6月5日再次开放。

若您是使用wordpress,您的blog也出现了技术故障,请修改web根目录下的index.php,在最前面添加如下代码即可,详细说明,参见以下链接:

http://docs.google.com/View?id=dfmzrmzj_222cm4sx7fc

 
 


--
Posted By GFW Blog to GFW Blog at 6/03/2009 01:36:00 A
--~--~---------~--~----~------------~-------~--~----~
GFW Blog又被封了,您可以通过以下网址翻墙访问:
https://meme2028.appspot.com/chinagfw.org/
https://soproxy.appspot.com/chinagfw.org/
https://proxytea.appspot.com/chinagfw.org/
https://quick-proxy.appspot.com/chinagfw.org/
https://free4internet.appspot.com/chinagfw.org/ 。 您也可以使用Google Reader订阅我们,订阅地址:http://chinagfw.org/feeds/posts/default。
To unsubscribe from this group, send email to
gfw-blog+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gfw-blog?hl=zh-CN
-~----------~----~----~----~------~----~------~--~---

没有评论:

发表评论