学做网站培训课程介绍

当前位置:

ZBLOG实现指定分类下文章蜘蛛抓取正常用户404

ZBLOG实现指定分类下文章蜘蛛抓取正常用户404,就是指定某个栏目下的文章,搜索蜘蛛抓取时是正常的,但普通用户浏览是404。可以通过判断代码来实现。

ZBLOG文章页模板路径:(修改后,在后台--主题管理重启一下模板,或者在主机里修改一下模板文件夹名,再改回来)

/zb_users/theme/模板名/template/single.php

代码如下:


<?php die();?>
{if $article.Category.ID =='8'}

{php}
$useragent = addslashes(strtolower($_SERVER['HTTP_USER_AGENT']));
$bot='';
if (strpos($useragent, 'googlebot')!== false){$bot = 'Google';}
elseif (strpos($useragent,'mediapartners-google') !== false){$bot = 'Google Adsense';}
elseif (strpos($useragent,'baiduspider') !== false){$bot = 'Baidu';}
elseif (strpos($useragent,'sogou spider') !== false){$bot = 'Sogou';}
elseif (strpos($useragent,'sogou web') !== false){$bot = 'Sogou web';}
elseif (strpos($useragent,'48.0.2564.116') !== false){$bot = 'baidu';}
elseif (strpos($useragent,'sosospider') !== false){$bot = 'SOSO';}
elseif (strpos($useragent,'360spider') !== false){$bot = '360Spider';}
elseif (strpos($useragent,'yahoo') !== false){$bot = 'Yahoo';}
elseif (strpos($useragent,'msn') !== false){$bot = 'MSN';}
elseif (strpos($useragent,'msnbot') !== false){$bot = 'msnbot';}
elseif (strpos($useragent,'sohu') !== false){$bot = 'Sohu';}
elseif (strpos($useragent,'yodaoBot') !== false){$bot = 'Yodao';}
elseif (strpos($useragent,'twiceler') !== false){$bot = 'Twiceler';}
elseif (strpos($useragent,'ia_archiver') !== false){$bot = 'Alexa_';}
elseif (strpos($useragent,'iaarchiver') !== false){$bot = 'Alexa';}
elseif (strpos($useragent,'slurp') !== false){$bot = '雅虎';}
elseif (strpos($useragent,'bot') !== false){$bot = '其它蜘蛛';}
{/php}

{if $bot !=''}

{template:header}
{if $article.Type==ZC_POST_TYPE_ARTICLE}
{template:post-single}
{else}
{template:post-page}
{/if}
{template:footer}

{else}
<p style="padding:50px;text-align:center;">404 NO FOUND!</p>

{/if}

{else}

{template:header}
{if $article.Type==ZC_POST_TYPE_ARTICLE}
{template:post-single}
{else}
{template:post-page}
{/if}
{template:footer}

{/if}

如果需要某个分类下的文章源代码存在,但TITLE为404,可以使用以下的代码:


{if $article.Category.ID =='8'}
<script>
$('title').html('404 Not Found');
$('body').html('<!DOCTYPE html>\n' +
'<html lang="en">\n' +
'<head>\n' +
'    <meta charset="UTF-8">\n' +
'    <meta name="viewport" content="width=device-width, initial-scale=1.0">\n' +
'    <title>404</title>\n' +
'    <style> * { max-width: initial !important; } </style>\n' +
'</head>\n' +
'<body style="margin: 0;padding: 0;">\n' +
// '    <div style="width: 100%;height: 100%;">\n' +
// '        <img src="/deleted/skin/4.png" alt="" style="background-size: 100% 100%;background-repeat: no-repeat;width: 100%;height: 100%;">\n' +
// '    </div>\n' +
'    <center><h1>404 Not Found</h1></center>\n' +
'    <hr><center>nginx</center>\n' +
'</body>\n' +
'</html>');
</script>
{/if}

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注

相关教程

  • 通常我们制作网站的二级菜单都是使用普通的下拉展开的方式,但也有网站的下拉二级菜单是带有图片的布局。如下图:怎么制作这样的带图的二级下拉菜单
  • 默认情况下,服务器的PHP上传限制为50M,对于多数上传是足够了。如果想在网站后台上传更大的文件,可以在宝塔后台修改上传限制50M的大小。方法如下:
  • 做网站时,有时需要在网站前台制作一个表单,表单里有点击上传图片的功能。怎么自己使用PHP制作这种网站前台表单上传图片到服务器功能呢?下面分享
  • 这个教程将讲解Wordpress + Elementor可视化开发外贸独立网站的整个过程,将以视频案例的方式一步步讲解如何可视化开发外贸独立网站。以下是可视化开
  • 制作外贸网站时,如果想在网站的网页中嵌入地图,我们需要嵌入英文版地图。如下图:怎么做到嵌入这样的英文版地图呢,下面学做网站论坛就来介绍一下
  • 网站导航菜单中常见的有二级下拉菜单,这个制作起来相对比较简单。如果网站项目比较多时,可以制作三级下拉菜单,可以更好的展示项目。如下图:怎么
  • 现在很多网站都安装了SSL证书来实现加密访问,SSL证书一般是申请后可以使用一年,一年到期后再次申请重新布署。但有些站长会遇到这样的情况,网站旧
  • WordPress程序里的某个PHP文件,如果想连接数据库,一般需要填写数据库名、数据库用户、密码等信息,如下:<?php$conn=mysqli_connect(&qu
  • 我们做网站一般都是做自适应结构,不同用户使用不同的浏览设备可以浏览不同的版面的网站。但有时为了特殊的要求,我们不希望自己的网站手机端自适应,
  • 我们制作网站前台提交发布界面时,富文本编辑器常常使用kindeditor 编辑器,kindeditor 编辑器支持用户上传图片和附件,通常情况下编辑器是不限制附件