View Single Post
Old 10-25-2007, 02:32 PM   #5 (permalink)
buldozerceto
New Member
 
Join Date: Oct 2007
Posts: 35
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;
}
buldozerceto is offline   Reply With Quote