Somebody help me with website clone!

marklaco28

Newbie
Joined
Mar 19, 2018
Messages
3
Reaction score
0
Hi bad guys from blackhatworld
somebody is cloning my website exactly with the method showed in this forum (website mirrored, live update)

Can any of you tell me how to stop this from happening? it is really destroying my business and i dont know anymore what to do, they clone my website and rank even better than me on google, because they use relevant stolen domains and place my own content on them..

Id' just like to know how to stop this script! i really hope somebody can help me, i'll be very thankful..

on blackhatworld.com/seo/free-clone-website-in-real-time.957868 you can see the script im talking about
 
Last edited by a moderator:
The mirroring script you showed is extremely primitive. Here are some things you can do:

-Find out the IP of his server (where his website is located) or try find the request in the web servers logs, if he's using the same IP (99% that's the case), you can easily block him by IP.
-If the same script is used you pointed out, it will ether send blank "User Agent" aka Browser's name, or something along the lines of "cURL". Add a rule to your web server to ignore such requests.
-From what I've seen, doesn't look like that script passes any headers set by the browser (on GET, except the cookies). In such case, you can easily identify such 'blank' requests from a real browsers requests as they're lacking the standard fields in the request such as User Agent, Accept, etc.. (this refers to my second point)

If you know his IP, you can also retaliate and serve a different content for him only or redirect every third request from this IP to go to some sketchy porn site.

Good luck!
 
Last edited:
Back
Top