How to copy a website (not full pages)

Awesoa

Newbie
Joined
Feb 18, 2016
Messages
19
Reaction score
1
I want to copy a directory website, it contain a list with descriptions and download link, I want to copy pages titles, descriptions and download links. I want to do this in order to rewrite descriptions and get my own copy of the website with a different style and design.
How can I do that ?
 
hmm sound good . i also have a directory with 2sites inside :P
i am waiting for a repley too .
 
maybe wordpress backend export tool? it can export pages,post,media etc and just import them on other domain
 
maybe wordpress backend export tool? it can export pages,post,media etc and just import them on other domain

website is not mine, so it's not possible this way

You can try HTTrack

You can just take out/edit what you need and don't need.

Already tried but it's not easy to manage, I just want to export a website into CSV for example with 3 cases for "title" "descriptions" and "download link", so that I easily import it later on wordpress.
 
website is not mine, so it's not possible this way



Already tried but it's not easy to manage, I just want to export a website into CSV for example with 3 cases for "title" "descriptions" and "download link", so that I easily import it later on wordpress.

Is it your website? Wordpress has that under tools > Export.
 
The ability to copy a website will allow you to you dissect the coding process, bit by bit, helping you to understand exactly how HTML coding works.
 
Am also looking for the best answer , i hope anyone ill help us in this community
 
If you use Linux, this command works well for ripping single pages -

Code:
wget -E -H -k -K -p http://www.example.com/

If robots.txt is blocking you, add this switch:
Code:
-e robots=off
 
Try to contact dollysites.com/

This copy script is awesome, I have one. And it is do magic.
It is make copy html files and host on your hosting. Than you can change as you want.

http://demo.dollysites.com/
Синонимизация текста - Synonyms
Вырезать счетчики- Cut counters (google analytics etc)
Использовать прокси - use proxy
Рандомное изменение цветов в CSS - randomly change css and colors
and other helpfull fitches
 
Back
Top