Forum Moderators: open
The spider would have to get the their URL from a DB and check if my url is present. The spider needs to run from within the site, and not locally at my PC.
I looked around, but cannot find anything. All the programs available run locally, I need something to run from the server.
Thanks
Why wouldn't it run just as well on your host server? You may have to modify the code to tell it where to send the results. I've never seen one of these programs, but I can't see why it would make much difference where it was installed.
Actually, I just got it to work using ASPtear.
Basically this is what I am doing:
- ASPtear gets the page specified in the db
- check for my site url using InStr
- update the DB with a yes or no
- write any errors to page - for example if the reciprocal url was not accessible.
- done
It seems to be working good :)