Vbulletin Login And Scrape

I need a PHP script that will:

– Log into a vBulletin forum using usernames and passwords that I will provide.
– Download a list of threads from that forum (as supplied by me).
– Scrape the content of the threads.
– Save the information collected into a MySQL, Excel or CSV file.

The scripts needs to be throttled in order not to overload the server (15-45 seconds between each query).

THe threads are only accessible when logged in to the forum.

Leave a Reply

Your email address will not be published. Required fields are marked *