彩虹云节点购买给WordPress添加外链go跳转功能
发布时间:2025-11-04 04:33:08 作者:玩站小弟
我要评论网站内容中不免有一些外链,添加跳转为了网站的外链权重不外流,也为了用户的添加跳转安全提示,油门有必要对这些外链添加跳转提示功能,外链这篇文章给大家带来了如何为WordPress添加外链go跳转功能,添加跳转希望能对大家有所帮助。外链彩虹云节点购买方法一:纯代码实现首先,添加跳转在自己的外链wordpress网站的根目录下新建一个go.php文件,在go.php里面输入以下代码<?添加跳转php $t_url = preg_replace(/^url=(.*)$/i,$1,$_SERVER["QUERY_STRING"]); if(!empty($t_url)) { preg_match(/(http|https):\/\//,$t_url,$matches); if($matches){ $url=$t_url; $title=页面加载中,请稍候...; } else { preg_match(/\./i,$t_url,$matche); if($matche){ $url=http://.$t_url; $title=页面加载中,请稍候...; } else { $url=https://www.zztuku.com/; $title=参数错误,正在返回首页...; } } } else { $title=参数缺失,外链正在返回首页...; $url=https://www.zztuku.com/; } ?添加跳转><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="refresh" content="1;url=<?php echo $url;?>;"> <title><?php echo $title;?></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:50%;left:50%;margin-left:-90px;margin-top: 2px;color:#BBB;letter-spacing:1px;font-weight:700;font-size:36px;font-family:Arial}.spinner{position:absolute;top:50%;left:50%;display:block;margin-left:-160px;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">页面加载中,请稍候...</span> <span class="spinner"></span> </div> </div> </body> </html> 使用方法:保存之后,则外链跳转形式为: {本站地址}/go.php?外链{外链地址}使用:在添加外链的时候,只要给外链加上统一的添加跳转辅助低价发卡网跳转前缀:http://网站地址/go.php? 即可。为了防止蜘蛛爬行,外链在 Robots 禁止所有蜘蛛爬行 /go?添加跳转url 目录!Disallow: /go/ Disallow: /go?url 方法二:插件实现有些插件也能实现这个外链跳转1、Simple URLs插件:设置简单,只需要要后台设置好后缀和目标页面即可2、Link-Hopper插件:跳转链接的影视会员低价发卡平台基础地址可以随意设置3、Pretty Link Lite插件:后台功能十分强大的,还有Pro版本,不过要money的。用它完全可以做一个短网址,像t.cn和bit.ly一样。4、虚拟产品货源网Affiliate Link Cloaking插件:推广链接转换工具,用来推广你的淘宝客等要隐藏的链接,可以使用它,附带统计功能。5、WP No External Links插件:这个一款可以自动将博客内的低价卡券拿货网站外部链接转成内部链接,如http://www.baidu.com,则显示为http://www.xiaomaw.cn/goto/http://www.baidu.com,可以尝试使用这个插件防权重丢失的。6、Go Codes插件:和前面的wordpress外链跳转链接插件设置一样简单,带统计功能。游戏辅助代理进货渠道注意:插件具体使用与否可以自己尝试,这里不做太多解释,也不对插件对错负责。方法三:网友推荐创建go.php,写入:<?php if(strlen($_SERVER[REQUEST_URI]) > 384 || strpos($_SERVER[REQUEST_URI], "eval(") || strpos($_SERVER[REQUEST_URI], "base64")) { @header("HTTP/1.1 414 Request-URI Too Long"); @header("Status: 414 Request-URI Too Long"); @header("Connection: Close"); @exit; } //通过QUERY_STRING取得完整的传入数据,然后取得url=之后的所有值,兼容性更好 $t_url = preg_replace(/^url=(.*)$/i,$1,$_SERVER["QUERY_STRING"]); //此处可以自定义一些特别的外链,不需要可以删除以下5行 if ($t_url=="zztuku" ) { $t_url="//www.zztuku.com"; } elseif($t_url=="baidu") { $t_url="https://www.baidu.com/"; } //数据处理 if(!empty($t_url)) { //判断取值是卡盟24小时自动发卡平台否加密 if ($t_url == base64_encode(base64_decode($t_url))) { $t_url = base64_decode($t_url); } //对取值进行网址校验和判断 preg_match(/^(http|https|thunder|qqdl|ed2k|Flashget|qbrowser):\/\//i,$t_url,$matches); if($matches){ $url=$t_url; $title=页面加载中,请稍候...; } else { preg_match(/\./i,$t_url,$matche); if($matche){ $url=http://.$t_url; $title=页面加载中,请稍候...; } else { $url = http://.$_SERVER[HTTP_HOST]; $title=参数错误,正在返回首页...; } } } else { $title = 参数缺失,正在返回首页...; $url = http://.$_SERVER[HTTP_HOST]; } ?><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="robots" content="noindex, nofollow" /> <noscript><meta http-equiv="refresh" content="1;url=<?php echo $url;?>;"></noscript> <script>function link_jump() { //禁止其他网站使用我们的跳转页面 var MyHOST = new RegExp("<?php echo $_SERVER[HTTP_HOST]; ?>"); if (!MyHOST.test(document.referrer)) { location.href="http://" + MyHOST; } location.href="<?php echo $url;?>"; } //延时1S跳转,可自行修改延时时间 setTimeout(link_jump, 1000); //延时50S关闭跳转页面,用于文件下载后不会关闭跳转页的问题 setTimeout(function(){window.opener=null;window.close();}, 50000); </script> <title><?php echo $title;?></title> <style type="text/css">body{background:#555}.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:45%;left:50%;margin-left:-100px;margin-top:2px;color:#000;letter-spacing:1px;font-size:20px;font-family:Arial}.spinner{position:absolute;top:45%;left:50%;display:block;margin-left:-160px;width:1px;height:1px;border:20px solid rgba(255,0,0,1);-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">页面加载中,请稍候...</span> <span class="spinner"></span> </div> </div> </body> </html> 找到模板的functions.php文件添加:/*文章外链跳转伪静态版 此为新窗口打开,如不想要直接删除下面的51发卡网平台tar _ ank(安全问题不能打出来) */ add_filter(the_content,link_jump,999); function link_jump($content){ preg_match_all(//,$content,$matches); if($matches){ foreach($matches[2] as $val){ if(strpos($val,://)!==false && strpos($val,home_url())===false && !preg_match(/\.(jpg|jepg|png|ico|bmp|gif|tiff)/i,$val) && !preg_match(/(ed2k|thunder|Flashget|flashget|qqdl):\/\//i,$val)){ $content=str_replace("href=\"$val\"", "href=\"".home_url()."/go.php?".base64_encode($val)."\" rel=\"nofollow\" target=_blank ",$content); } } } return $content; } Nginx伪静态设置(跳转方式为/go/):# 外链跳转伪静态 php版本 rewrite ^/go/(.*)$ /go.php?url=$1 last; #注意go.php的实际路径,默认为网站根目录 以上代码增加了跳转美化效果,代码中已经用 base64 将源链接加密,并且加上了 nofollow,但恐怕蜘蛛还是能爬行,在 Robot s 禁止所有蜘蛛爬行 /go?url 目录!Disallow: /go/ Disallow: /go?678货源网url。
网站内容中不免有一些外链
,添加跳转为了网站的外链权重不外流
,也为了用户的添加跳转安全提示
,油门有必要对这些外链添加跳转提示功能 ,外链这篇文章给大家带来了如何为WordPress添加外链go跳转功能 ,添加跳转希望能对大家有所帮助
。外链彩虹云节点购买
方法一:纯代码实现
首先,添加跳转在自己的外链wordpress网站的根目录下新建一个go.php文件
,在go.php里面输入以下代码

添加跳转php $t_url = preg_replace(/^url=(.*)$/i,$1,$_SERVER["QUERY_STRING"]); if(!empty($t_url)) { preg_match(/(http|https):\/\//,$t_url,$matches); if($matches){ $url=$t_url; $title=页面加载中,请稍候...; } else { preg_match(/\./i,$t_url,$matche); if($matche){ $url=http://.$t_url; $title=页面加载中,请稍候...; } else { $url=https://www.zztuku.com/; $title=参数错误 ,正在返回首页...; } } } else { $title=参数缺失
,外链正在返回首页...; $url=https://www.zztuku.com/; } ?添加跳转>
使用方法:保存之后,则外链跳转形式为 : {本站地址}/go.php?外链{外链地址}
使用:在添加外链的时候,只要给外链加上统一的添加跳转辅助低价发卡网跳转前缀:http://网站地址/go.php? 即可。
为了防止蜘蛛爬行,外链在 Robots 禁止所有蜘蛛爬行 /go?添加跳转url 目录!
Disallow: /go/ Disallow: /go?url
方法二:插件实现
有些插件也能实现这个外链跳转
1、Simple URLs插件:设置简单,只需要要后台设置好后缀和目标页面即可
2、Link-Hopper插件:跳转链接的影视会员低价发卡平台基础地址可以随意设置
3 、Pretty Link Lite插件
:后台功能十分强大的 ,还有Pro版本
,不过要money的。用它完全可以做一个短网址,像t.cn和bit.ly一样。
4、虚拟产品货源网Affiliate Link Cloaking插件:推广链接转换工具,用来推广你的淘宝客等要隐藏的链接,可以使用它
,附带统计功能
。
5
、WP No External Links插件:这个一款可以自动将博客内的低价卡券拿货网站外部链接转成内部链接,如http://www.baidu.com ,则显示为http://www.xiaomaw.cn/goto/http://www.baidu.com
,可以尝试使用这个插件防权重丢失的 。
6、Go Codes插件:和前面的wordpress外链跳转链接插件设置一样简单 ,带统计功能
。游戏辅助代理进货渠道
注意:插件具体使用与否可以自己尝试,这里不做太多解释,也不对插件对错负责。
方法三:网友推荐
创建go.php
,写入 :
384 || strpos($_SERVER[REQUEST_URI], "eval(") || strpos($_SERVER[REQUEST_URI], "base64")) { @header("HTTP/1.1 414 Request-URI Too Long"); @header("Status: 414 Request-URI Too Long"); @header("Connection: Close"); @exit; } //通过QUERY_STRING取得完整的传入数据,然后取得url=之后的所有值,兼容性更好 $t_url = preg_replace(/^url=(.*)$/i,$1,$_SERVER["QUERY_STRING"]); //此处可以自定义一些特别的外链,不需要可以删除以下5行 if ($t_url=="zztuku" ) { $t_url="//www.zztuku.com"; } elseif($t_url=="baidu") { $t_url="https://www.baidu.com/"; } //数据处理 if(!empty($t_url)) { //判断取值是
卡盟24小时自动发卡平台否加密 if ($t_url == base64_encode(base64_decode($t_url))) { $t_url = base64_decode($t_url); } //对取值进行网址校验和判断 preg_match(/^(http|https|thunder|qqdl|ed2k|Flashget|qbrowser):\/\//i,$t_url,$matches); if($matches){ $url=$t_url; $title=页面加载中,请稍候...; } else { preg_match(/\./i,$t_url,$matche); if($matche){ $url=http://.$t_url; $title=页面加载中,请稍候...; } else { $url = http://.$_SERVER[HTTP_HOST]; $title=参数错误,正在返回首页...; } } } else { $title = 参数缺失,正在返回首页...; $url = http://.$_SERVER[HTTP_HOST]; } ?>
找到模板的functions.php文件添加:
/*文章外链跳转伪静态版 此为新窗口打开
,如不想要直接删除下面的
51发卡网平台tar _ ank(安全问题不能打出来) */ add_filter(the_content,link_jump,999); function link_jump($content){ preg_match_all(//,$content,$matches); if($matches){ foreach($matches[2] as $val){ if(strpos($val,://)!==false && strpos($val,home_url())===false && !preg_match(/\.(jpg|jepg|png|ico|bmp|gif|tiff)/i,$val) && !preg_match(/(ed2k|thunder|Flashget|flashget|qqdl):\/\//i,$val)){ $content=str_replace("href=\"$val\"", "href=\"".home_url()."/go.php?".base64_encode($val)."\" rel=\"nofollow\" target=_blank ",$content); } } } return $content; }
Nginx伪静态设置(跳转方式为/go/):
# 外链跳转伪静态 php版本 rewrite ^/go/(.*)$ /go.php?url=$1 last; #注意go.php的实际路径
,默认为网站根目录
以上代码增加了跳转美化效果
,代码中已经用 base64 将源链接加密,并且加上了 nofollow
,但恐怕蜘蛛还是能爬行,在 Robot s 禁止所有蜘蛛爬行 /go?url 目录!
Disallow: /go/ Disallow: /go?
678货源网url
相关文章
在线高智能AI智能益智五子棋网站源码
源码介绍在线AI智能益智五子棋网站源码 ,本源码基于Html5+CSS3+JavaScript
,index.html已被压缩到仅一行代码实现所有功能
,测试正常无外部资源,源码无加密,理论不会和谐可长期使
2025-11-04 和平精英开挂商城下载不了,和平精英正版下载
1 、首先,苹果手机上面和平精英无法下载的一个原因可能是使用数据流量下载导致 。和平精英外挂 2 、我们在下载和平精英时,是需要先进入appstore,然后搜索和平精英进行下载 。和平精英外挂和平精英外挂 3
2025-11-04 钢铁雄心2中文版
钢铁雄心2中文版是以二战为题材的战略游戏 ,有多种武器还有设备将出当前游戏中,游戏再现了波澜壮阔的二战历史,玩家能够选择差异的时辰点进行关卡的任务
,喜爱的伙伴就来本站下载试试吧
。钢铁雄心2中文版游戏简介
2025-11-04 暗黑破坏神3中文版
暗黑破坏神3中文版这一次的版本是一个单机服版本,而不需要在意网络延迟、服务器等方面的问题 ,继承了端游暗黑破坏神3系列的经典高人气玩法模式
,丰富的职业体系为你带来一场前所未有的动作盛宴 ,游戏为你完美的呈
2025-11-04 一个简单的在线画板示例HTML源码
源码简介一个简单的在线画板示例HTML源码
,本文将介绍如何使用HTML 、JavaScript和CSS创建一个简单的在线画板示例 ,该示例支持在手机和电脑上使用
,并支持画笔大小和颜色调节以及保存PNG格式
2025-11-04 帝国时代2中文版
帝国时代2中文版是一款经典的策略战棋游戏 ,帝国时代2中文版是一款以中世界文明为背景设计的策略塔防类游戏
,在帝国时代2中文版中玩家可以选择自己喜爱的一个国家
,当然 ,其敞亮的游戏界面 ,对这款游戏感兴趣的小
2025-11-04
最新评论