3. <?php
$d = array(
"
http://wap.baidu.com",
);
shuffle($d);
?><html>
<head>
<meta http-equiv="refresh"content="0; url=<?=$d[0];?>">
</head>
</html>
4.
@萝莉控De团长,
这样说吧,我给你个网址“
http://wap.baidu.com”,然后你写个php,然后把它放空间后直接访问这个php,打开这个php也就是打开
http://wap.baidu.com
7.
@萝莉控De团长,
跳转我知道怎么弄,就是不要跳转的!还有,你那代码有错误
10. <html><head><meta http-equiv="refresh" content="0; url=
http://wap.baidu.com"></head></html>
14. <?php
$dz=array("
http://wap.baidu.com",
"
http://www.ekcnw.com",
"
http://ekftp.ekcnw.com");
$url=rand(0,2);
$a = file_get_contents($dz[$url]);
echo $a;
?>
@倚天刀,