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)
-   -   Banner rotator script? (https://gfy.com/showthread.php?t=66261)

Marcus 06-29-2002 03:04 PM

Banner rotator script?
 
Anyone know of a good free banner rotator script?

I have a lot of small images that need to change with each refresh, not just 1 large banner, so I'm guessing javascript would be the best way instead of a php script...right?

swedguy 06-29-2002 03:41 PM

Try HERE

kenny 06-29-2002 03:54 PM

I probably did this the long way, but here is how I got my banners to rotate by the second.

1.ssi commands in the html document

[!--#config timefmt="%S"--]
[!--#include virtual="/free/seconds/$DATE_LOCAL.txt"--]

2. I made a folder with 00.txt- 59.txt with random html for the banners.

Like I said I probably done this the hard way

h0st 06-29-2002 04:09 PM

Google

Sellyourhits 06-29-2002 06:00 PM

I'v been using centralad.com for years, you get a very user friendly software , can track a lot6 of things.

Highly recommend it

Steve

chodadog 06-29-2002 06:10 PM

If you have php, this is what i use:

PHP Code:

<?php

$banners_dat 
"banners/banners.txt";

function 
PrintBanner() {
    global 
$banners_dat;

    
$arry = @file($banners_dat);
    if( !isset(
$arry) || !$arry || !is_array($arry) )
        return 
false;

    list(
$img$url$alt$status) = explode("|"$arry[rand(0,sizeof($arry)-1)]);
    
$focus=$mouseover="\"window.status='Click Here'; return true;\"";
    
$mouseout="\"window.status='Done'; return true;\"";

    return 
"<a 
        href=\"
$url\" 
        OnMouseOver=
$mouseover 
        OnFocus=
$focus 
        OnMouseOut=
$mouseout><img 
                    src=\"
$img\" 
                    border=\"1\" 
                    alt=\"[
$alt]\"></a>\n";
}

print 
PrintBanner();
?>

And the text file with the data..

image1.gif|http://www.url1.com|description 1
image2.gif|http://www.url2.com|description 2
image3.gif|http://www.url3.com|description 3

and so on. don't leave any blank lines, and that should work fine

Wilbo 06-29-2002 06:12 PM

Quote:

Originally posted by Sellyourhits
I'v been using centralad.com for years, you get a very user friendly software , can track a lot6 of things.

Highly recommend it

Steve

Centralad is very processor intensive and has NO customer support. I have it on 2 servers and could get away with one if it wasn't for this script.

GFED 06-29-2002 06:18 PM

Here you go bro... http://awsd.com/scripts/webadverts/
Very nice program, and it lets you run a banner exchange too.

chodadog 06-29-2002 07:52 PM

Quote:

Originally posted by Wilbo


Centralad is very processor intensive and has NO customer support. I have it on 2 servers and could get away with one if it wasn't for this script.

Why don't you just buy a better script? Chances are, you could save the cost of the script in just a month of hosting costs.

ebess 07-03-2002 11:31 AM

Any suggestions on the best script to buy?

I've been using phpAdsNew, and I've found it to be very kind of cpu intensive and slow...doesn't really seem made to handle the large number of banners, etc that go along with having an adult site.

Would love to find another script that has a good interface as well as good performance. Free or paid.

Thanks!
-ebess-

heymatty 07-03-2002 11:52 AM

I installed adcycle ( http://adcycle.com )

I am told its the best at its job, but unfortunately I never find time to implement it.

Scootermuze 07-03-2002 03:40 PM

Here are a few

Wilbo 07-03-2002 04:34 PM

Quote:

Originally posted by chodadog


Why don't you just buy a better script? Chances are, you could save the cost of the script in just a month of hosting costs.

Cuz I'm too lazy to change over 1000 sites around:(


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

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