![]() |
Anybody know of a script that checks what LLs are linking to a freesite?
What I am looking for is a script that takes the url of a freesite and checks a list of linklists to see which ones are still linking to that site.
I was messing with ATO's tgpcheck script, but I get the impression it only checks a single page for a link. What I'd like is a script that searched the whole domain, ideally. I guess I could enter each cat page of the linklists I want to check into ATO's tgpcheck... I'll have to try that and see how it works. Pretty tedious for a site like RR, or any linklist which has multiple pages for each cat. Anyhow, such a script, one that checks LLs to see if they are still listing a site, could be useful to a lot of folks. |
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. |
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. |
http://www.axandra-link-popularity-tool.com/
Download Aerlis the free version goes up to a hundred links |thumb |
All times are GMT -4. The time now is 12:59 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc