microsd Posted August 20, 2009 Share Posted August 20, 2009 Bonjour je souhaiterais savoir dans affiliate si par rapport au clic de renvoie du client avec son id on peut voir les adresses ip de se qui clics. en faite je souhaiterais connaitre les ip de chaque clic, merci ************************************************** Hello I would like to know if affiliate in relation to the click of returns with his client id you can see the ip address of what clicks. In fact I would like to know the ip of each click, thank you 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted August 20, 2009 WHMCS Support Manager Share Posted August 20, 2009 Hi, That information is not currently recorded. 0 Quote Link to comment Share on other sites More sharing options...
microsd Posted August 20, 2009 Author Share Posted August 20, 2009 (edited) Bonjour merci de votre réponse y a t'il un moyen pour se module de affiliate d'avoir une trace pour enregistré l'ip de chaque personne qui clic sur le lien du client Je souhaiterais aussi pouvoir ajouter un code de google analytic pour les statistiques de visiteurs mais les fichiers .php sont protéger et ne peut pas rajouter le code fournie avant la balise </body> comment faire voici le type de code <script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("????????"); pageTracker._trackPageview(); } catch(err) {}</script> *************************************** Hello thank you for your reply is there a way to affiliate module to have registered a record for the ip for each person who click on the link to the customer I would also like to add a code from Google Analytics for visitor statistics but the files. Php are protected and can not add the code provided before the </ body> how Here is the code type <script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("????????"); pageTracker._trackPageview(); } catch(err) {}</script> Edited August 20, 2009 by microsd 0 Quote Link to comment Share on other sites More sharing options...
microsd Posted August 22, 2009 Author Share Posted August 22, 2009 hello up please 0 Quote Link to comment Share on other sites More sharing options...
Impact-John Posted August 22, 2009 Share Posted August 22, 2009 hello for google Analytics you want to put it in the footer.tpl just above the </body> tag the footer.tpl can be found at the following structure whmcs_install_DIR/templates/yourtemplate/footer.tpl use this code here and it will work we use same thing {leteral}<script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("????????"); pageTracker._trackPageview(); } catch(err) {}</script> {/literal} Hope that helps you. 0 Quote Link to comment Share on other sites More sharing options...
microsd Posted August 22, 2009 Author Share Posted August 22, 2009 Bonjour non cela me mets cette erreur Fatal error: Smarty error: [in portal/footer.tpl line 1]: syntax error: unrecognized tag 'leteral' (Smarty_Compiler.class.php, line 583) in /home/????????/public_html/whmcs/libs/Smarty.class.php on line 1095 une idée please *************************************************** Hello not that this error myself Fatal error: Smarty error: [in portal/footer.tpl line 1]: syntax error: unrecognized tag 'leteral' (Smarty_Compiler.class.php, line 583) in /home/????????/public_html/whmcs/libs/Smarty.class.php on line 1095 an idea please 0 Quote Link to comment Share on other sites More sharing options...
Daniel Posted August 22, 2009 Share Posted August 22, 2009 It should be - {literal}<script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("????????"); pageTracker._trackPageview(); } catch(err) {}</script> {/literal} 0 Quote Link to comment Share on other sites More sharing options...
microsd Posted August 22, 2009 Author Share Posted August 22, 2009 Bonjour Daniel Merci de se code qui la fonctionne sans problème il ne me reste plus qu'à attendre demain pour voir les résultat. En effet comme je le dit plus haut j'ai affiliate qui et mit pour mes client mais je compte aussi les payer en rapport avec le nombres de clic ramenant sur le site donc il me fallait une solution pour pouvoir vérifier le nombres de visites puisque apparemment je ne peut pas ou il n'y à pas de méthode pour pouvoir vérifier les IP de chaque clic de visiteurs merci et si quelqu'un à une solution je suis preneur. ******************************************* Hello Daniel Thank you to the code that works without any problems it only remains for me to wait until tomorrow to see the result. Indeed as I said above that I affiliate with and for my client but I also pay in relation to the number of clicks back on the site, therefore I needed a solution to verify the number of visits since apparently I can not or there is no method to check the IP of each click of visitors thank you and if someone at a solution that would be good. 0 Quote Link to comment Share on other sites More sharing options...
Impact-John Posted August 22, 2009 Share Posted August 22, 2009 sorry i had a typo in my first literal tag my appologies 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.