Results 1 to 1 of 1
-
30th Jul 2010, 02:48 AM #1OPOH GOD!!!!!Website's:
HotNewHipHop.comSimple PHP Ad Rotator
This is a simple AD rotator which picks ads randomly from any ads you place on the banner_ads.txt file (you can rename the file to whatever you want but you must also change the name in the php file if you do this)
Make a file called banner_ads.txt and include this code in it
ANY AD CODE OR TEXT,IMAGES HERE
~
ANY AD CODE OR TEXT,IMAGES HERE
~
ANY AD CODE OR TEXT,IMAGES HERE
You can add how many ads you wish to but remember to separate them with this ~
Now create a file called ad_rotator.php and add this code to it:
Code:<center> <?php $fcontents = join ('', file ('banner_ads.txt')); $s_con = split("~",$fcontents); $banner_no = rand(0,(count($s_con)-1)); echo $s_con[$banner_no]; ?> </center>
The 'ad_rotator.php' can be called in any PHP page where you want the AD to appear. Call it by using include 'ad_rotator.php'; where ever you want the AD to appear.
This pulls ads randomly from the .txt file
TIP: This doesn't have to be used just for ADs, you can use it to call random images,text,quotes,etc Just put what ever you want in the banner_ads.txt File
Credits:
Code:http://www.phpbuddy.com/article.php?id=4
bxflow Reviewed by bxflow on . Simple PHP Ad Rotator This is a simple AD rotator which picks ads randomly from any ads you place on the banner_ads.txt file (you can rename the file to whatever you want but you must also change the name in the php file if you do this) Make a file called banner_ads.txt and include this code in it Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Simple PHP banner rotator for you all
By roadrunner in forum Web Development AreaReplies: 0Last Post: 14th Aug 2012, 08:27 PM -
Help Needed - Trying to Find PHP Banner Rotator
By tarung2010 in forum Web Application/Script SupportReplies: 2Last Post: 1st Feb 2012, 08:34 AM -
Very simple banner ad rotator generator
By Jesse in forum Useful SitesReplies: 2Last Post: 1st Jun 2011, 09:02 PM -
Javascript - Random Ad Rotator Generator
By Jesse in forum Useful SitesReplies: 1Last Post: 30th May 2011, 01:34 PM -
Its seems so simple ...
By S?nic in forum IP.BoardReplies: 8Last Post: 20th Sep 2009, 12:42 AM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...