Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   I'm Looking For....... (http://www.greenguysboard.com/board/forumdisplay.php?f=20)
-   -   need a thumb rotating script (http://www.greenguysboard.com/board/showthread.php?t=36402)

IceWalker2k 2006-11-28 04:47 AM

need a thumb rotating script
 
Hey

I need a very simple thumb rotator script..

Was I want it to do is, i show the script the thumbs, and the links going to do the thumbs, and then I want it to rotate, whenever i say it should rotate or on a daily basis or something?

Anyone got something like this? free would be the best :)

masterut 2006-11-28 05:11 AM

if you need something custom, im here ;)
icq: 179-215-851

bustherh 2006-12-04 06:21 PM

This one works great for me Remote Thumbs |twinkle

Beenie 2006-12-04 08:03 PM

www.comusthumbs.com
www.robotgp.com

both have free and paid versions
comus takes 2% but is a very solid and well known script
robotgp takes 1% and is pretty new but seems good too with nice features

Flymaster 2006-12-05 10:38 AM

http://streamscripts.com/ try it

Pedronas 2006-12-05 06:20 PM

smart thumbs

Kron 2006-12-07 12:52 PM

I use RoboTGP, and I must say, really impressive

bustherh 2006-12-08 12:55 AM

Quote:

Originally Posted by Flymaster (Post 317202)

Do they have this site in english?

WebairVictor 2006-12-12 05:11 PM

Smart Thumbs is really good

Asian_Unlimited 2006-12-13 07:28 AM

yeah, smart thumbs are really great for me too buddy!

jonnydoe 2006-12-16 03:13 PM

Is there anything that is good at rotating text links? I know that Comus will do it but that is more complex than what I need at this point. All I want to do is mix links up on a daily basis...don't even need a databse at this point forthis project. Thanks

bustherh 2006-12-20 08:39 PM

Quote:

Originally Posted by jonnydoe (Post 319654)
Is there anything that is good at rotating text links? I know that Comus will do it but that is more complex than what I need at this point. All I want to do is mix links up on a daily basis...don't even need a databse at this point forthis project. Thanks

You can do that with a simple javascript.

Code:


 


add as many links as you need and you can use images as well.

jonnydoe 2006-12-20 08:53 PM

Would that work with a large number of links? For example if you had say 100 hyperlinks wouldn't you have to list 100 addresses and insert the javascript 100 times? I suck at javascript |loony| Or could I make the array with the 100 links and then put in 100 fragments? Maybe I should break the large nuber of links down into smaller categories and shuffle them?

bustherh 2006-12-20 10:01 PM

your page would probably load kind of slow.

jonnydoe 2006-12-20 10:06 PM

It would be awfully heavy... That's what I want to avoid with a full CMS. I know it can be done with PHP but I suck at that too ;-)

bustherh 2006-12-21 09:32 PM

try http://rentacoder.com

oast 2006-12-22 08:30 AM

Quote:

Originally Posted by bustherh

You can have this one for free. It may need some tweaking to suit your needs, but it works and does what you asked:

Set up a MySQL table called 'galleries' with 3 fields; 'url', 'title', and 'niche' and populate it with at least 100 galleries.

Create the necessary connections to the database.

PHP Code:

<table style="width:630px;margin:auto;border:0;padding:0;">
<tr><td valign="top" style="padding:3px;width:310px;">
<?php
$i 
0;
$today date('M d');
$yester date('M d',mktime(000date("m"), date("d")-1date("Y")));
$number rand(95,98);
$query "SELECT * FROM galleries ORDER BY RAND() LIMIT 100";
$result mysql_query("$query");
while(
$links mysql_fetch_array($result)){
    if(
$i == 50)
        echo 
'</td><td valign="top" style="padding:3px;width:310px;">';
    if(
$i $number)
        echo 
'('.$yester.') <a href="'.$links[url].'" target="_blank">'.$links[niche].'</a> - '.$links[title].'';
    else
        echo 
'('.$today.') <a href="'.$links[url].'" target="_blank">'.$links[niche].'</a> - '.$links[title].'';
    
$i++;
}
?>
</td></tr>
</table>

What that does is grab 100 random galleries from your database and lists them in two columns of 50 with today's date on most of them except the last few that have yesterday's.
(If you didn't want to use a database, you could list them in an array and 'shuffle' it)

To see it in action check out http://oast.com/adult/ (about half way down the page under "Latest Free Sites")

u-Bob 2007-01-01 03:00 PM

TGP Rotator.


All times are GMT -4. The time now is 05:26 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc