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)
-   -   Assistance needed (https://gfy.com/showthread.php?t=389706)

dingo 11-16-2004 09:23 PM

Assistance needed
 
Hi guys just wondering if anyone can give me some ideas on banner rotation scripts I want to be able to add a code to my galleries and have the banners change automatically. Preferably a free app.

Dynamix 11-16-2004 09:27 PM

Quote:

Originally posted by dingo
Hi guys just wondering if anyone can give me some ideas on banner rotation scripts I want to be able to add a code to my galleries and have the banners change automatically. Preferably a free app.
Try this, just wrote it lemme know if it works. Save as PHP:

PHP Code:

<?
/* Author:   Patrick
   This script will randomize a banner output.
*/


$url[0] = "www.url.com";
$img[0] = "image1.gif";

$url[1] = "www.url2.com";
$img[1] = "image2.gif";


srand(time());
$random = (rand()%9);    // change "9" to the number
            // of banners to rotate - 1

echo '<A HREF="'.$url[$random].'"><IMG SRC="'.$img[$random].'"></A>';

?>


WebTitan 11-16-2004 09:27 PM

only way too go:
http://phpadsnew.com/two/

dingo 11-16-2004 09:37 PM

Thanks guys. Keep DD's place in mind. In a few weeks I will be organising an affiliate program.


All times are GMT -7. The time now is 08:06 PM.

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