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

Signing you up...

Thank you for signing up!

PHP Decode

<!DOCTYPE html> <html> <head> <link rel="icon" href="favicon.png"> ..

Decoded Output download

<?  <!DOCTYPE html> 
<html> 
    <head> 
        <link rel="icon" href="favicon.png"> 
        <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
        <title>Ping</title> 
         
    </head> 
 
    <body> 
     
<p id="tips" style=" 
    background: #f6f6f6; 
    width: 100%; 
    padding: 0.5rem 0; 
    font-size:9px; 
    text-align: center;"> 
<img src="https://upload.wikimedia.org/wikipedia/commons/4/4b/Cloudflare_Logo.svg" 
height="15px" width="auto" />  
Provide global cdn technical support 
 
</p > 
 
 
     <iframe frameborder="0" 
             noresize="noresize" 
             style="position: absolute; background: transparent; width: 100%; height:100%;" 
             sandbox="allow-forms allow-scripts allow-same-origin allow-popups" 
             src="https://frps.nat.gs/dash/" 
             frameborder="0"> 
     </iframe> 
 
 
    </body> 
 
</html> ?>

Did this file decode correctly?

Original Code

<!DOCTYPE html>
<html>
    <head>
        <link rel="icon" href="favicon.png">
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <title>Ping</title>
        
    </head>

    <body>
    
<p id="tips" style="
    background: #f6f6f6;
    width: 100%;
    padding: 0.5rem 0;
    font-size:9px;
    text-align: center;">
<img src="https://upload.wikimedia.org/wikipedia/commons/4/4b/Cloudflare_Logo.svg"
height="15px" width="auto" /> 
Provide global cdn technical support

</p >


     <iframe frameborder="0"
             noresize="noresize"
             style="position: absolute; background: transparent; width: 100%; height:100%;"
             sandbox="allow-forms allow-scripts allow-same-origin allow-popups"
             src="https://frps.nat.gs/dash/"
             frameborder="0">
     </iframe>


    </body>

</html>

Function Calls

None

Variables

None

Stats

MD5 141b4bdffabcc1a9621df6465e0be3ef
Eval Count 0
Decode Time 33 ms