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

Signing you up...

Thank you for signing up!

PHP Decode

/* Decoded by unphp.net */ <?php ?> <div id="copyright"> <?php if (ot_get_..

Decoded Output download

/* Decoded by unphp.net */ 
 
<?php ?>						<div id="copyright"> 
							<?php if (ot_get_option('copyright')): ?> 
								<p><?php echo ot_get_option('copyright'); ?></p> 
							<?php 
else: ?> 
								<p><?php bloginfo(); ?> &copy; <?php echo date('Y'); ?>. <?php _e('All Rights Reserved.', 'hueman'); ?></p> 
							<?php 
endif; ?> 
						</div><!--/#copyright--> 
						 
						<?php if (ot_get_option('credit') != 'off'): ?> 
						<div id="credit"> 
							<p><?php _e('Powered by', 'hueman'); ?> <a href="http://www.eniazmandi.com" rel="follow"> </a>.</p> 
						</div><!--/#credit--> 
						<?php 
endif; ?> 
						 
					</div>

Did this file decode correctly?

Original Code

/* Decoded by unphp.net */

<?php ?>						<div id="copyright">
							<?php if (ot_get_option('copyright')): ?>
								<p><?php echo ot_get_option('copyright'); ?></p>
							<?php
else: ?>
								<p><?php bloginfo(); ?> &copy; <?php echo date('Y'); ?>. <?php _e('All Rights Reserved.', 'hueman'); ?></p>
							<?php
endif; ?>
						</div><!--/#copyright-->
						
						<?php if (ot_get_option('credit') != 'off'): ?>
						<div id="credit">
							<p><?php _e('Powered by', 'hueman'); ?> <a href="http://www.eniazmandi.com" rel="follow"> </a>.</p>
						</div><!--/#credit-->
						<?php
endif; ?>
						
					</div>

Function Calls

ot_get_option 1

Variables

None

Stats

MD5 1eb3f2584353259003e410c8400e89d2
Eval Count 0
Decode Time 96 ms