TE and wordpress outgoing not working

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
poweromania
Posts: 6
Joined: Wed Oct 23, 2013 3:21 pm

TE and wordpress outgoing not working

Post by poweromania »

I know this problem has been already discussed but the old thread is over 5 years old and maybe some stuff have changed.

The problem is that i put this code into the <head> </head> section of my wordpress theme and doesn't seems to work. Every time i click on a post it doesn't send me to a website from my trading list.

Code: Select all

<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>
Here is my website http://nsfw-tube.com and the jquery is here http://nsfw-tube.com/js/jquery.js
also my tradeexpert folder is here http://nsfw-tube.com/te3
texpert
Site Admin
Posts: 719
Joined: Sat Mar 14, 2009 5:54 pm

Re: TE and wordpress outgoing not working

Post by texpert »

Hello, can you PM me TE3 login details or hit me up on ICQ: 374821862 ?


Best regards,
Alex
Post Reply