How to rip a website?

therealmadhatter

Regular Member
Joined
Mar 13, 2011
Messages
247
Reaction score
164
I saw a website which has a nice template/design. I want to copy it. How can i copy the template files, is there any website or software that can do it?

Thanks

Here is the link

Code:
pornfile.net
 
Last edited:
Wordpress site? Share it to us maybe we know the theme of that website.
 
Look at the page source. Many wordpress themes have the theme name in the comments or file names.
 
If you have linux just use wget url > directory. Use man wget or info wget and find the operators to get recursively so it will grab the main page and all pages linked to. It will also grab images. Our you could just view page source copy all and paste into text editor, then grab the css file and images. Check the directory structure for images and recreate it.

To your success,

Rich
 
Or just use Httrack and transform it into a static page.
 
I dont have linux and about Httrack, it just back up the whole site, how to make it a ststic page, what option should i select?
 
Doesn't look like that kind of site would be using wordpress guys ;) LOL
 
Ripping whole websites is not as easy as you may be thinking unless you're pro with HTML/CSS and web designing tools yourself.
well, there are many tools available to help you out if you would have search them prior to making this thread.
 
Back
Top