|
|
|
|
|
|
|
![]() |
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
![]() |
#1 |
Aw, Dad, you've done a lot of great things, but you're a very old man, and old people are useless
Join Date: Aug 2005
Posts: 20
|
I wonder if it would be very difficult to modify some a link cheching script to do it or create something along those lines.
Sounds interesting and worth looking into. |
![]() |
![]() |
![]() |
#2 |
You can now put whatever you want in this space :)
|
I used to have a small php script on my free site index that tracked hits. I have a MYSQL db entry for all the major LLs, their domain urls, etc. And another table for free sites I've submitted. Tracking hits for a LL was pretty straight forward. Get referer info $_SERVER['HTTP_REFERER'], pull the base domain using parse_url() I think, and then do a MYSQL update using the index url $_SERVER['REQUEST_URI'] and the LL domain name. Each hit would increment the hit count by 1.
Of course, if a site got unlisted, then the script wouldn't realize it. Probably the best way is to timestamp every incoming hit or restart the counter at the start of every month. If you wanted to parse the LL pages, then like you said, the LL's with multiple pages would cause problems. One possible solution is for the script to look up google using "site:LL.com "yourfreesitetitle" and then parse the resulting page for your site url, but that's assuming its been listed long enough for the page to get crawled, and other variables, like mutlie google results. Sounds like overkill to me. Checking for incoming hits seems to me like the easiest solution.
__________________
Success is going from failure to failure without a loss of enthusiasm. |
![]() |
![]() |
![]() |
#3 |
You can now put whatever you want in this space :)
|
http://www.axandra-link-popularity-tool.com/
Download Aerlis the free version goes up to a hundred links ![]()
__________________
How To Keep An Asshole In Suspense
I'll Tell You Later |
![]() |
![]() |
![]() |
|
|