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

Signing you up...

Thank you for signing up!

PHP Decode

<div id="copyright-row"> <div class="container"> ..

Decoded Output download

<div id="copyright-row"> 
                              <div class="container"> 
                                <div id="copyright-menu" class="row"> 
                                    <!-- DO NOT REMOVE OR CHANGE THE CONTENT BELOW, THIS THEME MAY NOT WORK PROPERLY --> 
                                     
                                        <div id="ascopy"> 
                                        <a href="http://www.astemplates.com/" target="_blank"> 
                                            DESIGNED BY:&nbsp;&nbsp;AS DESIGNING 
                                        </a> 
                                        </div> 
                                     
                                    <!-- DO NOT REMOVE OR CHANGE THE CONTENT ABOVE, THIS THEME MAY NOT WORK PROPERLY --> 
                                </div>   
                              </div> 
                          </div> 
                         
                        <!-- DO NOT REMOVE OR CHANGE THE CONTENT ABOVE, THIS THEME MAY NOT WORK PROPERLY -->                        </div> 
         
                        <div class="row3col2">             
                            <div id="trademark"> 
                                Copyright &copy; <?php echo date('Y'); ?> <?php echo $app->getCfg('sitename'); ?> 
                            </div> 
                        </div> 
                    </div> 
                </div> 
            </div>   
         
        </div> 
 
	</div> 

Did this file decode correctly?

Original Code

<div id="copyright-row">
                              <div class="container">
                                <div id="copyright-menu" class="row">
                                    <!-- DO NOT REMOVE OR CHANGE THE CONTENT BELOW, THIS THEME MAY NOT WORK PROPERLY -->
                                    
                                        <div id="ascopy">
                                        <a href="http://www.astemplates.com/" target="_blank">
                                            DESIGNED BY:&nbsp;&nbsp;AS DESIGNING
                                        </a>
                                        </div>
                                    
                                    <!-- DO NOT REMOVE OR CHANGE THE CONTENT ABOVE, THIS THEME MAY NOT WORK PROPERLY -->
                                </div>  
                              </div>
                          </div>
                        
                        <!-- DO NOT REMOVE OR CHANGE THE CONTENT ABOVE, THIS THEME MAY NOT WORK PROPERLY -->                        </div>
        
                        <div class="row3col2">            
                            <div id="trademark">
                                Copyright &copy; <?php echo date('Y'); ?> <?php echo $app->getCfg('sitename'); ?>
                            </div>
                        </div>
                    </div>
                </div>
            </div>  
        
        </div>

	</div>

Function Calls

date 1

Variables

None

Stats

MD5 fac95fb843fc1d1f38a62485bddc0a78
Eval Count 0
Decode Time 79 ms