Is there a script which can clone or steal other sites with all content ?

abcwangyi789

Newbie
Joined
Mar 27, 2012
Messages
23
Reaction score
2
Is there a PHP script which can clone or steal other sites with all content like wordpress robot ? and what dose this kinds of script named ?
 
Last edited:
yes its called httrack website copier and its free

Thank you very much . But i want to find a PHP script , which can be installed in web hosting , and it can automatically clone other sites . do u know any other scripts ?
 
Long story short - no.

Website rippers and 'wget' will only save rendered html files. As PHP is a Hypertext PREprocessor, the server will render the files before sending the file to the client via http.
Even if you did manage to get your hands on the PHP files, they are essentially redundant without a matching database. In my opinion this adventure is probably a LOT more trouble than it's worth ;)
 
I did use httrack... it works for basic pages... but it can't scrap everything (php, etc) but still give a good results since it's free.

I don't know of any php script doing this.
 
No software/script would ever give you the php files of a website.You can get the html by using wget,or saving using a browser, or file_get_contents, and many more ways.
 
short of hacking their server you cannot get their php files. httrack is the best free program I have seen to clone a site.

If you want server side stuff then you need to hire a programmer.
 
If you want server side stuff then you need to hire a programmer.

Yes, to make a similar script. I am sure OP may misunderstand it like, if you hire a programmer, he would get the php files for him for his target site.
 
Back
Top