jnet Posted August 17, 2009 Share Posted August 17, 2009 The affiliate link Please help me land it in another page how to do that? 0 Quote Link to comment Share on other sites More sharing options...
jnet Posted August 28, 2009 Author Share Posted August 28, 2009 no way? please some body give an idea 0 Quote Link to comment Share on other sites More sharing options...
atDev Posted August 28, 2009 Share Posted August 28, 2009 Check out the * file. You can redirect however you want from there. 0 Quote Link to comment Share on other sites More sharing options...
jnet Posted August 30, 2009 Author Share Posted August 30, 2009 Thanks for the response I have this there what shall I do to redirect to my main domain for example http://www.yahoo.com <?php define("CLIENTAREA",true); include("dbconnect.php"); include("includes/functions.php"); if (isset($aff)) { update_query("tblaffiliates",array("visitors"=>"+1"),array("id"=>$aff)); setcookie("WHMCSAffiliateID", $aff, time()+90*24*60*60); } header("HTTP/1.1 301 Moved Permanently"); header("Location: ".$CONFIG["Domain"]); ?> 0 Quote Link to comment Share on other sites More sharing options...
atDev Posted August 30, 2009 Share Posted August 30, 2009 Change: header("Location: ".$CONFIG["Domain"]); To: header("Location: http://www.yahoo.com"); 0 Quote Link to comment Share on other sites More sharing options...
jnet Posted August 31, 2009 Author Share Posted August 31, 2009 Thank you very much for your help 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.