i wrote a CURL/PHP code that can login to vBulletin forum and scrape all pages/posts and save it to my local PC as .html files. Now my problem is that the HTML have links/images/css that pointing to this forum and the page is looking ugly, without CSS without pics etc.. My question is how can i download the additional files like .css, .js and pictures when i scrape the pages?
My final target is to have a complete copy of the forum on my PC and to go through the forum to read posts and see images etc, like I do it online.