|
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
Remember to click Thanks on useful posts!
(Or, if you have Rep Power of 1 or more, give positive reputation!)
Posts you may be interested in:
Last released: [Only registered and activated users can see links. ]
|