Jump to content

affiliate and ip ??


microsd

Recommended Posts

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

Link to comment
Share on other sites

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 by microsd
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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}

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated