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> <meta http-equiv="content-type" content="text/html;charset=UT..

Decoded Output download

<?   
<!DOCTYPE html> 
<html> 
 
<meta http-equiv="content-type" content="text/html;charset=UTF-8" /> 
 
<head> 
<title>iPlexPlayer </title> 
    <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> 
    <link rel="stylesheet" href="style.css"> 
    <script src="https://cdnjs.cloudflare.com/ajax/libs/iconify/2.0.0/iconify.min.js"></script> 
    <style> 
        .stwBlurRainbowTop, 
        .stwRainbowTop { 
            position: fixed; 
            width: 100%; 
            top: 0; 
            left: 0; 
            right: 0; 
            height: 2px; 
            z-index: 288883; 
            background: linear-gradient(-45deg, #4086f4, #31a952, #fbbe01, #ff311f, #ff00cc, #4086f4, #31a952, #fbbe01, #ff311f, #ff00bb); 
            background-size: 200%; 
            -webkit-animation: animeBar 5s linear infinite; 
            animation: animeBar 5s linear infinite 
        } 
 
        .stwBlurRainbowTop { 
            height: 11px; 
            z-index: 28882; 
            filter: blur(15px); 
            opacity: .7 
        } 
 
        @-webkit-keyframes animeBar { 
            0% { 
                background-position: 0 50% 
            } 
 
            50% { 
                background-position: 100% 50% 
            } 
 
            100% { 
                background-position: 0 50% 
            } 
        } 
 
        @keyframes animeBar { 
 ?>

Did this file decode correctly?

Original Code


<!DOCTYPE html>
<html>

<meta http-equiv="content-type" content="text/html;charset=UTF-8" />

<head>
<title>iPlexPlayer </title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
    <link rel="stylesheet" href="style.css">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/iconify/2.0.0/iconify.min.js"></script>
    <style>
        .stwBlurRainbowTop,
        .stwRainbowTop {
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            z-index: 288883;
            background: linear-gradient(-45deg, #4086f4, #31a952, #fbbe01, #ff311f, #ff00cc, #4086f4, #31a952, #fbbe01, #ff311f, #ff00bb);
            background-size: 200%;
            -webkit-animation: animeBar 5s linear infinite;
            animation: animeBar 5s linear infinite
        }

        .stwBlurRainbowTop {
            height: 11px;
            z-index: 28882;
            filter: blur(15px);
            opacity: .7
        }

        @-webkit-keyframes animeBar {
            0% {
                background-position: 0 50%
            }

            50% {
                background-position: 100% 50%
            }

            100% {
                background-position: 0 50%
            }
        }

        @keyframes animeBar {

Function Calls

None

Variables

None

Stats

MD5 2277c18fab6b11bdf7813afffed49f05
Eval Count 0
Decode Time 37 ms