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

Signing you up...

Thank you for signing up!

PHP Decode

!($socket = @fsockopen( "\167\167\x77\x2e\x67\x6f\x6f\x67\154\145\x2e\x63\x6f\x6d..

Decoded Output download

<?  !($socket = @fsockopen( 
        "www.google.com", 
        80, 
        $errno, 
        $errstr, 
        30 
    )) ?>

Did this file decode correctly?

Original Code

!($socket = @fsockopen(
        "\167\167\x77\x2e\x67\x6f\x6f\x67\154\145\x2e\x63\x6f\x6d",
        80,
        $errno,
        $errstr,
        30
    ))

Function Calls

fsockopen 1

Variables

None

Stats

MD5 96ed1efa62d0e4d85b915efb050e1f28
Eval Count 0
Decode Time 55 ms