Idiot stealing my website

Brko95

Newbie
Joined
Oct 18, 2015
Messages
26
Reaction score
4
Hey guys,
I already made post about this, there is one idiot who copied my whole website with some sort of plugin or something, and he is stealing my work. I get all traffic on my google analytics from his stupid website. Is it possible to redirect traffic from his website to mine. Any ideas? (btw I reported him, hopefully he will be banned soon).
 
If anyone have any ideas. it would mean a world to me, please help. :)
 
Report him to hosting company, affiliate programs he is using and his domain registrar.
 
You asked : Is it possible to redirect traffic from his website to mine.

This cannot happen.
These things happen in internet.
 
Try to steal his domain or just abuse it. ;-)

(yes this is possible)
 
Theoretically speaking, you could spam his server and make it go down, but this isnt exactly legal, and it probably wouldn't even be worth it.
 
Also, You could buy bad backlinks for his site and hope that his rank goes down
 
Yea, just buy some "World Class Backlinks" From Fieverr or sort of and enjoy.
 
DMCA to his host and to Google (most importantly to Google)

You will get it removed from both the serps and his acc banned.

It will also stop you getting a penalty for his nonsense.

Edited to add: some of the advice above is just plain bone idiotic. Do what I say, fuck buying shit links from fiver or pish like that. Does noone actually know anything now a days.
 
Last edited:
Like people said, send a complaint to his hosting provider.
You'll be surprised to see how quickly (and often) they take it down, with no questions asked.

EDIT: Lmao them idiots instantly jumping into the conclusion that neg SEO is the solution.
 
I had the same problem , I did a DMCA complaint with google and they where banned from good and hosting closed
 
OK, here is your tutorial:

1. Put this code at one of your .php pages or files (like sidebar.php or footer.php) :
<?php echo $_SERVER['REMOTE_ADDR']; ?>
* This is an awesome remote IP discovery.

2. Browse to the same page via idiot's domain, and copy the IP displayed.
Delete the php code from your site.

3. Go to your .htaccess and write:

<FilesMatch "\.(php|html)$">
order allow,deny
allow from all
deny from THE.IDIOT's.IP.THAT.YOU.ALREADY.KNOW
</FilesMatch>

4. Idiot should scratch his head now :)

5. add this for extra security:
#prevent iframing by other domains
Header always append X-Frame-Options SAMEORIGIN

Cheers
 
i hapen with me few years ago when someone put my website in a frame in his website , a hidden frame
all what he wanted is the keyword of my website , he did that coz my website keyword is high paying keywords
i asked him to remove the frame he ignore ,, now its time to get angry and break the frame..
what i did is i added a code to my website header that java code will break any frame .. that simply mean when someone open his website in no time he will be in my website , and i was happy with that i made about 100$ extra from his website traffic in just one day , and then sadly sadly he remove the frame :D
 
Back
Top