outgoing traffic tracking

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
punaniman
Posts: 1
Joined: Tue Feb 28, 2012 10:45 pm

outgoing traffic tracking

Post by punaniman »

hello,

anyone out there can help please i have installed everything and incoming hits work fine but, i have managed to add the outgoing traffic syntax but everytime i try to test it i goes straight to the trades, how do i get it so that when someone clicks on one of the gallery my gallery page will open, and later will go to a trade.
can someone help. here is the link: http://www.onehotpunani.com
afamintas
Posts: 28
Joined: Fri Jul 22, 2011 9:19 pm
Location: Portugal
Contact:

Re: outgoing traffic tracking

Post by afamintas »

Change:
http://www.onehotpunani.com/tx/out.php?s=100&u=#url#

To:
http://www.onehotpunani.com/te3/out.php?s=70&u=#url#

Already now the Trade Expert folder directory should be /te3/ and not /tx/.
3. Create a te3 directory inside your html directory for the respective domain and chmod it to 755
Another thing:
Incoming traffic tracking
Classic incoming tracking.

SSI tracking: If you are using .shtml extension, add this code to all your .shtml pages inside the <head> </head> tag.

<!--#include virtual="/te3/in.php?$QUERY_STRING" -->

Virtual: If you are using .php extension, add this code to all your .php pages inside the <head> </head> tag.

<? virtual('/te3/in.php?'.$_SERVER['QUERY_STRING']); ?>
If you were to consult the installation manual again. http://www.tradeexpert.net/manual.html

Cheers
http://www.amadorasfamintas.com/ - http://www.amadorasfamintas.com/te3/signup.php
The next generation traffic network PlugRush Build your own unique widget in minutes.
Post Reply