Results 11 to 15 of 15
-
29th Nov 2009, 03:27 AM #11Member
Read from mysql & create a cp for the LE sites
-
29th Nov 2009, 09:44 AM #12MemberWebsite's:
litewarez.net litewarez.com triniwarez.comSplitice, you know thats not good coding lol, why check if headers_sent and then die an href under the same expression.... just need to remove the first href out the if lol
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
-
29th Nov 2009, 09:46 AM #13MemberWebsite's:
litewarez.net litewarez.com triniwarez.comAnd hers a smaller edit
PHP Code:<?php
$lesites = array(
'http://www.warezlobby.org/',
'http://www.atomicwarez.com/',
'http://www.warezsearch.org/'
);
$randsite = $lesites[rand(0,count($lesites))]; // lil faster using count rather than array rand
((headers_sent() === false) ? header('Location: '.$randsite) : die('<a href="'.$randsite.'">Click here if you have not been redirected</a>'));
?>Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
-
29th Nov 2009, 09:54 AM #14OPMemberWebsite's:
warezxtc.com^
Code:$randsite = $lesites[rand(0,count($lesites))];
Code:$randsite = $lesites[rand(0,count($lesites)-1)];
-
29th Nov 2009, 09:58 AM #15MemberWebsite's:
litewarez.net litewarez.com triniwarez.comAh my bad on the -1 I was testing the code just writing it in.... missed that lol and yea such short code it don't make a difference just sum said it in simplest for so thought i would iterate lol
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
Sponsored Links
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.47 released. Open older version (or...