Results 1 to 20 of 20
  1. #1
    MJM
    MJM is offline Private Member
    Join Date
    November 2010
    Posts
    914
    Thanks
    178
    Thanked 545 Times in 313 Posts

    Default What To Do About Someone Copying My Site?

    I own https://www.bettingusa.com - today I noticed this site PointsBets.com - check it out, they are using my design, aff links, etc - I don't get why they are even doing it, but what can/should I do about it?
    Last edited by MJM; 11 April 2019 at 10:26 am.

  2. #2
    PromoteCasino is offline Private Member
    Join Date
    June 2013
    Location
    London
    Posts
    1,117
    Thanks
    1,074
    Thanked 496 Times in 335 Posts

    Default

    I see PointsBet but it does not look like yours it appears as a betting platform of some sorts
    BettingOffers.bet - Latest offers and bonuses from reputable UK bookmakers. A New project underway but a long way to go Bookie Rewards

  3. #3
    MJM
    MJM is offline Private Member
    Join Date
    November 2010
    Posts
    914
    Thanks
    178
    Thanked 545 Times in 313 Posts

    Default

    Sorry my mistake - PointsBet.com is a NJ sportsbook - PointsBets.com is the infringer here. Add an S.

  4. #4
    MJM
    MJM is offline Private Member
    Join Date
    November 2010
    Posts
    914
    Thanks
    178
    Thanked 545 Times in 313 Posts

    Default

    It's an RU host so I'm not sure if they will honor a DMCA - I emailed PointsBet to let them know about the domain/trademark infringement - but what REALLY has me weirded out here is that when I go to this url (PointsBets.com) because I'm logged into my site (BettingUSA) I see the wordpress/admin bar up top and can access the entire backend!!! Never seen such a thing.

  5. #5
    PromoteCasino is offline Private Member
    Join Date
    June 2013
    Location
    London
    Posts
    1,117
    Thanks
    1,074
    Thanked 496 Times in 335 Posts

    Default

    That is very weird. It seems quite clear that your WP site has been hacked and may be worth checking with a site like Sucuri. Do you have Wordfence on your site if so I would run a scan and see if something had been injected.

    Just checked on https://sitecheck.sucuri.net/results...bettingusa.com and there are some issues which you could look at (outdated software etc).

    Wordfence is very good at blocking most things

    I had something similar on a previous site a complete clone (hosted in China) and only noticed when I saw a small icon at the base of my webpage. Somehow they had hacked the code, the guy who was hosting at that time managed to get rid of the code and set up new security protocols to stop it happening again.

    My memory is not as good as it used to be but I believe I did submit a DMCA to to get rid of the pages that were indexed.
    BettingOffers.bet - Latest offers and bonuses from reputable UK bookmakers. A New project underway but a long way to go Bookie Rewards

  6. #6
    baldidiot is offline Private Member
    Join Date
    January 2010
    Posts
    5,010
    Thanks
    427
    Thanked 2,287 Times in 1,522 Posts

    Default

    It's just loading a page on your site in an iframe - go check the source code: view-source:http://pointsbets.com/

    No idea why they're doing this as the whole thing is your site. Perhaps they're trying to get you in trouble with PointBet as the domain will show your trackers and content? Who knows...

    Just block the iframe from loading and you'll be all fixed.
    onlinegamblingwebsites.com - Formally known as goodbonusguide.

    Gambling Domains: Small clear out of some of the domains we've been hoarding on Dan - see the list here. Prices negotiable, and willing to swap for decent links.

  7. The Following 2 Users Say Thank You to baldidiot For This Useful Post:

    betting.football (11 April 2019), PromoteCasino (11 April 2019)

  8. #7
    MJM
    MJM is offline Private Member
    Join Date
    November 2010
    Posts
    914
    Thanks
    178
    Thanked 545 Times in 313 Posts

    Default

    Quote Originally Posted by baldidiot View Post

    Just block the iframe from loading and you'll be all fixed.
    How do I do that? Any idea?

  9. #8
    baldidiot is offline Private Member
    Join Date
    January 2010
    Posts
    5,010
    Thanks
    427
    Thanked 2,287 Times in 1,522 Posts

    Default

    Quote Originally Posted by MJM View Post
    How do I do that? Any idea?
    Javascript mainly.

    There's also apparently a security policy you can use on modern browsers, although I've not tried that myself:

    Code:
    Content-Security-Policy: frame-ancestors 'none';
    See here, there are a few solutions to try https://stackoverflow.com/questions/...rame-of-iframe
    onlinegamblingwebsites.com - Formally known as goodbonusguide.

    Gambling Domains: Small clear out of some of the domains we've been hoarding on Dan - see the list here. Prices negotiable, and willing to swap for decent links.

  10. The Following User Says Thank You to baldidiot For This Useful Post:

    TheGooner (11 April 2019)

  11. #9
    MJM
    MJM is offline Private Member
    Join Date
    November 2010
    Posts
    914
    Thanks
    178
    Thanked 545 Times in 313 Posts

    Default

    Thanks! I'll ask my host for help I suppose, I'm not very technical

    I agree it's SUPER odd that someone is doing this.

  12. #10
    Sherlock's Avatar
    Sherlock is offline Public Member
    Join Date
    December 2013
    Location
    WC
    Posts
    4,634
    Thanks
    1,352
    Thanked 3,599 Times in 2,026 Posts

    Default

    Asking a host is like nuking an ant. I remember it was maybe just one row in code to block iframes.
    If you talk to God, you are praying; If God talks to you, you have schizophrenia.

  13. #11
    Malikbhai is offline Private Member
    Join Date
    September 2017
    Posts
    748
    Thanks
    194
    Thanked 371 Times in 242 Posts

    Default

    Code:
    <body><iframename="site"id="site"width="100%"height="100%"frameborder="0"marginheight="0"marginwidth="0"src="https://www.bettingusa.com/reviews/pointsbet/"></iframe></body>


    1- Disable iframes.

    2- Don't worry about google. Even if it were copied without the iframes. It wouldn't rank.

  14. #12
    GlitzyBingo is offline Private Member
    Join Date
    July 2014
    Location
    Nottingham
    Posts
    130
    Thanks
    18
    Thanked 83 Times in 50 Posts

    Default

    This happend to me the other week. They was using clever code to clone my site. Blocking iframes didn't work but I changed a few lines in htaccess to prevent pages being links and images loading. Did an advanced whois to see who owned the site and reported to the host of the website and google as a DMCA report. It was taken down within a few days.
    Glitzy Bingo - glitzybingo.co.uk

  15. #13
    wonderpunter's Avatar
    wonderpunter is online now Private Member
    Join Date
    August 2013
    Posts
    3,108
    Blog Entries
    5
    Thanks
    416
    Thanked 1,883 Times in 1,158 Posts

    Default

    DMCA to google, its actually pretty quick..


  16. #14
    Strider1973's Avatar
    Strider1973 is offline Private Member
    Join Date
    November 2012
    Posts
    423
    Thanks
    304
    Thanked 262 Times in 177 Posts

    Default

    I see it's no longer hosted there, so you were successful. Did you actually file a DMCA complaint to their webhost or do you think it was enough to just email the webmaster (which I doubt)?
    "Semper paratus!"
    My BTC Address: 1F11EJvSAab5vMQgGWGQMASr9T7LCkZjvb

  17. #15
    MJM
    MJM is offline Private Member
    Join Date
    November 2010
    Posts
    914
    Thanks
    178
    Thanked 545 Times in 313 Posts

    Default

    I contacted PointsBet.com who own the trademark and looks like they handled it swiftly. I appreciate everyones quick replies! I learned a few things from this thread.

  18. The Following User Says Thank You to MJM For This Useful Post:

    rknuppel (19 April 2019)

  19. #16
    gil.langelaan's Avatar
    gil.langelaan is offline Private Member
    Join Date
    July 2018
    Location
    Johannesburg
    Posts
    966
    Thanks
    110
    Thanked 308 Times in 244 Posts

    Default

    You got the copycat down so fast? Wow

  20. #17
    notoldgambler is offline New Member
    Join Date
    April 2019
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Just checked both sites. Pointsbets.com is now 404/site not found.

  21. #18
    BettingBoss is offline Public Member
    Join Date
    April 2019
    Posts
    118
    Thanks
    29
    Thanked 28 Times in 14 Posts

    Default

    Wow - interesting to follow this.

    Such a strange move to copy a website fully.

  22. #19
    BettingBoss is offline Public Member
    Join Date
    April 2019
    Posts
    118
    Thanks
    29
    Thanked 28 Times in 14 Posts

    Default

    I'm aware of people having similar themes, but not exactly.

  23. #20
    Join Date
    November 2005
    Posts
    4,510
    Blog Entries
    1
    Thanks
    1,920
    Thanked 2,216 Times in 1,278 Posts

    Default

    Quote Originally Posted by BettingBoss View Post
    Such a strange move to copy a website fully.
    The site wasn't copied. It was pulled into an iframe....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •