[HELP] My website is mirrored/copied

Thanks for this, question, where should I put this script?
try to put in header or footer first.. if working, try to encode and put that js on hidden place like combine with other js files..
 
try to put in header or footer first.. if working, try to encode and put that js on hidden place like combine with other js files..

Can ask another question, what is the effect of this script to those mirror website.? thanks
 
Can ask another question, what is the effect of this script to those mirror website.? thanks
this script will check, if header host is not your domain, the script will redirect mirror website to your domain...
 
You can put a banner on your site with your domain name and noticing people to avoid getting scammed, hacked etc. With link to your domain.
 
this script will check, if header host is not your domain, the script will redirect mirror website to your domain...

another question, the part of the script "yourdomain.com" can i include with https or not?
 
Guys, I need your help, I want to kill this bitch down.
This website hana-1tvDOTcom is copying my website, every update I made his website also updates.
And I think I cant go for DCMA complain because my website is a dcma website.
this is my website by the way: shaanigDOTse

I hope you can help me guys, :(
I not going to lie this is some crazy sh*t here! You're crying foul when you are committing a foul
 
I not going to lie this is some crazy sh*t here! You're crying foul when you are committing a foul

What exactly your point?

yes.. btw.. just trial and error.. with that js..

Okay I will feedback once I will try your script and working. I am still trying another TUT. Thanks btw my friend.

@GoDesain IP blocking is not working, I am now using your script to test. I hope this will work, my website is slowing down because of this 2 bitches :(
 
Last edited by a moderator:
It is strange you were not able to protect your site with the first script, maybe you have installed a plugin/script/theme with malicious content that allows other people to access your website (for example with FTP) and clone it since that technique wouldn't be affected by your first script.

By the way, the second script, the one you said you are going to test looks good, if they are just copying your site without change anything, it should work (we hope).
 
The person who is mirroring might be watching this thread
Don't share every method you are trying.
 
It is strange you were not able to protect your site with the first script, maybe you have installed a plugin/script/theme with malicious content that allows other people to access your website (for example with FTP) and clone it since that technique wouldn't be affected by your first script.

By the way, the second script, the one you said you are going to test looks good, if they are just copying your site without change anything, it should work (we hope).

yeah, the 2nd script is really working, the mirror site keeps refreshing and when you click on other page it will refresh again and back to home non-stop refreshing, credits to @GoDesain and please remove the script you shared because its possible the owner of that mirror sites is also reading the thread.

The person who is mirroring might be watching this thread
Don't share every method you are trying.

Yes, correct, thanks sir.

but seems impossible to delete or edit the reply's here. :(
 
I have an idea.
Is it possible if you create backdoor in your website, that backdoor will be copy to mirror website?
 
I have an idea.
Is it possible if you create backdoor in your website, that backdoor will be copy to mirror website?

Honestly I have no idea about backdoor but what I can seen on those mirror sites are copying every content I have real time.
 
Depends. If you do a backdoor using PHP and the other site is just copying your site (without FTP access), the copied backdoor won't be copied :)P). But if they are copying your site because they have an exploit/backdoor/something on your site that gives them access to your server (including all the files and databases), the backdoor would be copied to their servers.

P.S: Sorry if it seems a little complicated, I tried to explain it as better than I could :)

Edit: I have just seen your message saying "Honestly I have no idea about backdoor but what I can seen on those mirror sites are copying every content I have real time."

The easiest way to test if they copy everything (including files they shouldn't be able to copy with the normal copy system (no backdoor)) would be creating a PHP file on your server, let's say test.php with this content:
PHP:
<?php phpinfo(); ?>

Then if you access to your site, to the path where that file is located (let's say youdomain.com/test.php), you will get some unique info.

Since it is a PHP file they shouldn't be able to copy it without a backdoor or something like that, so if you go to their site, to the same path (for example: theirsite.com/test.php) and the file exists and you get different info, you will know they have access to your server.
 
Last edited:
Depends. If you do a backdoor using PHP and the other site is just copying your site (without FTP access), the copied backdoor won't be copied :)P). But if they are copying your site because they have an exploit/backdoor/something on your site that gives them access to your server (including all the files and databases), the backdoor would be copied to their servers.

P.S: Sorry if it seems a little complicated, I tried to explain it as better than I could :)

oh man, I am really confuse now, I think its not, because for what I have observed, they are just simply mirroring my site, no exploit/backdoor/something because if they do, probably they will change the logo and other stuff.
 
oh man, I am really confuse now, I think its not, because for what I have observed, they are just simply mirroring my site, no exploit/backdoor/something because if they do, probably they will change the logo and other stuff.
Oh, don't worry, I don't think they have any exploit, backdoor or something like that, it would be really strange! I just said what you could do (or any other user) if you were thinking you are ;)
 
Depends. If you do a backdoor using PHP and the other site is just copying your site (without FTP access), the copied backdoor won't be copied :)P). But if they are copying your site because they have an exploit/backdoor/something on your site that gives them access to your server (including all the files and databases), the backdoor would be copied to their servers.

P.S: Sorry if it seems a little complicated, I tried to explain it as better than I could :)

Edit: I have just seen your message saying "Honestly I have no idea about backdoor but what I can seen on those mirror sites are copying every content I have real time."

The easiest way to test if they copy everything (including files they shouldn't be able to copy with the normal copy system (no backdoor)) would be creating a PHP file on your server, let's say test.php with this content:
PHP:
<?php phpinfo(); ?>

Then if you access to your site, to the path where that file is located (let's say youdomain.com/test.php), you will get some unique info.

Since it is a PHP file they shouldn't be able to copy it without a backdoor or something like that, so if you go to their site, to the same path (for example: theirsite.com/test.php) and the file exists and you get different info, you will know they have access to your server.
Yeah that's good idea to create phpinfo file for testing
 
Depends. If you do a backdoor using PHP and the other site is just copying your site (without FTP access), the copied backdoor won't be copied :)P). But if they are copying your site because they have an exploit/backdoor/something on your site that gives them access to your server (including all the files and databases), the backdoor would be copied to their servers.

P.S: Sorry if it seems a little complicated, I tried to explain it as better than I could :)

Edit: I have just seen your message saying "Honestly I have no idea about backdoor but what I can seen on those mirror sites are copying every content I have real time."

The easiest way to test if they copy everything (including files they shouldn't be able to copy with the normal copy system (no backdoor)) would be creating a PHP file on your server, let's say test.php with this content:
PHP:
<?php phpinfo(); ?>

Then if you access to your site, to the path where that file is located (let's say youdomain.com/test.php), you will get some unique info.

Since it is a PHP file they shouldn't be able to copy it without a backdoor or something like that, so if you go to their site, to the same path (for example: theirsite.com/test.php) and the file exists and you get different info, you will know they have access to your server.

Just found your edited version of reply, I am very curious about this, but I cant really understand it :(
 
please remove the script you shared because its possible the owner of that mirror sites is also reading the thread.
i can't edit my post.. just encode and put in your other regular js file.. also try search others methods to protect your site from mirroring like use cloudflare and others..
 
Back
Top