It's actually quite easy: Find their host and, if they're in the US, issue a DMCA notification: $ dig resinternationalgroup.com ;; ANSWER SECTION: resinternationalgroup.com. 18788 IN A 66.206.15.100 $ dig -x 66.206.15.100 ;; ANSWER SECTION: 100.15.206.66.in-addr.arpa. 3600 IN PTR cpanel.siteplot.com. Send the email over to support@siteplot.com. If that doesn't work, go up to their datacenter: $ whois 66.206.15.100 ..…
That would be an abuse of the DMCA since its just a design (see Flat-Ui).
Ask HN: How to deal with someone ripping off your design?
31–40 of 71 posts
Re: Ask HN: How to deal with someone ripping off your design?
#32Re: Ask HN: How to deal with someone ripping off your design?
#33Just add this to your JavaScript onload (and replace "yourdomain", of course): if(window.location.origin.indexOf("yourdomain.com")
Re: Ask HN: How to deal with someone ripping off your design?
#34It's actually quite easy: Find their host and, if they're in the US, issue a DMCA notification: $ dig resinternationalgroup.com ;; ANSWER SECTION: resinternationalgroup.com. 18788 IN A 66.206.15.100 $ dig -x 66.206.15.100 ;; ANSWER SECTION: 100.15.206.66.in-addr.arpa. 3600 IN PTR cpanel.siteplot.com. Send the email over to support@siteplot.com. If that doesn't work, go up to their datacenter: $ whois 66.206.15.100 ..…
That would be an abuse of the DMCA since its just a design (see Flat-Ui).
It's silly the ripp-off, made me laugh.
Re: Ask HN: How to deal with someone ripping off your design?
#35I'd stop worrying about it and concentrated your energies elsewhere. By thinking about stuff like this you're focussing less on your own product, which is the important thing. If people are copying you, then you're most likely ahead of the competition anyway.
Re: Ask HN: How to deal with someone ripping off your design?
#36Re: Ask HN: How to deal with someone ripping off your design?
#37Re: Ask HN: How to deal with someone ripping off your design?
#38There is something fishy here. The Secure Broker Online company is not registered with Companies House in the UK. The Kensington Gardens Square street address is that of a hotel and the CA address looks fake too from StreetView. I would guess somebody's nicked your design to create a fake portfolio for a CV, or it's being used for fraud.
Re: Ask HN: How to deal with someone ripping off your design?
#39Just add this to your JavaScript onload (and replace "yourdomain", of course): if(window.location.origin.indexOf("yourdomain.com")
...unless they copied the JS files instead of linking to them directly, of course. Note to self: add remote self-destruct function within any JS I ship.
Re: Ask HN: How to deal with someone ripping off your design?
#40I'm going to bet that this is a setup for the phishing scam. Random addresses and phone numbers, fake endorsements, blatant design rip-off - it all points rather unambiguously at a quick-and-dirty attempt at creating a believable online presence. It could've been just a designer's "sketch" or a proof of concept for a client if it weren't for two clones. This indicates that this is a redundant setup, with possibly mor…