GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   can someone recommend a good simple php image rotator? (https://gfy.com/showthread.php?t=812042)

Mike Semen 03-02-2008 11:10 AM

can someone recommend a good simple php image rotator?
 
One that rotates on refresh...

Javascript is ok too I suppose

Cheers

SayWhut 03-02-2008 11:30 AM

BOKKA


You can strip the link tags, as long as each item is seperated by a ~ it should work! :thumbsup !

Zuzana Designs 03-02-2008 11:32 AM

Quote:

Originally Posted by SayWhut (Post 13858253)
BOKKA


You can strip the link tags, as long as each item is seperated by a ~ it should work! :thumbsup !

Very cool strip of code. Thanks :)

Mike Semen 03-02-2008 11:35 AM

cool thanks!

tomud 03-02-2008 11:38 AM

thx for cool script

Tomud

comeplay 03-02-2008 12:14 PM

Code:

<?php
$ads = array('<img src="1.jpg" width="128" height="96" align="bottom" alt="">', '<img src="2.jpg" width="128" height="96" align="bottom" alt="">', '<img src="3.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="4.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="5.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="6.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="7.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="8.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="9.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="10.jpg" width="128" height="96" align="bottom" alt="">');
shuffle($ads);
for ($i = 0; $i < 1; $i++) { echo ''.$ads[$i].'&nbsp;'.$ads[$i+1].'<br>'.$ads[$i+2].'&nbsp;'.$ads[$i+3].'<BR>'.$ads[$i+4].'&nbsp;'.$ads[$i+5].'<br>'.$ads[$i+6].'&nbsp;'.$ads[$i+7].'<br>'.$ads[$i+8].'&nbsp;'.$ads[$i+9].'<br>'; }
?>



All times are GMT -7. The time now is 06:02 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123