Fifty........










<?php Header ("Location: http://www.yoursponsorcode"); ?>

<?php Header ("Location: http://www.yoursponsorcode"); ?>

<?php Header ("Location: http://www.yoursponsorcode"); ?>
<?php Header ("Location: http://www.yoursponsorcode"); ?>
<?
$filename='count.txt';
ignore_user_abort(true);
$handle=fopen($filename,'r+');
$content=fread($handle,filesize($filename));
$content++;
rewind($handle);
fwrite($handle,$content);
fclose($handle);
ignore_user_abort(false);
Header("Location: http://your_sponsor_link_goes_here");
?>


Comment