|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#3 (permalink) |
|
New Member
Join Date: Oct 2007
Posts: 33
![]() |
I have coded my own directory script.
__________________
Great backlinks submit FREE FREE seo friendly link directory - Web linker | Free link directory | Free seo directory |
|
|
|
|
|
#4 (permalink) |
|
Administrator
Join Date: Aug 2007
Location: Australia
Posts: 126
![]() ![]() ![]() ![]() |
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 |
|
|
|
|
|
#5 (permalink) |
|
New Member
Join Date: Oct 2007
Posts: 33
![]() |
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 |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|