|
Re: How to start on a web bot ?
You mean you want to parse links from another site?
Assuming so, with a language like PHP you'd fetch the webpage (file_get_contents("url") or CURL - Google these) and run some Regex.
I'll bold all these terms you need to Google, but really, there is a lot of source out there.
__________________
#TheVoid @ Jecht.xploitirc.net
Posts you may be interested in:
|