Wordpress outgoing

Our support will answer all your general questions here.

Moderator: Rock

texpert
Site Admin
Posts: 719
Joined: Sat Mar 14, 2009 5:54 pm

Re: Wordpress outgoing

Post by texpert »

Hello, have you replaced the yourdomain.com/te3 with your domain and your TE3 path?
vicotnic
Posts: 6
Joined: Sat Jan 03, 2015 11:39 pm

Re: Wordpress outgoing

Post by vicotnic »

texpert wrote:Hello, have you replaced the yourdomain.com/te3 with your domain and your TE3 path?
Yes, I had wrote girls2go2.com/tex3

girls2go2.com is my domain and tex3 is the name on my TradeExpert directory
texpert
Site Admin
Posts: 719
Joined: Sat Mar 14, 2009 5:54 pm

Re: Wordpress outgoing

Post by texpert »

Can you PM me your TE3 login info?
via
Posts: 4
Joined: Wed Jun 10, 2009 9:37 pm

Re: Wordpress outgoing

Post by via »

Hello.
I'm sort of newbie, maybe someone can help.
I use wordpress + TE. Installed few days ago, but I still don't understand how to add TE code to Wordpress post links.
I mean: posts are usualy like http://www.mydomain.com/?p=123 and need make the "scripted" like a /your_te3_directory/out.php?s=70&u=http://www.mydomain.com/?p=123
Or how to do it?

I need to script only links to my posts, not totaly all links.

I tried also this one solution:
<script type="text/javascript" src="/js/jquery.js"></script>
<script>
jQuery(document).ready(function(){
jQuery("a").click(function(){
url=jQuery(this).attr('href');
jQuery(this).attr('href','/te3/out.php?s=100&l=click&u=' + escape(url));
});
});
</script>
But I'm not sure I need this, because it looks like it will add code to totally all links? Or no. Anyway it seems it does not work, since I see only 1 click TG in Last 24 hours and 0 Out T. Its impossbile, I have about 100 visitors/day.

P.s. because of plugin Wp Super Cache i use cusom structure of permalinks, like a /%category%/%postname%.html .. It forces to do this.. so actualy my links to post are little bit different than /?p=123, but problem same.
via
Posts: 4
Joined: Wed Jun 10, 2009 9:37 pm

Re: Wordpress outgoing

Post by via »

update: now this js seems works, after I uploaded jQuery (I forgot).
But how to exclude some internal links from sending to trades etc?
via
Posts: 4
Joined: Wed Jun 10, 2009 9:37 pm

Re: Wordpress outgoing

Post by via »

I mean I want to exclude navigation and sponsor links.
testina
Posts: 1
Joined: Fri Mar 06, 2015 1:52 pm

Re: Wordpress outgoing

Post by testina »

Hi there, I quite new here, and i start with a very big problem... I'm not a good web programmer and i try to install TE on my Wordpress/WP-Tube-Plugin site... I read all the disscussion and i do everything, but i didn't reach my target! I can see statistic, but i don't send visit to other traders (so, TE3 does not work with me...).
That's what i add in my <head> area:


<script type="text/javascript" src="/js/jquery.js"></script>

<script>
jQuery(document).ready(function(){
jQuery(“a”).click(function(){
url=jQuery(this).attr(‘href’);
jQuery(this).attr(‘href’,’/tradeexpert-hsv/out.php?s=50&l=click&u=’ + escape(url));
});
});
</script>

<script type="text/javascript">
<!--
function getquery(n) {
var half = location.search.split(n+'=')[1];
return half ? decodeURIComponent(half.split('&')[0]):null;
}
function te3_remote_track() {
var remotedomain = 'hotsecretvideo.com/tradeexpert-hsv/'; // remote tracking domain with TE3 dir, e.g. sub.domain.com/te3/
var preventfrom = 'hotsecretvideo.com'; // prevent double tracking from your own domain, e.g. domain.com
var docref = parent.document.referrer;
var ref= getquery('ref');
var rnd = Math.floor(Math.random() * 99999999);
if(!docref) docref='';
if(!ref) ref='';
docref=encodeURIComponent(docref);
document.write('<div style=\"display: none;\"><img src=\"http://'+remotedomain+'in.php?p=default&preventfrom='+preventfrom+'&ref='+ref+'&rnd='+rnd+'&refremote='+docref+'\" width=\"1\" height=\"1\" border=\"0\"></div>');
}
te3_remote_track();
// -->
</script>

This script does not work 100%, did i do some mistake???? Did I miss something???
I'm not using cache or other strange stuff... who can help me??????
Please, I really care to trade with you!!! :P
Rock
Posts: 226
Joined: Tue Dec 16, 2014 6:11 pm

Re: Wordpress outgoing

Post by Rock »

If you are using caching (Wordpress users - Super Cache, Total Cache; Nginx caching, etc.), you'll have to use the alternative method of incoming tracking - JavaScript tracking.

Check out our user manual, we have added a step by step guide on how to setup it up:
http://wiki.tradeexpert.net/doku.php?id ... t_tracking

Best regards,
Rock
I am a moderator on this forum and I handle part of TE support. ICQ: 651089602
Post Reply