html>
<body>
<?php echo "<meta http-equiv=\"refresh\"content=\"0;url=http://blogger064.byethost10.com/goto.php\">"; ?>
</body></html>
Page 2
<html>
<body>
<?php
$page1 = "[URL="http://www.google.com/"]http://www.google.com[/URL]"; $page2=" [URL]http://www.google.com/1[/URL]"; $page3 = " [URL]http://www.google.com/2[/URL]"; $page4= " [URL]http://www.google.com/3[/URL] $referer= $_SERVER['HTTP_REFERER']; $mypages = array($page1, $page2, $page3, $page4); $myrandompage= $mypages[mt_rand(0, count($mypages) -1)]; if($referer=="") { echo "<meta http-equiv=\"refresh\" content=\"0;url=$myrandompage\">";} else { echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.google.com\">"; } ?>
</body>
</html>