OK, I got bored, and most of you can probably make these, but I got realllllllllllly bored and made this.
Have you noticed on RZ, they have that redirector thing, I made my own.
Not as good, but yeah.
It works:PHP Code:<?
$timeout = "3";
$home = "index.php";
if(isset($_GET[url])){
$redirect = $_GET[url];
echo "<meta http-equiv=\"Refresh\" content=\"".$timeout.";".$redirect."\">You are now being directed to <b>".$redirect."</b> in ".$timeout." seconds.<br><br>If you do not want to wait, click <a href=\"#clichere\" onclick=\"window.location=('".$redirect."');\">here</a> now!<br><br>Some crap by <a href=\"mailto:mark@zer0-studios.com\">Monsta.</a>.";
}else{
header("Location: ".$home."");
}
?>
- Monsta.Code:www.gfxdome.co.uk/redirect.php?url=_URL_

