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

Signing you up...

Thank you for signing up!

PHP Decode

<form role="form" action="<?php echo get_home_url(); ?>/" method="get" class="clearf..

Decoded Output download

      <form role="form" action="<?php echo get_home_url(); ?>/" method="get" class="clearfix"> 
                        <div class="col-md-5"> 
                            <input type="text" name="s" class="form-control input-lg" placeholder="<?php if(isset($_GET['s'])){  }else{  echo $CORE->_e(array('homepage','6','flag_noedit')); } ?>"> 
                        </div> 
                        <div class="col-md-6"> 
                            <select name="cat1" class="form-control input-lg"> 
                            <option value=""><?php echo $CORE->_e(array('button','31','flag_noedit')); ?></option> 
                            <?php if(!isset($_GET['cat1'])){ $selcat = ""; }else{ $selcat = $_GET['cat1']; } echo $CORE->CategoryList(array($selcat,false,0,THEME_TAXONOMY)); ?> 
                            </select> 
                        </div> 
                        <div class="col-md-1"> 
                          
                            <button type="submit"><i class="glyphicon glyphicon-search"></i></button> 
                        </div>   
                        </form>

Did this file decode correctly?

Original Code

      <form role="form" action="<?php echo get_home_url(); ?>/" method="get" class="clearfix">
                        <div class="col-md-5">
                            <input type="text" name="s" class="form-control input-lg" placeholder="<?php if(isset($_GET['s'])){  }else{  echo $CORE->_e(array('homepage','6','flag_noedit')); } ?>">
                        </div>
                        <div class="col-md-6">
                            <select name="cat1" class="form-control input-lg">
                            <option value=""><?php echo $CORE->_e(array('button','31','flag_noedit')); ?></option>
                            <?php if(!isset($_GET['cat1'])){ $selcat = ""; }else{ $selcat = $_GET['cat1']; } echo $CORE->CategoryList(array($selcat,false,0,THEME_TAXONOMY)); ?>
                            </select>
                        </div>
                        <div class="col-md-1">
                         
                            <button type="submit"><i class="glyphicon glyphicon-search"></i></button>
                        </div>  
                        </form>

Function Calls

get_home_url 1

Variables

None

Stats

MD5 ea0175e1c4015b73153f8b0cda9ea7b6
Eval Count 0
Decode Time 89 ms