http://www.botguruz.com/?page_id=285
You could try:
Given link
There's also
Given link
That tools exist for many years.
Thanks for your site cloning software.
The answer to your question might be more complicated than yes or no, depending on WHAT exactly you want to "clone" and what your privilege of access you have on the source site you want to replicate...
httrack and/or winhttrack if on windows (gawd even wget -r site...) will do the trick for the "passive" part of the website... Aka html, js, css, dhtml. But, for instance, making a copy of a db-driven CMS like WordPress will end up with thousands of static html files and redundant cross-references (tags, categories) if you don't have access to the db credentials in order to dump the sql and recreate the server-side structure. Furthermore nothing will clone the "active" (server-side) part, so if there's some shiny technology in php, aspx, jsp, ruby, python or some other language executed on the server you're OUT of luck.
In general cloning works very well when you want to replicate the appearance of a website, not much more than that tbh... HTH.
Someone mentioned WPtwin....Will that work to clone a WP adsense niche site? There are some many high ranking/low quality sites with low # of backlinks that rank #1 for their keywords. Will WPtwin copy the site for me to my WP site? If that's the case, I have a long night a head of me =)
PS. Talking about simple 1 or 2 page/article sites.
According to your specific needs if you have the admin password of your source site, yes.
If you don't have access to the source website credentials and you're trying to copy a 3rd party website http://www.httrack.com/ will help. Just remember to set it so that it doesn't dig too deep or it's gonna take forever just for a few pages for the reasons I mentioned in my previous post (cross references). Plus the result with httrack -as I wrote- will be STATIC html files that will run without WP.
If you don't have access to the database credentials there's NO easy way you can clone a WP -> WP installation if that makes more sense... HTH!