domain is redirecting to mine - without authorization

Discussion in 'Site & Server Administration' started by joeychgo, May 16, 2013.

  1. #1
    This is strange. the domain insax.com seems to be redirecting to my site at www.forabodiesonly.com. But when I go to insax.com, although my site comes up, the URL doesn't change. (its still insax.com)

    I checked the whois of insax.com and it comes back to Taiwan. WTF?

    What is going on here? What do I do about it?
     
    joeychgo, May 16, 2013 IP
  2. AdamUK89

    AdamUK89 Active Member

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    90
    #2
    Hello Joey,

    Doesnt seem to be redirecting anymore? But if it does happen again you could try whois there domain for there information and contacting them or the website host/domain registrar.

    Regards,
    Adam
     
    AdamUK89, May 16, 2013 IP
  3. kprojects

    kprojects Well-Known Member

    Messages:
    85
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    135
    #3
    yeah, i'm getting totally different IPs when I dig against the two domains. If it happens again, post and we'll take a look.
     
    kprojects, May 16, 2013 IP
  4. Brandon Sheley

    Brandon Sheley Illustrious Member

    Messages:
    9,721
    Likes Received:
    612
    Best Answers:
    2
    Trophy Points:
    420
    #4
    Hi Joey,

    I've had this happen before and the URL had an iframe or something of my site in it. So if you went to their site it looked like it was full of content and a real site, but it was actually my site.
    I don't remember the code I used, I could look it up if you want, but I had to place some code in my htaccess file to prevent the site from showing my content. After a few weeks or whenever that owner noticed, it wasn't parked on my site anymore.
    Also I didn't like it because I was worried about it creating duplicate content in google, even though it was all my content, it did look like it was hosted on 2 domains.
     
    Brandon Sheley, May 16, 2013 IP
  5. Axcell

    Axcell Active Member

    Messages:
    128
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    73
    #5
    It using iframe
    <frame src="http://www.forabodiesonly.com/mopar/index.php" scrolling="AUTO" name="Ones" noresize>
    Just put this iframe breaker to your header
    <script type="text/rocketscript">
    if (top.location != location) {
        top.location.href = document.location.href ;
      }
    </script>
    Code (markup):
     
    Axcell, Jun 3, 2013 IP
  6. joeychgo

    joeychgo Notable Member

    Messages:
    3,368
    Likes Received:
    321
    Best Answers:
    0
    Trophy Points:
    255
    #6
    That wont work because Vbulletin uses iframes for its admin control panel.
     
    joeychgo, Jun 3, 2013 IP
  7. p4guru

    p4guru Active Member

    Messages:
    78
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    #7
    what about vb conditional one for admin vs non-admin ?

    <vb:if condition="$is_member_of($bbuserinfo,6)" />
    <vb:else />
    <script type="text/javascript">
    if (top.location != self.location)
    top.location = self.location;
    </script>
    </vb:if>
    
    Code (markup):
     
    p4guru, Jun 6, 2013 IP
  8. onenetwork.net

    onenetwork.net Greenhorn

    Messages:
    55
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #8
    Have you pay for any visitors service? Chance this kind of services use frame to bring in fake/blind visitors in frame.
     
    onenetwork.net, Jun 8, 2013 IP
  9. joeychgo

    joeychgo Notable Member

    Messages:
    3,368
    Likes Received:
    321
    Best Answers:
    0
    Trophy Points:
    255
    #9
    no. thanks guys, this was resolved some time ago.
     
    joeychgo, Jun 8, 2013 IP
  10. Bedwan

    Bedwan Active Member

    Messages:
    276
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    70
    #10
    I am glad it has been resolved. But, you can always contact the hosting/domain providers where the redirected domain is hosted/registered.
     
    Bedwan, Jun 12, 2013 IP