rotate affiliate ads.... how do i do that any script and etc????? someone plz help cant find any thing
.... i want my affiliate html codes to change like every 5 secs
rotate affiliate ads....... PLZ HELP!!!
Collapse
X
-
openx but i want something lighterTRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com -
Quick and dirty way.Code:<?php $html[0] = '<a href="link here"><img src="banner here" /></a>'; $html[1] = '<a href="link here"><img src="banner here" /></a>'; $html[2] = '<a href="link here"><img src="banner here" /></a>'; $html[3] = '<a href="link here"><img src="banner here" /></a>'; $html[4] = '<a href="link here"><img src="banner here" /></a>'; $r = rand(0, count($html)); echo $html[$r]; ?>
Comment
-
-
can i set a time interval withe code?Quick and dirty way.Code:<?php $html[0] = '<a href="link here"><img src="banner here" /></a>'; $html[1] = '<a href="link here"><img src="banner here" /></a>'; $html[2] = '<a href="link here"><img src="banner here" /></a>'; $html[3] = '<a href="link here"><img src="banner here" /></a>'; $html[4] = '<a href="link here"><img src="banner here" /></a>'; $r = rand(0, count($html)); echo $html[$r]; ?>
Comment
-
This will change the ad with every page load? Where is the code placed? thxQuick and dirty way.Code:<?php $html[0] = '<a href="link here"><img src="banner here" /></a>'; $html[1] = '<a href="link here"><img src="banner here" /></a>'; $html[2] = '<a href="link here"><img src="banner here" /></a>'; $html[3] = '<a href="link here"><img src="banner here" /></a>'; $html[4] = '<a href="link here"><img src="banner here" /></a>'; $r = rand(0, count($html)); echo $html[$r]; ?>
Comment
-
this is the test pg i made if someone can help that would be cool..... (had to put spaces in my url cuz i cant post urls as of yet.... i need to make 30 plus post on gfy first)
prettypinklips .com /pracz . htmlComment
-
-
Comment
-
Comment
-
Comment



Comment