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)
-   -   i need a simple banner rotation script (https://gfy.com/showthread.php?t=402343)

MrIzzz 12-13-2004 06:40 PM

i need a simple banner rotation script
 
no search function so i cant find my old old thread about this but what i need is a basic banner rotation script. i just want 5-10 banners to be rotated, and i dont need any fancy extras.

whos got one?

Spunky 12-13-2004 06:41 PM

:Graucho For you 10 dolla

n3in 12-13-2004 06:41 PM

i think i got one you could use, hit me up on icq 305386470 and ill give it to you

crockett 12-13-2004 06:42 PM

check out this topic.. you should beable to do what you want with the first script I posted

http://www.gofuckyourself.com/showth...23#post5938623

fuzebox 12-13-2004 06:44 PM

Quote:

Originally posted by spunky
:Graucho For you 10 dolla
In that case I bid $15

potter 12-13-2004 06:44 PM

PHP Code:

<?php
   $file 
"bannerlist.txt";
   
$banners file($file);
   
srand((float) microtime() * 1235689);
   
$selected array_rand($banners);
   
$SelBanner trim($banners[$selected]);
   if (
$SelBannerhahahaha"") {
       
$SelBanner trim($banners[0]);
   };
   echo 
$SelBanner;
?>

This will pull a single line from the file "bannerlist.txt" and place it where the php code is located in your site.

So just make each line of the text file, an image or href tag and your all set.

MrIzzz 12-13-2004 06:45 PM

Quote:

Originally posted by n3in
i think i got one you could use, hit me up on icq 305386470 and ill give it to you
hitting you up now

Jace 12-13-2004 06:46 PM

Quote:

Originally posted by potter
PHP Code:

<?php
   $file 
"bannerlist.txt";
   
$banners file($file);
   
srand((float) microtime() * 1235689);
   
$selected array_rand($banners);
   
$SelBanner trim($banners[$selected]);
   if (
$SelBannerhahahaha"") {
       
$SelBanner trim($banners[0]);
   };
   echo 
$SelBanner;
?>

This will pull a single line from the file "bannerlist.txt" and place it where the php code is located in your site.

So just make each line of the text file, an image or href tag and your all set.

so, with this i can rotate banners, and each banner could possibly have a seperate link?

so i can rotate sponsors and shit?

MrIzzz 12-13-2004 06:53 PM

thanks so much fellas, i'm gonna play with each different version you've given me here:thumbsup

Marcus Aurelius 12-13-2004 07:00 PM

is it possible to get the code without the hahahaha's in it? :)

Jace 12-13-2004 07:02 PM

Quote:

Originally posted by mdcq
is it possible to get the code without the hahahaha's in it? :)
oh yeah, hahahaha...didn't even really look at it yet...LOL..that would help huh?

MrIzzz 12-13-2004 07:02 PM

Quote:

Originally posted by mdcq
is it possible to get the code without the hahahaha's in it? :)
i just noticed this now too, lmao

that sucks

so is it read or write that is banned?

potter 12-13-2004 07:03 PM

Quote:

Originally posted by JaceXXX
so, with this i can rotate banners, and each banner could possibly have a seperate link?

so i can rotate sponsors and shit?

Yes, although gfy seems to fuck up the code. If anyone wants it

AIM: p0773r
ICQ: 258-045-697

Kel 12-13-2004 07:05 PM

phpAdsNew

Jace 12-13-2004 07:24 PM

shit

Jace 12-13-2004 07:26 PM

http://www.jacexxx.com/bannercode.txt

THERE, that is the code in a nice text file with instructions

fris 12-13-2004 07:27 PM

Quote:

Originally posted by MrIzzz
no search function so i cant find my old old thread about this but what i need is a basic banner rotation script. i just want 5-10 banners to be rotated, and i dont need any fancy extras.

whos got one?

i use one its 5 lines of php code. but there is no stats. it just takes a random line with a href then img src to the img and i do a php include in my php file

shermo 12-13-2004 07:32 PM

I need a blowjob.... If you give me a blowjob, I'll get you a banner script. :thumbsup

MrIzzz 12-13-2004 07:41 PM

Quote:

Originally posted by shermsshack
I need a blowjob.... If you give me a blowjob, I'll get you a banner script. :thumbsup
:eek7

i think spunky said he'd give you $10 or a BJ though

Babagirls 12-13-2004 07:53 PM

Simple Banner Rotator

MrIzzz 12-13-2004 07:58 PM

Quote:

Originally posted by Babagirls
Simple Banner Rotator
thx babe, but i'm looking for php, no java

Marcus Aurelius 12-13-2004 08:05 PM

there is always www.phpadsnew.com but its by not simple. It is in a way but not something you could setup in a matter of minutes necessarily.

Jace 12-13-2004 08:11 PM

wait, is this for GFY or a site that can show html? LOL

dodger21 12-13-2004 08:12 PM

Quote:

Originally posted by Kel
phpAdsNew
:thumbsup :thumbsup

MrIzzz 12-13-2004 08:14 PM

Quote:

Originally posted by JaceXXX
wait, is this for GFY or a site that can show html? LOL
:1orglaugh

nah i need it on one of my TGPs, all i wanna do is simply insert some php and rotate some different banners from different sponsors

HAPPYPEEKERS 12-13-2004 08:15 PM

http://www.htmlbasix.com/generators.shtml

This site is AWESOME!!!

It has the banner rotater and much more.. check it out.. I love it lol :Graucho

Jace 12-13-2004 08:15 PM

Quote:

Originally posted by MrIzzz
:1orglaugh

nah i need it on one of my TGPs, all i wanna do is simply insert some php and rotate some different banners from different sponsors

just use that one I posted with a php include...very easy :)

Juicy D. Links 12-13-2004 08:17 PM

http://www.gl4l.com/images/juicyface.jpg

MrIzzz 12-13-2004 08:20 PM

Quote:

Originally posted by JaceXXX
just use that one I posted with a php include...very easy :)
:thumbsup thx bro

Juicy D. Links 12-13-2004 08:20 PM

Quote:

Originally posted by MrIzzz
:thumbsup thx bro
:glugglug


http://www.gl4l.com/images/juicyface.jpg


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

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