Administrator Reseller statuslink integration Howto - Please read Every campaign has it's own "reseller statuslink". You can find and copy this link on the campaign stats page. There are two differnet examples on this page. One for pulling html (easy) and one for JSON data (expert). Easy: Pull HTML Data from fanslave and show stats on your domain 1. Copy paste the following php example code and place it on your server. The new file should be reachable at https://yourdomain.com/stats.php Copy Code 0) { $tmp_post=array(); foreach ($_POST as $key => $value) { $tmp_post["post_".$key]=$value; } $post_string="&".http_build_query($tmp_post); } //Pull HTML from fanslave $data = file_get_contents("https://www.fanslave.com/fanslave/stats.php?site_id=$site_id&unique_id=$unique_id&json=0&version=$version".$post_string); //Verify Result if (strpos($data, "Result-OK")!==false) { //Get body preg_match("/(.*)<\/body>/s", $data, $output_array); if (isset($output_array[1])) $body=$output_array[1]; else $body="There was an error. Please try again later."; //Get css preg_match("/