TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN (again): Web-based Link Checker with Blacklist Lookup

14 pointsby awulfover 13 years ago

10 comments

mcknzover 13 years ago
Looks good &#38; works well, based on a couple of sites-- unsure on the doctor image. It's funny but it might prevent some people from taking the site seriously.<p>-- remove "example.com" from search box when gets focus?<p>-- rather than blacklist certain domains, maybe you could cap the number of link checks? With utilities like this I always try a popular site to see how it works, before entering one of my own sites. I was unable to do that, which was a little frustrating at first.<p>-- add a quick description of service on main page? Not sure if "check your website's links" would be obvious to everyone.
tlackover 13 years ago
If you're looking for feature ideas, it might be interesting to be able to tell how deeply buried each link is from the homepage. I have some sites with a ton of content and I'd love to know how easily reached different pages are.
symkatover 13 years ago
Looking at my logs I only see 5 requests (maybe I'm grepping for the wrong thing?) but the UI shows many more links checked.<p><pre><code> grep www.drlinkcheck.com /var/log/nginx/access.log | wc -l 5 </code></pre> All of those have the user agent 'Mozilla/5.0 (compatible; dlcbot/0.1; +<a href="http://www.drlinkcheck.com/)" rel="nofollow">http://www.drlinkcheck.com/)</a><p>Also, I think it would be useful to add a section in 'About' that says the user agent the crawler will use.
评论 #3400627 未加载
awulfover 13 years ago
This is a repost from about two weeks ago. Back then, I had to remove the link after a few minutes because my little server couldn't handle the traffic spike and ran out of memory.<p>During the last days I have added more server power and did some major changes to make the service more robust. I hope the work was worth it.
评论 #3400268 未加载
评论 #3400382 未加载
moustachioover 13 years ago
I put together a usablity review of drlinkcheck.com using moustach.io. I hope you find this useful.<p><a href="http://moustach.io/welcome/e/reviewed/zNQi0Ddm0hFnDC4uEKvPYLt56cIyT3CkS_8doD1Ql9c/nHkFS62xP1E7L2N60B_9Sg" rel="nofollow">http://moustach.io/welcome/e/reviewed/zNQi0Ddm0hFnDC4uEKvPYL...</a><p>Good luck.
Mamadyover 13 years ago
The service is a good MVP - now it's time to beef up the features.<p>I have a friend who is working on a very similar product - it will be launched sometime in the next few weeks... keep an eye out for competition ;)
logicalmikeover 13 years ago
Works very well. And nice touch on the auto-updating pagination.
darwindeedsover 13 years ago
Very useful little tool. Now find a way to monetize it :)
jaequeryover 13 years ago
Looks neat. But where this can be used for?
edbloomover 13 years ago
nice work! I see you're running nginx as your web server. Anymore details on the dev stack you used?
评论 #3400464 未加载