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

Signing you up...

Thank you for signing up!

PHP Decode

@font-face {font-family: 'Neue'; src: url('./../fonts/30969C_0_0.eot'); src: url('./../f..

Decoded Output download

<?  @font-face {font-family: 'Neue'; 
src: url('./../fonts/30969C_0_0.eot'); 
src: url('./../fonts/30969C_0_0.eot?#iefix') format('embedded-opentype'), 
url('./../fonts/30969C_0_0.woff2') format('woff2'), 
url('./../fonts/30969C_0_0.woff') format('woff'), 
url('./../fonts/30969C_0_0.ttf') format('truetype'), 
url('./../fonts/30969C_0_0.svg#wf') format('svg');} 
 
 
.spin { 
    
    margin: 0; 
    padding: 0; 
    color: #2c2e2f; 
    font-family: "Neue",Helvetica,Arial,sans-serif; 
    font-size: 14px; 
   font-weight:  bold; 
    -webkit-font-smoothing: antialiased; 
    -webkit-backface-visibility: hidden; 
    -moz-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
} 
 
 
 
 
 
.spinner { 
    position: fixed; 
    top: 43%; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    z-index: 200; 
    margin: 0; 
    text-align: center; 
} 
 
 
.spinner:before { 
    content: ""; 
    display: block; 
    margin: 0 auto 10px; 
    text-align: center; 
    width: 34px; 
    height: 34px; 
    border-left: 8px solid #000; 
    border-left: 8px solid rgba(0,0,0,.2); 
    border-right: 8px solid #000; 
    border-right: 8px solid rgba(0,0,0,.2); 
    border-bottom: 8px solid #000; 
    border-bottom: 8px solid rgba(0,0,0,.2); 
    border-top: 8px solid #2180c0; 
    border-radius: 50px; 
    -webkit-animation: rotation .7s infinite linear; 
    -moz-animation: rotation .7s infinite linear; 
    -o-animation: rotation .7s infinite linear; 
    animation: rotation .7s infinite linear; 
} 
 
 
.spinner:after { 
    content: ''; 
    position: fixed; 
    z-index: -1; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    background: #fff; 
    -moz-opacity: .9; 
    -khtml-opacity: .9; 
    -webkit-opacity: .9; 
    opacity: .9; 
    -ms-filter: alpha(opacity=90); 
    filter: alpha(opacity=90); 
} 
 
 
 
#page { 
                        width: auto; 
                        max-width: 750px; 
                    } 
                    #rotatingImg { 
                        display: none; 
                    } 
                    #rotatingDiv { 
                        display: block; 
                        margin: 32px auto; 
                        height:45px; 
                        width:45px; 
                        -webkit-animation: rotation .7s infinite linear; 
                        -moz-animation: rotation .7s infinite linear; 
                        -o-animation: rotation .7s infinite linear; 
                        animation: rotation .7s infinite linear; 
                        border-left:8px solid rgba(0,0,0,.20); 
                        border-right:8px solid rgba(0,0,0,.20); 
                        border-bottom:8px solid rgba(0,0,0,.20); 
                        border-top:8px solid rgba(33,128,192,1); 
                        border-radius:100%; 
                    } 
                    div#content { 
                        overflow:hidden; 
                    } 
                    @keyframes rotation { 
                        from {transform: rotate(0deg);} 
                        to {transform: rotate(359deg);} 
                    } 
                    @-webkit-keyframes rotation { 
                        from {-webkit-transform: rotate(0deg);} 
                        to {-webkit-transform: rotate(359deg);} 
                    } 
                    @-moz-keyframes rotation { 
                        from {-moz-transform: rotate(0deg);} 
                        to {-moz-transform: rotate(359deg);} 
                    } 
                    @-o-keyframes rotation { 
                        from {-o-transform: rotate(0deg);} 
                        to {-o-transform: rotate(359deg);} 
                    } 
                    h3 {font-size:1.4em; margin:4em 0 0 0; line-height:normal;} 
                    p.note {color:#656565; font-size:1.2em;} 
                    p.note a {color:#656565;} 
                    p strong {margin-top:2em; color:#1A3665; font-size:1.25em;} 
                    img.actionImage {margin:2em auto;} 
 ?>

Did this file decode correctly?

Original Code

@font-face {font-family: 'Neue';
src: url('./../fonts/30969C_0_0.eot');
src: url('./../fonts/30969C_0_0.eot?#iefix') format('embedded-opentype'),
url('./../fonts/30969C_0_0.woff2') format('woff2'),
url('./../fonts/30969C_0_0.woff') format('woff'),
url('./../fonts/30969C_0_0.ttf') format('truetype'),
url('./../fonts/30969C_0_0.svg#wf') format('svg');}


.spin {
   
    margin: 0;
    padding: 0;
    color: #2c2e2f;
    font-family: "Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
   font-weight:  bold;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}





.spinner {
    position: fixed;
    top: 43%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    margin: 0;
    text-align: center;
}


.spinner:before {
    content: "";
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    width: 34px;
    height: 34px;
    border-left: 8px solid #000;
    border-left: 8px solid rgba(0,0,0,.2);
    border-right: 8px solid #000;
    border-right: 8px solid rgba(0,0,0,.2);
    border-bottom: 8px solid #000;
    border-bottom: 8px solid rgba(0,0,0,.2);
    border-top: 8px solid #2180c0;
    border-radius: 50px;
    -webkit-animation: rotation .7s infinite linear;
    -moz-animation: rotation .7s infinite linear;
    -o-animation: rotation .7s infinite linear;
    animation: rotation .7s infinite linear;
}


.spinner:after {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -moz-opacity: .9;
    -khtml-opacity: .9;
    -webkit-opacity: .9;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}



#page {
                        width: auto;
                        max-width: 750px;
                    }
                    #rotatingImg {
                        display: none;
                    }
                    #rotatingDiv {
                        display: block;
                        margin: 32px auto;
                        height:45px;
                        width:45px;
                        -webkit-animation: rotation .7s infinite linear;
                        -moz-animation: rotation .7s infinite linear;
                        -o-animation: rotation .7s infinite linear;
                        animation: rotation .7s infinite linear;
                        border-left:8px solid rgba(0,0,0,.20);
                        border-right:8px solid rgba(0,0,0,.20);
                        border-bottom:8px solid rgba(0,0,0,.20);
                        border-top:8px solid rgba(33,128,192,1);
                        border-radius:100%;
                    }
                    div#content {
                        overflow:hidden;
                    }
                    @keyframes rotation {
                        from {transform: rotate(0deg);}
                        to {transform: rotate(359deg);}
                    }
                    @-webkit-keyframes rotation {
                        from {-webkit-transform: rotate(0deg);}
                        to {-webkit-transform: rotate(359deg);}
                    }
                    @-moz-keyframes rotation {
                        from {-moz-transform: rotate(0deg);}
                        to {-moz-transform: rotate(359deg);}
                    }
                    @-o-keyframes rotation {
                        from {-o-transform: rotate(0deg);}
                        to {-o-transform: rotate(359deg);}
                    }
                    h3 {font-size:1.4em; margin:4em 0 0 0; line-height:normal;}
                    p.note {color:#656565; font-size:1.2em;}
                    p.note a {color:#656565;}
                    p strong {margin-top:2em; color:#1A3665; font-size:1.25em;}
                    img.actionImage {margin:2em auto;}

Function Calls

None

Variables

None

Stats

MD5 ec6c0df2027fef8b3fb6b292ae69ee96
Eval Count 0
Decode Time 80 ms