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)
-   -   Ad Rotating Script I've been using (https://gfy.com/showthread.php?t=1283580)

P_RABID 11-04-2017 04:50 PM

Ad Rotating Script I've been using
 
Hey guys,

I was doing some work on my tube website and thought I'd share a great Banner Ad Rotating Script which I have been using.

Its free to use, you just place the link to your banner image, and your affiliate link you want to link too, set the ad dimensions and hit Generate.

It's a very basic script but great for self hosted JPG and GIF banner ads that you want to appear in a rotating order.

Script is here Random Banner Generator

Enjoy :thumbsup

faperoni 11-04-2017 05:37 PM

Thanks! i was looking for something like this for a client.

Barry-xlovecam 11-04-2017 10:40 PM

This worked nicely for me
rand_img.php

PHP Code:

function RandImg($dir) {
         
$images glob($dir '*.{jpg,jpeg,png,gif}'GLOB_BRACE);
            
$randomImage $images[array_rand($images)];

            return 
$randomImage;
                }

$ads1_image RandImg('../dir/path/toimages/'); 

use

echo "$ads1_image";

bns666 11-05-2017 03:44 AM

nice :thumbsup

TitanWM 11-06-2017 03:20 PM

If you want to try different Images/Banners with tracking code:

Code:

<?php

$rand = rand(1, 8); //example for 8 different images/banners
 
$ads = "<a href=\"AFFLINK?WM-ID&CAMPAIGN=CampaignName$rand\" title=\"title-text\" rel=\"nofollow\"><img src=\"/path-to-image/Image-$rand.gif\" alt=\"alt-text\" /></a>";

echo $ads;

?>

You should name the images/banners like:
Image-1
Image-2
Image-3
...
Image-8


All times are GMT -7. The time now is 08:56 AM.

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