Earn a Quick $2

Status
Not open for further replies.

zmoker

Junior Member
Joined
Dec 10, 2008
Messages
155
Reaction score
34
I have a TGP adult site.
I need a script that rotates the thumbnails everytime the user refreshes my page.
So for example if someone comes to my page he sees this

Thumb1 Thumb 2 Thumb 3

Thumb4 Thumb 5 Thumb6


When he refreshes he will see this

Thumb5 Thumb 4 Thumb1

Thumb3 Thumb 6 Thumb2

Anyway you get what I mean

First one who posts a script that works i'll send $2 by paypal.
 
You should probaly go to digitalpoint forums for a request like that..... I'm sure you will get alot of "Helpful responses"
 
For FREE!!

PHP:
<?php

$tab = range(1, 6);
$random = array_rand($tab, 6);
$links = array(a,b,c,d,e,f);
foreach ($random as &$value) {
    	echo $links[$value];
		$i++;
		if ($i>2){echo "<br>"; $i=0;}
}
?>

change values in links array
 
Code:
http://www.java-scripts.net/javascripts/Random-Image-Script.phtml

This also works.
 
Everyone seems to disagree about my price, why? Is it that complicated? I don't know how do it because I suck at html, javascript etc..
I don't think its that much difficult for someone who knows this stuff. All I need is just a simple code, then I will apply it myself.
 
10x cyklotrial and the hilitereel I'll look into your methods :)
 
LOL what an eye catching thread, I thought someone is giving away 2 bucks for valentines oh well, if you are blackhat enough the script is available to search in the forums of sitepoint, gfy and dp
 
It might be simple, but if you can't do it what does that mean? That you can't do something so simple? I know what you are trying to get out, but just because you know something is simple does not mean you immediately won't pay any decent money to get it done. The point is, it is simple but you still can't do it.
 
here are 2 scripts i have used personally. Their both good, and both in depth. The both also rotate the thumbs. If you dont want all these have to offer, you might want to look into a CJ (circle jerk) script. Read up on them to understand what they are.

Code:
http://comusthumbs.com/login.php?action=trial
http://tgp.x3scripts.com/tgp/
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top