bhbeginner
Newbie
- Nov 7, 2016
- 4
- 0
Hi, I'm trying to learn to write a PHP page that do something maybe very beginner's level to you guys I don't even know the term (cloning, .etc) :
It just grabs another website and render as my site. Also I will patch all the links on the clone site as if it's my site with a token, then when the user click on it, it just go to the original site and grab the content, then display on it. The beauty is that it doesn't need to retain a database to save space. How to do it? thanks
For example, the original site is: (sorry can't paste link due to lack of score)
[/IMG]
and the clone is:
[/IMG]
Note: I'm not doing any backlink seeding here, purely to give example. They are not even my site.
It just grabs another website and render as my site. Also I will patch all the links on the clone site as if it's my site with a token, then when the user click on it, it just go to the original site and grab the content, then display on it. The beauty is that it doesn't need to retain a database to save space. How to do it? thanks
For example, the original site is: (sorry can't paste link due to lack of score)
and the clone is:
Note: I'm not doing any backlink seeding here, purely to give example. They are not even my site.