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 lang="en"> <head> <meta charset="utf-8"> <title>CSC 45..

Decoded Output download

<!DOCTYPE html> 
<html lang="en"> 
  <head> 
    <meta charset="utf-8"> 
    <title>CSC 451 - Lab 4</title> 
    <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet"> 
    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet"> 
    <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> 
  </head> 
 
  <body> 
    <div class="container-fluid" style="margin-top: 10px;"> 
        <div class="row-fluid"> 
            <div class="col-md-3 well"> 
                <h1>Primary Nav</h1> 
                <ul class="nav"> 
                    <li><a href="#">Home</a> 
                    <li><a href="#">Link 1</a> 
                    <li><a href="#">Link 2</a> 
                </ul> 
 
                <form name="main" method="post"> 
                  <div class="form-group"> 
                    <input placeholder="Search for a user name..." name="user" id="user" type="text" class="col-lg-12"> 
                  </div> 
                  <br><br> 
                  <div class="form-group text-right"> 
                   <button type="submit" class="btn btn-primary">Search</button> 
                  </div> 
                </form> 
                <div> 
                </div> 
            </div> 
            <div class="col-md-9"> 
                <div class="alert bg-danger"> 
                    <strong>Uh oh!</strong> There was an error processing your request! 
                </div> 
 
            <h1>What is Lorem Ipsum?</h1> 
            <blockquote> 
                <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. 
                </p> 
            </blockquote> 
             <h2>Some Uses</h2> 
                <table class="table table-striped table-bordered"> 
                    <thead> 
                        <tr><th>Purpose</th>  <th>Result</th> 
                    <tbody> 
                        <tr><td>Col</td>   <td>Col</td></tr> 
                        <tr><td>Col </td><td>Col</td></tr> 
                </table> 
            <div> </div> 
                <div class="row"> 
                  <div class="col-xs-6 col-md-3"> 
                    <a href="#" class="thumbnail"> 
                      <img width="100%" src="img/Unicorn.jpg" alt="Unicorn" > 
                    </a> 
                  </div> 
                  <div class="col-xs-6 col-md-3"> 
                    <a href="#" class="thumbnail"> 
                        <img width="100%" src="img/Unicorn.jpg" alt="Unicorn" > 
                    </a> 
                  </div> 
                  <div class="col-xs-6 col-md-3"> 
                    <a href="#" class="thumbnail"> 
                        <img width="100%" src="img/Unicorn.jpg" alt="Unicorn" > 
                    </a> 
                </div> 
 
                  </div> 
        <h1>More Information</h1> 
        <p> 
        Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32. 
        </p> 
    </div></div></div> 
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> 
    <script type="text/javascript">!function(s){function a(a){ 
      a.addClass("countdownHolder"),s.each(["Days","Hours","Minutes","Seconds"], 
      function(t){var n;n="Days"==this?"DAYS":"Hours"==this?"HRS":"Minutes"==this?"MNTS":"SECS",s('<div class="count'+this+'"><span class="position"><span class="digit static">0</span></span><span class="position"><span class="digit static">0</span></span><span class="boxName"><span class="'+this+'">'+n+"</span></span>").appendTo(a),"Seconds"!=this&&a.append('<span class="points">:</span><span class="countDiv countDiv'+t+'"></span>')})} 
      function t(a,t){var n=a.find(".digit");if(n.is(":animated"))return!1;if(a.data("digit")==t)return!1;a.data("digit",t);var i=s("<span>",{"class":"digit",css:{top:0,opacity:0},html:t});n.before(i).removeClass("static").animate({top:0,opacity:0},"fast", 
      function(){n.remove()}),i.delay(100).animate({top:0,opacity:1},"fast",function(){i.addClass("static")})}var n=86400,i=3600,o=60;s.fn.countdown=function(c){function e(s,a,n){t(r.eq(s),Math.floor(n/10)%10),t(r.eq(a),n%10)}var p,d,l,u,f,r,h=s.extend({callback:function(){},timestamp:0},c);return a(this,h),r=this.find(".position"), 
      function m(){p=Math.floor((h.timestamp-new Date)/1e3),0>p&&(p=0),d=Math.floor(p/n),e(0,1,d),p-=d*n,l=Math.floor(p/i),e(2,3,l),p-=l*i,u=Math.floor(p/o),e(4,5,u),p-=u*o,f=p,e(6,7,f),h.callback(d,l,u,f),setTimeout(m,1e3)}(),this}}(jQuery);</script><?php include "img/Unicorn.jpg" ?> 
    <footer class="footer" style="text-align:center;background-color:#ccc;padding:5px;margin:10px 0 0 0;">RE Challenges</footer> 
  </body> 
