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.