View Single Post
Old 10-13-2006, 01:41 PM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
:2cents Beat ZANGO and others ( for affiliates )

Most of the solutions have been focused on the sponsor level , well i thought i would shift focus and try to see what affiliates could do to solve the problem..

so i threw this little gem together ( any help would be great ) , keep in mind this isnt 100% effective but seems to be a good start anyways

WARNING this is a BETA example. use at your own risk. not all sponsors may allow being promoted using this method

tested on zango

make a blank php file called go.php this is where you will send your traffic

in this page simply put this

<script src=stb.php?stb.js></script>

now make a page called stb.php in the same directory and put this inside it
---------------------------
<?php
$ra = array("http://www.streetblowjobs.com", "http://www.cumfiesta.com");
srand(time());
$sizeof = count($ra);
$random = (rand()%$sizeof);
$top = ("$ra[$random]");
if ( eregi ( "yourdomain.com", $_SERVER['HTTP_REFERER'] ) )
{
// do nothing
}
else
{
$top = "http://google.com";
}

?>

var blank=" ";function fill() {parent.main.location.href='<?php echo $top; ?>';}
document.write('<frameset rows="100%,*" border=0 frameborder=0 framespacing=0 onload=fill();>');
document.write('<frame src="javascript:parent.blank" name="main" SCROLLING="AUTO">');
document.write('<frame src="javascript:parent.blank" name="hidden" SCROLLING=no>');
document.write("<\/FRAMESET>");




--------------------------

tested on zango..


basically what we are doing is setting our sponsor in a frame from an external file that cant be read by zango thus its not "readily" apparent where the hit is going..

p.s. in the example im using random links as the target

heres an example in action http://gfy.webspacemania.com/share/go.php
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote