nets
11-12-2005, 09:19 PM
I was seriously bored.
<?
$end = rand(1, 1239914);
$address = "habboxforum.com/showthread.php?p=";
$location = "$address$end";
header("location: http://$location");
?>
<?
$end = rand(1, 1239914);
$address = "habboxforum.com/showthread.php?p=";
$location = "$address$end";
header("location: http://$location");
?>