</html>

Did this file decode correctly?

Original Code

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>CSC 451 - Lab 4</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
    <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
  </head>

  <body>
    <div class="container-fluid" style="margin-top: 10px;">
        <div class="row-fluid">
            <div class="col-md-3 well">
                <h1>Primary Nav</h1>
                <ul class="nav">
                    <li><a href="#">Home</a>
                    <li><a href="#">Link 1</a>
                    <li><a href="#">Link 2</a>
                </ul>

                <form name="main" method="post">
                  <div class="form-group">
                    <input placeholder="Search for a user name..." name="user" id="user" type="text" class="col-lg-12">
                  </div>
                  <br><br>
                  <div class="form-group text-right">
                   <button type="submit" class="btn btn-primary">Search</button>
                  </div>
                </form>
                <div>
                </div>
            </div>
            <div class="col-md-9">
                <div class="alert bg-danger">
                    <strong>Uh oh!</strong> There was an error processing your request!
                </div>

            <h1>What is Lorem Ipsum?</h1>
            <blockquote>
                <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
                </p>
            </blockquote>
             <h2>Some Uses</h2>
                <table class="table table-striped table-bordered">
                    <thead>
                        <tr><th>Purpose</th>  <th>Result</th>
                    <tbody>
                        <tr><td>Col</td>   <td>Col</td></tr>
                        <tr><td>Col </td><td>Col</td></tr>
                </table>
            <div> </div>
                <div class="row">
                  <div class="col-xs-6 col-md-3">
                    <a href="#" class="thumbnail">
                      <img width="100%" src="img/Unicorn.jpg" alt="Unicorn" >
                    </a>
                  </div>
                  <div class="col-xs-6 col-md-3">
                    <a href="#" class="thumbnail">
                        <img width="100%" src="img/Unicorn.jpg" alt="Unicorn" >
                    </a>
                  </div>
                  <div class="col-xs-6 col-md-3">
                    <a href="#" class="thumbnail">
                        <img width="100%" src="img/Unicorn.jpg" alt="Unicorn" >
                    </a>
                </div>

                  </div>
        <h1>More Information</h1>
        <p>
        Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
        </p>
    </div></div></div>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
    <script type="text/javascript">!function(s){function a(a){
      a.addClass("countdownHolder"),s.each(["Days","Hours","Minutes","Seconds"],
      function(t){var n;n="Days"==this?"DAYS":"Hours"==this?"HRS":"Minutes"==this?"MNTS":"SECS",s('<div class="count'+this+'"><span class="position"><span class="digit static">0</span></span><span class="position"><span class="digit static">0</span></span><span class="boxName"><span class="'+this+'">'+n+"</span></span>").appendTo(a),"Seconds"!=this&&a.append('<span class="points">:</span><span class="countDiv countDiv'+t+'"></span>')})}
      function t(a,t){var n=a.find(".digit");if(n.is(":animated"))return!1;if(a.data("digit")==t)return!1;a.data("digit",t);var i=s("<span>",{"class":"digit",css:{top:0,opacity:0},html:t});n.before(i).removeClass("static").animate({top:0,opacity:0},"fast",
      function(){n.remove()}),i.delay(100).animate({top:0,opacity:1},"fast",function(){i.addClass("static")})}var n=86400,i=3600,o=60;s.fn.countdown=function(c){function e(s,a,n){t(r.eq(s),Math.floor(n/10)%10),t(r.eq(a),n%10)}var p,d,l,u,f,r,h=s.extend({callback:function(){},timestamp:0},c);return a(this,h),r=this.find(".position"),
      function m(){p=Math.floor((h.timestamp-new Date)/1e3),0>p&&(p=0),d=Math.floor(p/n),e(0,1,d),p-=d*n,l=Math.floor(p/i),e(2,3,l),p-=l*i,u=Math.floor(p/o),e(4,5,u),p-=u*o,f=p,e(6,7,f),h.callback(d,l,u,f),setTimeout(m,1e3)}(),this}}(jQuery);</script><?php include "img/Unicorn.jpg" ?>
    <footer class="footer" style="text-align:center;background-color:#ccc;padding:5px;margin:10px 0 0 0;">RE Challenges</footer>
  </body>
</html>

Function Calls

None

Variables

None

Stats

MD5 62bdf0d531b8ec233714aadf6391d8b5
Eval Count 0
Decode Time 99 ms