www.bo.lt
Wow these are great replys! Thanks guys. The site IS very simple just has a few links and a ton of adsesne. It looks like one of the "4 slice toaster" pages. I tried the view source and save to HTML but like you said its looks very different, missing pictures and stuff.
When I upload the files to my site I just need to put them in the public-html folder right?
It can't possibly have tons of adsense, G only lets you display 3 ads at a time. So unless you meant other ads other than G that is not possible. The reason the pictures are missing is because you need to save all images used on the page and reupload them to your hosting - then go into your index.html code and replace the <img src= codes with the correct image URLs.
Is there a way to copy a website and edit it to make it my own?
I simply just want to change their ad-sense code to mine and keep their layout and page.
its too hard to copy and edit the site....create a new one..
this might help:
Code:www.bo.lt
http://www.blackhatworld.com/blackhat-seo/templates-themes/276074-guide-rip-any-html-template.html
You're probably thinking about httrack.There is a software that copies the whole website (all the sublinks etc.) It can't copy the php part but it copies all the pages generated by php at the time of visit.
Can't remember the software but I think with a little search you will find it as I posted about it before. Else I will try to remember and get back to you.
You're probably thinking about httrack.
An off page CSS file isn't a problem at all. Just look in the head of the html page, find the location of the style sheet and download it. Same thing applies to javascript files, image files, and anything else being called other than server-side things like php. In fact even php sites can be copied if you don't mind it being converted to static html pages. A lot of times that isn't a problem. Even a wordpress site can be copied as a static html site if all you need is 3 or 4 pages and don't intend to be adding new blog posts or comments.When you paste the code into your html editor, if you don't get the exact layout you thought you should have gotten, it probably is calling an off page CSS file to keep people from doing what you are trying to do.
Someone posted just do a new site if it is simple, I agree, you could probably build one really fast is it is just the layout your going for.
Also if you look at the source code real good, you may find a hint of where the website came from, might get lucky and find it is someones template.
Good Luck!!