Results 1 to 10 of 15
Threaded View
-
29th Nov 2009, 02:45 AM #10Respected DeveloperWebsite's:
X4B.orgPHP Code:<?php
$lesites = array(
'http://www.warezlobby.org/',
'http://www.atomicwarez.com/',
'http://www.warezsearch.org/'
);
$randsite = $lesites[array_rand($lesites)];
((headers_sent() === false) {
header('Location: '.$randsite);
die('<a href="'.$randsite.'">Click here if you have not been redirected</a>'));
}else{
die('<a href="'.$randsite.'">Click here if you have not been redirected</a>'));
}
?>
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
I am Not Able to Visit My Site
By Shahrukh in forum General DiscussionReplies: 0Last Post: 5th Dec 2011, 07:37 AM -
First site to visit after Formats..
By Netguy in forum Useful SitesReplies: 26Last Post: 20th May 2011, 09:11 PM -
Visit
By NayabDahir in forum IntroductionsReplies: 0Last Post: 17th May 2011, 03:51 PM -
Visit my site!
By timboy18 in forum Community CooperativeReplies: 1Last Post: 22nd Jul 2009, 07:33 AM
themaCreator - create posts from...
Version 3.56 released. Open older version (or...