Welcome guys in this tutorial I will teach you how to clone any website in just minute
1- Create file with name index.php
Copy and paste this code
Save and close index.php file
2- change example.com with URL you’re need clone
Upload file to your hosting and go to your domain
That’s all . Enjoy
Last edited:
Welcome guys in this tutorial I will teach you how to clone any website in just minute
1- Create file with name index.php
Copy and paste this codeSave and close index.php file
2- change example.com with URL you’re need clone
Upload file to your hosting and go to your domainThat’s all . Enjoy
First: link should be with https://
2nd!
Using PHP CURL is better option which you can use fake referral, custom header and other small things.
And also, you need to replace original website link with your own, so incase someone click on that link it won’t redirect to original server.
with 2 line code it’s not going to clone.
Thanks,
i can see many site clone xvid**.com.
So the complete code is…?
First: link should be with https://
2nd!
Using PHP CURL is better option which you can use fake referral, custom header and other small things.
And also, you need to replace original website link with your own, so incase someone click on that link it won’t redirect to original server.with 2 line code it’s not going to clone.
Thanks,
Last edited:
First: link should be with https://
2nd!
Using PHP CURL is better option which you can use fake referral, custom header and other small things.
And also, you need to replace original website link with your own, so incase someone click on that link it won’t redirect to original server.with 2 line code it’s not going to clone.
Thanks,
AAothe complete code is…?
Yeah, waiting for complete code from @lalbilla
Note that this code does not work on websites that are secured by cloudflare
Comment