monkeybidz Posted February 18, 2007 Share Posted February 18, 2007 I am currently running phpBB 2.0.22 with current updates. I am trying to integrate an affiliate tracking code to track new registrations. The current code is: <!--START SoAndSo.Com CODE--> <script language="JavaScript" type="text/javascript" src="https://www.soandso.com/affiliate/trackingcode_sale.php?mid=12&sec_id=M_129eJ5kN3vD8uF&sale=<?=$USERNAME?>&orderId=<?=$EMAIL?>"> </script> <!-- END SoAndSo.Com CODE --> I do not know if i am using the correct varaibles "EMAIL" & "USERNAME" and i do not know what page to place the code in so that it can grab these variables. If someone here is familiar with phpBB 2.0.22 i would really appriciate the help. Thanks in advance! ??? Link to comment https://forums.phpfreaks.com/topic/38975-adding-an-affiliate-tracking-code-to-phpbb-forum/ Share on other sites More sharing options...
monkeybidz Posted March 4, 2007 Author Share Posted March 4, 2007 I see the problem now, the form where i am trying to get these variables from is TPL. The variables are in curly braces {USERNAME} & {EMAIL}. If i place the script mentioned earlier in this same page can i still get these variable and convert them to php? Link to comment https://forums.phpfreaks.com/topic/38975-adding-an-affiliate-tracking-code-to-phpbb-forum/#findComment-198966 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.