Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
I would recommend researching and downloading a crawler/mirroring application and not trying to recreate the wheel by building your own – James C Feb 2 at 18:33
I've tried to find, but didn't found anything that can solve my problem, do you have any link please? – Valoda Feb 2 at 19:50

closed as too localized by James C, tereško, code_burgar, shellter, d_r_w Feb 3 at 0:37

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.