首页 > CMS建站 > 帝国Empire > 正文

帝国下载站下载字段编写

2021-12-23 13:25:28
字体:
来源:转载
供稿:网友

第一段放在go.php(根目录) 地址可以自己修改个数,

<?php$url[0] = "https://w.url.cn/s/ARMsScr"; //小啄赚钱$url[1] = "http://share.poedata.cn/?ivCode=47181807"; //馅饼试玩$url[2] = "https://ayl.bjextend.com/landing/share.html?promote=4384357"; //imoney$url[3] = "http://pear.clckjyy.cn/tFTM1681370RBxL/"; //雪梨网$url[4] = "https://shike.com/i/SOkhzEi"; //试客小兵$url[5] = "http://task.yuzhuan.com/reg.php?code=217055"; //牛帮$url[6] = "https://www.312app.com/d/file/20200601/af1c9349a1063a327554b8ba9f802e66.jpg";//陀螺世界$url[7] = "https://www.312app.com/d/file/20200610/8290e3f22fb24e81c46c30a23cddff45.jpg"; //喵赞$url[8] = "http://cat.cattryapp.com/u/2543117.html"; //懒猫试玩$url[9] = "http://tg.wyichu.com/tg/Reg/i/c/760022"; //挂挂赚$url[10] = "http://csk.limayao.com/?uid=87878"; //蝉试客$url[11] = "http://m.sjingbang.com/register/index?id=A124275"; //赏金榜$url[12] = "https://www.312app.com/d/file/20200610/28d422ab33fb4f39737e42da0f73415f.png"; //火山极速版$url[13] = "https://www.312app.com/d/file/20200610/8290e3f22fb24e81c46c30a23cddff45.jpg"; //好差事$url[14] = "http://www.56137.net/earn-12774008"; //众人帮srand ((double)microtime()*1000000);$randomnum = rand(0, count($url)-1);header ("Location: $url[$randomnum]");?>

第二段代码 放主页  url.php

<? header("Content-type: text/html; charset=utf-8"); $url=$_GET["url"];if($url==''){    Header("HTTP/1.1 303 See Other");     Header("Location: /go.php");     exit; }$urll=base64_decode($url);header("Location:".$urll);?>

第三段配合数据表  down  和bendown  是你建立的下载数据表

<?phpif($bqr[bendown]==''){$downurll33="/////url.php?url=".base64_encode($navinfor[down]);}else{$downurll33="/////url.php?url=".base64_encode($navinfor[bendown]);}?>

超链接  直接为 

<a target="_blank" href="<?=$downurll33?>" class="android">安卓版下载</a>


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表