GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   FHG Rotator Script ? (https://gfy.com/showthread.php?t=884084)

Dr_Ace 01-26-2009 06:28 PM

FHG Rotator Script ?
 
i need a FHG Rotator Script
nothing fancy like ST or COMUS

better not to use mysql

spam me

jmcb420 01-26-2009 07:12 PM

Hey Ace, Here's a real simple script that I use to rotate thumbs on a few of my sites. There is nothing special about it, it just randomly chooses a thumb to display and sends the user to the link that you want to go with that thumb. I'm not sure if this is what you are looking for, but I think its might be along those lines. Just copy and paste this into whatever you use to edit your HTML pages:

<SCRIPT LANGUAGE="Javascript"><!--

function banner() {
};

banner = new banner();
number = 0;

// bannerArray

banner[number++] = "<a href='link url here' target='_blank'><img src='image link here' border='0'></a>"
banner[number++] = "<a href='link url here' target='_blank'><img src='image link here' border='0'></a>"
banner[number++] = "<a href='link url here' target='_blank'><img src='image link here' border='0'></a>"
//

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);

//--></SCRIPT>

You can modify it to add more or less links and thumbs as you need to, and you can use it all over your site without slowing down the loading time for your surfers. Hope this helps you out.

Dr_Ace 01-26-2009 08:29 PM

thanks for the help but im looking for something in PHP

jmcb420 01-26-2009 09:20 PM

ahhhhh..... php....... in that case, try googleing around a bit. You'd be surprised what you can find for free out there. Good luck to you.

brassmonkey 01-27-2009 11:15 AM

nope wizzard had one but hes been hiding or some shit

Babaganoosh 01-27-2009 11:23 AM

You're going to need MySQL. There's no reason not to use it if the script is well-written.

Dr_Ace 01-27-2009 05:34 PM

why is so hard to find a light thumb rotator ?
no need to be free but i dont want to pay for things that i will not use, thats why i dont want ST or comus

spacedog 01-28-2009 07:11 PM

hit me up on icq 348-132-803

stonehammer 01-28-2009 11:22 PM

rstgp.com

brassmonkey 01-30-2009 12:55 PM

Quote:

Originally Posted by stonehammer (Post 15405935)
rstgp.com

wtf is that

Dr_Ace 01-30-2009 03:55 PM

Quote:

Originally Posted by spacedog (Post 15405297)
hit me up on icq 348-132-803

open your icq my friend

HomerSimpson 02-07-2009 05:36 PM

hit me up on ICQ...

adulttemps 02-07-2009 11:47 PM

<?php
$filename = $_SERVER["DOCUMENT_ROOT"].'/inc/pub/pub_array.inc';
$how_many_to_show = 4;
if ($fileContents = file($filename)) {
shuffle($fileContents);
for ($i = 0; $i < $how_many_to_show; $i++) {
print($fileContents[$i]. '<br />');
}
} else {
die('Could not get contents of: ' . $filename);
}
?>

Dr_Ace 02-20-2009 05:05 PM

Quote:

Originally Posted by stonehammer (Post 15405935)
rstgp.com

i got this one
is very nice tool and very simple

stonehammer 02-20-2009 08:14 PM

thats cool

u-Bob 02-21-2009 06:59 PM

http://www.tgpfeeder.com/scripts/tgp-scripts.php
http://www.adultscriptdepot.com/#tgp-scripts

u-Bob 02-21-2009 07:00 PM

http://www.tgpfeeder.com/scripts/tgp-scripts.php
http://www.adultscriptdepot.com/#tgp-scripts

brassmonkey 03-01-2009 10:59 AM

i suggest tgpx

Stef. 03-20-2009 11:26 AM

Quote:

Originally Posted by Dr_Ace (Post 15528871)
i got this one
is very nice tool and very simple

:) Hey ! Thanks for trying out this script Dr_Ace !

..and i know you like it ;)

BigVikingAl 03-22-2009 07:50 PM

I would like to try jmcb420 script. What do I have to do after putting the code into a page? I have to create the thumbs no? What should I name them and do they have tyo be located in the same file as the html page using the script?

BigVikingAl 03-29-2009 12:09 AM

bump. Still waiting for an answer

jmcb420 03-29-2009 01:57 AM

Quote:

Originally Posted by BigVikingAl (Post 15660886)
I would like to try jmcb420 script. What do I have to do after putting the code into a page? I have to create the thumbs no? What should I name them and do they have tyo be located in the same file as the html page using the script?

Sorry I missed this post dude, I get really high sometimes.
To answer your questions:

I have to create the thumbs no? = Yes you do unless you are hotlinking them.

What should I name them? = whatever you want. Just remeber which thumb goes with which URL.

do they have tyo be located in the same file as the html page using the script? - Nope.


Remember, that script is nothing special. It serves no purpose other then randomization.

Rangermoore 03-29-2009 01:58 AM

tgpx......

brassmonkey 04-01-2009 08:28 AM

oh oh try proton tm easy to set up no database needed from the makers of script pulse

erotismo 04-08-2009 07:10 PM

TGP Rotator is great as a small standallone gallery rotator....no submitts just your own sponsors.... Too bad its been discontinued and replaced by TGPX...which is great btw...but somewhat bloated if you want something small and fast...


All times are GMT -7. The time now is 03:27 PM.

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