Live data from Hacker News

My website is being stolen in real time and I don't know what to do

news.ycombinator.com

51–60 of 111 posts

Re: My website is being stolen in real time and I don't know what to do

#52
post #43

"if(document.location.href!=' http://altexplorer.net')document.location='//goatse.cx ';">

You, sir, win .

but 4coin can add some simple code (e.g. use regex) just to remove that line from scrapped content before sending it to the user though.

Re: My website is being stolen in real time and I don't know what to do

#53
post #7

You found out the right first step yourself: Block the source IP address. Sure it will turn into a game of whack-a-mole with them changing their IP but eventually, their customers will get fed up with their downtime. Second idea: Javascript redirect all of your pages to your own subdomain. Again, its just a step in an arms race, but this would be a little too hard/expensive to take to court. You can win an arms race…

For now I have added a news post with a link to the proper site and am debating between blocking the IP or delivering a static page with a link to the proper URL or a javascript redirect to the proper site.

[deleted]

Re: My website is being stolen in real time and I don't know what to do

#57
post #50

"if(document.location.href!=' http://altexplorer.net')document.location='//goatse.cx ';">

This won't work as it seems they're replacing any mention of "altexplorer" with "4coin"

Oh,

http://4co.in')document.location='//goatse.cx';">

Maybe like this then?

Re: My website is being stolen in real time and I don't know what to do

#58

Ok, time for a reality check If you can't imagine what to do in this situation you shouldn't be running a website of this nature This type of thing can (and does) happen and it's up to you to know how to defend yourself. The others have given plenty of ideas, but I guess there are more specific things that can be done depending on their page structure/ads etc

This is just terrible advice. "You shouldn't run a website unless you know how to deal with this"... and yet the only way you would learn to deal with this is if you were running a website...

You are an idiot.

Re: My website is being stolen in real time and I don't know what to do

#59
fragmede's comment below is [dead], but has very good advice:

---

Nice bit of news you added to the top, which 4co.in is putting on their own site.

One piece of advice though: Drop the goo.gl short link and link directly to http://altexplorer.net, otherwise it looks like 4co.in was 'hacked' and goo.gl is a phishing/some other sort of scam and not legit.

You should be able to pickup the 4coi.in domain as the referrer if you want metrics for how many people were using 4co.in.

---

Re: My website is being stolen in real time and I don't know what to do

#60
post #3

recommendation: respond with fake data, based on source IP. the problem will take care of itself.

I am going to lok into this later today through nginx. I am planning on having every request from their scraping IP return a static page linking to the proper site.

[deleted]
Post reply on HN