ZBlog php版本博客的评论、留言模板的外链变内链的方法

搬瓦工机场JMS

zblog php版本利于SEO的外链跳转形式的有用方法,可以把外链跳转的形式更改为http://域名/url.php?url=http://www.vpsqk.com或http://域名/goto.php?url=http://www.vpsqk.com。而网上流传的都是ZBlog asp版本的形式,已经不适合了。其实,道理是相同的,经测试,该代码也可以在WordPress和Typecho等绝大多数程序上使用。

1、新建一个goto.php文件,放在根目录,内容为:

PHP
<?php$url = $_GET['url'];?><html><head><meta charset="utf-8" /><meta name="robots" content="nofollow" /><meta http-equiv="refresh" content="1.8;url=<?php echo $url; ?>" /><title>VPS全科网正在为您跳转……</title><style>body{background:#000}.loading{-webkit-animatiON:fadein 2s;-moz-animation:fadein 2s;-o-animation:fadein 2s;animation:fadein 2s}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}.spinner-wrapper{position:absolute;top:0;left:0;z-index:300;height:100%;min-width:100%;min-height:100%;background:rgba(255,255,255,0.93)}.spinner-text{position:absolute;top:41.5%;left:47%;margin:16px 0 0 35px;color:#BBB;letter-spacing:1px;font-weight:700;font-size:9px;font-family:Arial}.spinner{position:absolute;top:40%;left:45%;display:block;margin:0;width:1px;height:1px;border:25px solid rgba(100,100,100,0.2);-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;border-left-color:transparent;border-right-color:transparent;-webkit-animation:spin 1.5s infinite;-moz-animation:spin 1.5s infinite;animation:spin 1.5s infinite}@-webkit-keyframes spin{0%,100%{-webkit-transform:rotate(0deg) scale(1)}50%{-webkit-transform:rotate(720deg) scale(0.6)}}@-moz-keyframes spin{0%,100%{-moz-transform:rotate(0deg) scale(1)}50%{-moz-transform:rotate(720deg) scale(0.6)}}@-o-keyframes spin{0%,100%{-o-transform:rotate(0deg) scale(1)}50%{-o-transform:rotate(720deg) scale(0.6)}}@keyframes spin{0%,100%{transform:rotate(0deg) scale(1)}50%{transform:rotate(720deg) scale(0.6)}}</style></head><body><div class="loading">
  <div class="spinner-wrapper">
   <span class="spinner-text">记得下次回来哦,VPS全科网欢迎您。网址:http://www.vpsqk.com</span>
    <span class="spinner"></span>
  </div></div></body></html>

2、打开你的主题下template文件夹里面的comment.php文件,

找到:{$comment.Author.HomePage}

修改为:{$host}goto.php?url={$comment.Author.HomePage}

3、保存后在后台首页更新一下缓存即可。

4、完成。。。

5、说明:这里所做的只是评论区访客留下来的网址,其他地方自己照样子去操作即可。

6、对于图片的说明:做出来后,效果应该是:你的域名/goto.php?url=其他网址。

未经允许不得转载:搬瓦工VPS_美国VPS » ZBlog php版本博客的评论、留言模板的外链变内链的方法

赞 (0) 打赏

相关推荐

    暂无内容!

评论 0

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