[FREE] Clone Website in Real Time

Status
Not open for further replies.
yupz.. this script is basic reverse proxy.. i add some code inside to make all in on the fly..

If she calls herself noob or dumb, Ive no idea what should I call myself, Seriously dude :)
Much respect!

@GoDesain
Can I msg you? because your profile is limited
If you dont mind, I need to ask few things
ty
 
If she calls herself noob or dumb, Ive no idea what should I call myself, Seriously dude :)
Much respect!

@GoDesain
Can I msg you? because your profile is limited
If you dont mind, I need to ask few things
ty
sure.. you can PM me if you want..
 
@GoDesain
I cant view your profile, it says: This member limits who may view their full profile
I dont know how to PM you :(
 
Is there a way to meta-refresh this script to another domain?

Like this <meta content="5;url=http://www.example.com" http-equiv="Refresh" /> but this wouldn' work as your script is a proxy, rather than site?
 
Is there a way to meta-refresh this script to another domain?
Like this <meta content="5;url=http://www.example.com" http-equiv="Refresh" /> but this wouldn' work as your script is a proxy, rather than site?
i'm not sure about your question.. but if you want add meta refresh, maybe this will work :
PHP:
$body = str_replace('<head>', '<head><meta content="5;url=http://www.example.com" http-equiv="Refresh" />', $body);
that script will add custom code after <head>.
 
Any ways to monetize ? cause other day i tried to clone a website & did it successfully thanks to you. but i got nothing in my dashboard can't edit any links or anything :( any suggestion ?
 
Any ways to monetize ? cause other day i tried to clone a website & did it successfully thanks to you. but i got nothing in my dashboard can't edit any links or anything :( any suggestion ?

Maybe you can clone in an iframe and add ads or banners on the left/right/top/bottom, or some unders? :)
 
Any ways to monetize ? cause other day i tried to clone a website & did it successfully thanks to you. but i got nothing in my dashboard can't edit any links or anything :( any suggestion ?
What you mean you can not edit ? just edit
$body = str_replace('Original Source', 'With Yours', $body);
try to replace original banner with your or add your own ads...
compare this both ( movio.ga and gostream.is ) you see i change blue button in home with my ads..
you can also add pop under if you want by adding code..
maybe you can ask this guy..
https://www.blackhatworld.com/seo/cloned-website-1000000-searches-20kw-difficulty.962639/
i think he know how to make money from this one..
 
What you mean you can not edit ? just edit
$body = str_replace('Original Source', 'With Yours', $body);
try to replace original banner with your or add your own ads...
compare this both ( movio.ga and gostream.is ) you see i change blue button in home with my ads..
you can also add pop under if you want by adding code..
maybe you can ask this guy..
https://www.blackhatworld.com/seo/cloned-website-1000000-searches-20kw-difficulty.962639/
i think he know how to make money from this one..
how to change navigation links to our domain and how to change logo to our site logo?
 
how to change navigation links to our domain and how to change logo to our site logo?
PM me the origin url and your clone url.. if you ask how to without info i can't help you.. because we play with source..
 
as you can see
Code:
$body = str_replace($strpat, $strrep, $body);
that only replace string.. sometime they use lots code like javascript, so the solution is :
Code:
$body = preg_replace('/their ads regex/is', '<your ads code>', $body);
yes.. add preg replace, just regex their ads with your.
compare this both url :
Code:
movio.ga and gostream.is
thanks.
this code helped me a lot.
Your help is appreciated.
many many thanks to you.
 
Thanks dude!
And how do not allow mirroring my website?
you can try use javascript..
Code:
<script type="text/javascript"><!--//
  if(!location.hostname.match(/(^|\.)yourdomain.com$/)){
    window.location="http://yourdomain.com";
  }
  -->
</script>
that code will try to check if hostname is not yourdomain.com then visitor will redirect to yourdomain.com
using cloudflare is another option... or maybe you can find another solution on the net..
is there any way to insert my analytics code? wihtout replacing anything?
let assume you put analytics code in header..
PHP:
$body = str_replace('</head>', '<script>!function(e,t,a,n,c,s,o){e.GoogleAnalyticsObject=c,e[c]=e[c]||function(){(e[c].q=e[c].q||[]).push(arguments)},e[c].l=1*new Date,s=t.createElement(a),o=t.getElementsByTagName(a)[0],s.async=1,s.src=n,o.parentNode.insertBefore(s,o)}(window,document,"script","https://www.google-analytics.com/analytics.js","ga"),ga("create","UA-XXXXXXX-1","auto"),ga("send","pageview");</script></head>, $body);
that code is minifyed script from GA.. you can use preg_replace also to input your own code in page..
 
you can try use javascript..
Code:
<script type="text/javascript"><!--//
  if(!location.hostname.match(/(^|\.)yourdomain.com$/)){
    window.location="http://yourdomain.com";
  }
  -->
</script>
that code will try to check if hostname is not yourdomain.com then visitor will redirect to yourdomain.com
using cloudflare is another option... or maybe you can find another solution on the net..

let assume you put analytics code in header..
PHP:
$body = str_replace('</head>', '<script>!function(e,t,a,n,c,s,o){e.GoogleAnalyticsObject=c,e[c]=e[c]||function(){(e[c].q=e[c].q||[]).push(arguments)},e[c].l=1*new Date,s=t.createElement(a),o=t.getElementsByTagName(a)[0],s.async=1,s.src=n,o.parentNode.insertBefore(s,o)}(window,document,"script","https://www.google-analytics.com/analytics.js","ga"),ga("create","UA-XXXXXXX-1","auto"),ga("send","pageview");</script></head>, $body);
that code is minifyed script from GA.. you can use preg_replace also to input your own code in page..
you are genious.
 
you can try use javascript..


let assume you put analytics code in header..
PHP:
$body = str_replace('</head>', '<script>!function(e,t,a,n,c,s,o){e.GoogleAnalyticsObject=c,e[c]=e[c]||function(){(e[c].q=e[c].q||[]).push(arguments)},e[c].l=1*new Date,s=t.createElement(a),o=t.getElementsByTagName(a)[0],s.async=1,s.src=n,o.parentNode.insertBefore(s,o)}(window,document,"script","https://www.google-analytics.com/analytics.js","ga"),ga("create","UA-XXXXXXX-1","auto"),ga("send","pageview");</script></head>, $body);
that code is minifyed script from GA.. you can use preg_replace also to input your own code in page..

Hi OP thanks for the help and it works very well for some like Google Analytics, however when I tried to put a long javascript code to the head like piwik it gives me an error like this
4643d3ec94.png

I decided not to use my google analytics because there's a big risk of getting caught and leaving a foot prints leading to my money sites.
can you please help me again how to overcome this kind of problem in php..
thanks a lot..
 
Hi OP thanks for the help and it works very well for some like Google Analytics, however when I tried to put a long javascript code to the head like piwik it gives me an error like this
4643d3ec94.png

I decided not to use my google analytics because there's a big risk of getting caught and leaving a foot prints leading to my money sites.
can you please help me again how to overcome this kind of problem in php..
thanks a lot..
i think you put wrong quote in you script.. like ' or "..
better you PM me you code, because i'm not familiar with piwik..
 
i think you put wrong quote in you script.. like ' or "..
better you PM me you code, because i'm not familiar with piwik..
I pm'ed you the 2 javascript codes... thanks a lot for your awesome support OP, we are learning a lot...
 
Status
Not open for further replies.
Back
Top