I want to write a script that can log into a vbulletin forum (ive already got permission to do this if I keep the load small) and scrape the content from one of the listing pages to look at the code for certain keywords etc.
I’ve got my code working as far as the scraping and searching content etc goes, and on a public page, it works fine.
But because the vbulletin forum page requires users to log in before they can see the message list content, I need to make the php login to vbulletin with my user account and handle the session etc.
Anyone done this? can point me in the right direction?
Again, the forum owner has given me permission so long as it doesnt cause him any work and I dont need access to his server etc. (his words)