dannyhw
Senior Member
- Jul 16, 2008
- 979
- 476
I have a script that will look up the backlinks to a page and check each of them for nofollow. I think that's pretty decent on its own, for example for sites you know comment spammed.
My dilemma is it's too slow to turn into a web application. It's in PHP but it would timeout on the host. My other idea is to just bulk load urls into this thing locally and save to a database that I'll offer up for free. Maybe add the PR of the domain or something. I don't really know at this point.
I don't use windows and I'd hate to make a windows app...
My dilemma is it's too slow to turn into a web application. It's in PHP but it would timeout on the host. My other idea is to just bulk load urls into this thing locally and save to a database that I'll offer up for free. Maybe add the PR of the domain or something. I don't really know at this point.
I don't use windows and I'd hate to make a windows app...
Last edited: