Use tutorial: CSS code has been compressed so don’t worry, xiaogao has been packed, download the package to open the go.php file edit

(Change the bk.52xFTv.cn link to your own website address)

How to call: your website domain name /go.php/? Url = Jump to someone else’s website address

Such as: http://bk.52xftv.cn/go.php/?url=http://book.52xftv.cn/

The code is as follows:

<? php$t_url=$_GET['url'];
if(! empty($t_url)) {
preg_match('/(http|https):\/\//'.$t_url.$matches);
if($matches) {$url=$t_url;
$title='Dear friend, remember to come back often. ';
} else {
preg_match('/\./i'.$t_url.$matche);
if($matche) {$url='http://'.$t_url;
$title='Dear friend, remember to come back often. ';
} else {
$url='http://bk.52xftv.cn';
$title='Parameter error, returning home page... '; }}}else {
$title='Parameter missing, returning home page... ';
$url='http://bk.52xftv.cn';
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="refresh" content="5; url='<? php echo$url; ? > ';"> <title><? phpecho $title; ? ></title> <div id="circle"></div>
<div id="circletext"></div>
<div id="circle1"></div>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="refresh" content="1. url='<? php echo$url; ? > ';"> <title><? phpecho $title; ? ></title> <style> <styletype="text/css"> html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn, em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,tab le,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav ,output,ruby,section,summary,time,mark,audio,video{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline}body{background:#3498db; }#loader-container{width:188px; height:188px; color:white; margin:0 auto; position:absolute; top:50%; left:50%; margin-right:-50%; transform:translate(-50%,-50%); border:5px solid #3498db; border-radius:50%; -webkit-animation:borderScale 1s infinite ease-in-out; animation:borderScale 1s infinite ease-in-out; }#loadingText{font-family:'Raleway',sans-serif; The font - size: 1.4 em. position:absolute; top:50%; left:50%; margin-right:-50%; transform:translate(-50%,-50%); }@-webkit-keyframes borderScale{0%{border:5px solid white; }50%{border:25px solid #3498db; }100%{border:5px solid white; }}@keyframes borderScale{0%{border:5px solid white; }50%{border:25px solid #3498db; }100%{border:5px solid white; }}
</style>
</style></head>
<body>
<div id="loader-container"><p id="loadingText"> Page loading... </p></div> </body> </html>Copy the code