View Single Post
Old 04-22-2008, 10:45 AM   #13 (permalink)
REßEL
She cries MORE MORE MORE!
 
REßEL's Avatar
 
Join Date: Feb 2004
Location: Apparently I'm a bitch a cunt a fuckhead and a troll. I'm also RIGHT!
Posts: 9,188
Points: 14,581
Send a message via ICQ to REßEL
First add all your sites to it and add the vote links to each site

Second add your sponsor sites to it and make a note of all the vote links. Then in a blank file drop the following php code. Change each line for one of the vote links for your sponsor site. You can add extra lines (or remove lines) just make sure that each new line you change the $Url1 to the next sequential number, then change the 10 in $num = rand (1,10); to the actual number of $Url's you have. Save it as whatever.php and upload to your site.
PHP Code:
<?php 
$Url1 
"http://votingcodelink.com/in.php?id=??"// site name (for reference)
$Url2 "http://votingcodelink.com/in.php?id=??"// site name (for reference)
$Url3 "http://votingcodelink.com/in.php?id=??"// site name (for reference)
$Url4 "http://votingcodelink.com/in.php?id=??"// site name (for reference)
$Url5 "http://votingcodelink.com/in.php?id=??"// site name (for reference)
$Url6 "http://votingcodelink.com/in.php?id=??"// site name (for reference)
$Url7 "http://votingcodelink.com/in.php?id=??"// site name (for reference)
$Url8 "http://votingcodelink.com/in.php?id=??"// site name (for reference)
$Url9 "http://votingcodelink.com/in.php?id=??"// site name (for reference)
$Url10 "http://votingcodelink.com/in.php?id=??"// site name (for reference)


$num rand (1,10);
$URL = ${'Url'.$num};

header("Location: ".$URL."");
?>
Send your 404 traffic through this page. If you have a voting gateway enabled send the "enter without voting" link through this page. Drop the link wherever you feel like on your own sites.

What the page does is randomly vote for your sponsors, which means they get in traffic and rank on the toplist, distributing any traffic you're sending to the list yourself amongst your sponsors and not just entering without voting.
__________________
I work smarter not harder with the following awesome tools!
Gallery Submitter | Blogs Organizer | Gallery Scraper | Site Organizer | Links Organizer
REßEL is offline   Reply With Quote Send a private message to REßEL