Greenguy's Board


Go Back   Greenguy's Board > I'm Looking For.......
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-11-28, 04:47 AM   #1
IceWalker2k
Rock stars ... is there anything they don't know?
 
Join Date: Nov 2006
Posts: 14
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
IceWalker2k is offline   Reply With Quote
Old 2006-11-28, 05:11 AM   #2
masterut
Rock stars ... is there anything they don't know?
 
Join Date: Aug 2005
Posts: 10
Send a message via ICQ to masterut
if you need something custom, im here
icq: 179-215-851
masterut is offline   Reply With Quote
Old 2006-12-04, 06:21 PM   #3
bustherh
If something goes wrong at the plant, blame the guy who can't speak English
 
Join Date: Mar 2006
Posts: 30
This one works great for me Remote Thumbs |twinkle
bustherh is offline   Reply With Quote
Old 2006-12-04, 08:03 PM   #4
Beenie
Shut up brain, or I'll stab you with a Q-tip!
 
Join Date: Sep 2003
Location: Acapulco, Mexico
Posts: 117
Send a message via ICQ to Beenie
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
__________________
Submit your freesites to AcaLinks.com
- Linktrades? ICQ: 52-837-348
Beenie is offline   Reply With Quote
Old 2006-12-05, 10:38 AM   #5
Flymaster
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
 
Join Date: Nov 2006
Location: Cartoon world
Posts: 53
http://streamscripts.com/ try it
__________________
Flymaster is offline   Reply With Quote
Old 2006-12-05, 06:20 PM   #6
Pedronas
Lord help me, I'm just not that bright
 
Join Date: Apr 2005
Posts: 103
smart thumbs
Pedronas is offline   Reply With Quote
Old 2006-12-07, 12:52 PM   #7
Kron
Just because I don't care doesn't mean I don't understand!
 
Kron's Avatar
 
Join Date: Mar 2005
Posts: 95
Send a message via ICQ to Kron
I use RoboTGP, and I must say, really impressive
__________________
Kron is offline   Reply With Quote
Old 2006-12-08, 12:55 AM   #8
bustherh
If something goes wrong at the plant, blame the guy who can't speak English
 
Join Date: Mar 2006
Posts: 30
Quote:
Originally Posted by Flymaster View Post
Do they have this site in english?
bustherh is offline   Reply With Quote
Old 2006-12-12, 05:11 PM   #9
WebairVictor
Rock stars ... is there anything they don't know?
 
Join Date: Nov 2006
Posts: 14
Send a message via ICQ to WebairVictor Send a message via AIM to WebairVictor
Smart Thumbs is really good
__________________
The Best Hosting at http://www.webair.com Email: sales@webair.com
WebairVictor is offline   Reply With Quote
Old 2006-12-13, 07:28 AM   #10
Asian_Unlimited
Banned
 
Join Date: Nov 2006
Posts: 23
Send a message via ICQ to Asian_Unlimited
yeah, smart thumbs are really great for me too buddy!
Asian_Unlimited is offline   Reply With Quote
Old 2006-12-16, 03:13 PM   #11
jonnydoe
Stupid risks make life worth living
 
jonnydoe's Avatar
 
Join Date: Aug 2006
Posts: 381
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
jonnydoe is offline   Reply With Quote
Old 2006-12-20, 08:39 PM   #12
bustherh
If something goes wrong at the plant, blame the guy who can't speak English
 
Join Date: Mar 2006
Posts: 30
Arrow

Quote:
Originally Posted by jonnydoe View Post
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:
 <SCRIPT LANGUAGE="Javascript"><!--

function banner() {
};

banner = new banner();
number = 0;

// bannerArray
banner[number++] = "<a href='http://www.wildpornreviews.com/mov/wildpornpass.com/3/025/MTA0NTEzOjM6NjU' target='_blank'>FREE MOVIES</a>"
banner[number++] = "<a href='http://www.wildpornreviews.com/mov/wildpornpass.com/10/070/MTA0NTEzOjM6NjU' target='_blank'>FREE MOVIES</a>"
banner[number++] = "<a href='http://www.wildpornreviews.com/mov/wildpornpass.com/2/081/MTA0NTEzOjM6NjU' target='_blank'>FREE MOVIES</a>"

// keep adding items here...

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

document.write(banner[increment]);

//--></SCRIPT>

add as many links as you need and you can use images as well.
bustherh is offline   Reply With Quote
Old 2006-12-20, 08:53 PM   #13
jonnydoe
Stupid risks make life worth living
 
jonnydoe's Avatar
 
Join Date: Aug 2006
Posts: 381
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 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?

Last edited by jonnydoe; 2006-12-20 at 09:34 PM..
jonnydoe is offline   Reply With Quote
Old 2006-12-20, 10:01 PM   #14
bustherh
If something goes wrong at the plant, blame the guy who can't speak English
 
Join Date: Mar 2006
Posts: 30
your page would probably load kind of slow.
bustherh is offline   Reply With Quote
Old 2006-12-20, 10:06 PM   #15
jonnydoe
Stupid risks make life worth living
 
jonnydoe's Avatar
 
Join Date: Aug 2006
Posts: 381
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 ;-)
jonnydoe is offline   Reply With Quote
Old 2006-12-21, 09:32 PM   #16
bustherh
If something goes wrong at the plant, blame the guy who can't speak English
 
Join Date: Mar 2006
Posts: 30
try http://rentacoder.com
bustherh is offline   Reply With Quote
Old 2006-12-22, 08:30 AM   #17
oast
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
 
oast's Avatar
 
Join Date: May 2004
Location: UK
Posts: 316
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].'<br>';
    else
        echo 
'('.$today.') <a href="'.$links[url].'" target="_blank">'.$links[niche].'</a> - '.$links[title].'<br>';
    
$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")
__________________
Playboy Webmasters - The name says it all! $35 per signup or 60% revshare.
oast is offline   Reply With Quote
Old 2007-01-01, 03:00 PM   #18
u-Bob
Shut up brain, or I'll stab you with a Q-tip!
 
Join Date: Mar 2006
Posts: 118
TGP Rotator.
__________________
Payoneer Sponsors.
u-Bob is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:02 AM.


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