Old 10-25-2007, 12:32 PM   #1 (permalink)
buldozerceto
New Member
 
Join Date: Oct 2007
Posts: 33
buldozerceto is on a distinguished road
Default Anyone knows how I can track outgoing clicks?

Anyone knows how I can track outgoing clicks? I have code directory script but I don't know how I can track outgoing clicks. Anyone can help me?
buldozerceto is offline   Reply With Quote
Old 10-25-2007, 12:50 PM   #2 (permalink)
Critic
Administrator
 
Critic's Avatar
 
Join Date: Aug 2007
Location: Australia
Posts: 126
Critic is a jewel in the roughCritic is a jewel in the roughCritic is a jewel in the roughCritic is a jewel in the rough
Default

What script are you using?
Critic is offline   Reply With Quote
Old 10-25-2007, 12:54 PM   #3 (permalink)
buldozerceto
New Member
 
Join Date: Oct 2007
Posts: 33
buldozerceto is on a distinguished road
Default

I have coded my own directory script.
__________________
Great backlinks submit FREE
FREE seo friendly link directory - Web linker |
Free link directory | Free seo directory
buldozerceto is offline   Reply With Quote
Old 10-25-2007, 01:10 PM   #4 (permalink)
Critic
Administrator
 
Critic's Avatar
 
Join Date: Aug 2007
Location: Australia
Posts: 126
Critic is a jewel in the roughCritic is a jewel in the roughCritic is a jewel in the roughCritic is a jewel in the rough
Default

So you want to track outgoing links without using redirects right?

Then you have to use a JS tracker like PHPLD uses. I haven't seen the exact script, but I'm sure if you Googled it you'd find some similar scripts available
Critic is offline   Reply With Quote
Old 10-25-2007, 01:32 PM   #5 (permalink)
buldozerceto
New Member
 
Join Date: Oct 2007
Posts: 33
buldozerceto is on a distinguished road
Default

hey thanks for pointing the js tracker. I found it in the source of phpld link directory
here is it for reference

var a = document.getElementsByTagName("a");
for(i = 0; i< a.length; i++)
if(a[i].id != '')
a[i].onclick = count_link;
function count_link() {
i = new Image();
i.src= root+'/cl.php?id='+this.id;
return true;
}
__________________
Great backlinks submit FREE
FREE seo friendly link directory - Web linker |
Free link directory | Free seo directory
buldozerceto is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 01:32 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
Copyright Directory Critic 2005-2007