Search found 6 matches
- Fri Jan 09, 2015 8:23 am
- Forum: Trade Expert - Support & Main Discussion
- Topic: Incoming tracking code not working
- Replies: 3
- Views: 13587
Re: Incoming tracking code not working
Hello, try <?php include("/FULL/PATH/TO/public_html/your_te3_directory/in.php"); ?> and don't forget to replace the full path with yours. best regards, Alex If I enter <?php include("/public_html/girls2go2/tex3/in.php"); ?> Can that be correct? girls2go2.com is my site and tex3 ...
- Fri Jan 09, 2015 8:10 am
- Forum: Trade Expert - Support & Main Discussion
- Topic: Wordpress outgoing
- Replies: 17
- Views: 56095
Re: Wordpress outgoing
Yes, I had wrote girls2go2.com/tex3texpert wrote:Hello, have you replaced the yourdomain.com/te3 with your domain and your TE3 path?
girls2go2.com is my domain and tex3 is the name on my TradeExpert directory
- Thu Jan 08, 2015 11:35 pm
- Forum: Trade Expert - Support & Main Discussion
- Topic: Incoming tracking code not working
- Replies: 3
- Views: 13587
Incoming tracking code not working
Hi!
I try to use include("/FULL/PATH/TO/public_html/your_te3_directory/in.php");
in my header.php file (using Wordpress) between the <HEAD> tags.
But the only thing that happens, it display that line as a text on the top of
the site.
I try to use include("/FULL/PATH/TO/public_html/your_te3_directory/in.php");
in my header.php file (using Wordpress) between the <HEAD> tags.
But the only thing that happens, it display that line as a text on the top of
the site.
- Thu Jan 08, 2015 10:27 pm
- Forum: Trade Expert - Support & Main Discussion
- Topic: Wordpress outgoing
- Replies: 17
- Views: 56095
Re: Wordpress outgoing
Hello, have you included incoming tracking code ? Here is the code if you use any kind of cache: <script type="text/javascript"> <!-- function getquery(n) { var half = location.search.split(n+'=')[1]; return half ? decodeURIComponent(half.split('&')[0]):null; } function te3_remote_tra...
- Tue Jan 06, 2015 12:46 am
- Forum: Trade Expert - Support & Main Discussion
- Topic: Wordpress outgoing
- Replies: 17
- Views: 56095
Re: Wordpress outgoing
I can´t see the incoming traffic, only the clicks.
Do I need change any code for that?
Do I need change any code for that?
- Sun Jan 04, 2015 8:30 pm
- Forum: Trade Expert - Support & Main Discussion
- Topic: Wordpress outgoing
- Replies: 17
- Views: 56095
Re: Wordpress outgoing
Hi yogiza, use the above code, but change this line: jQuery(this).attr('href','/te3/out.php?p=100&link=click&url=' + escape(url)); with this one: jQuery(this).attr('href','/te3/out.php?s=100&l=click&u=' + escape(url)); and let me know if it work. best regards, Alex How do I need cha...