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

Signing you up...

Thank you for signing up!

PHP Decode

<?php $dbhost = 'localhost'; // $dbusername = 'apachezzz_geobux'; // $dbpass = 'GJ..

Decoded Output download

<?php 
$dbhost = 'localhost'; //    
$dbusername = 'apachezzz_geobux'; //   
$dbpass = 'GJNKH843jf'; //    
$dbname = 'apachezzz_geobux'; //   
$dbconnect = mysql_connect ($dbhost, $dbusername, $dbpass);  
if (!$dbconnect) { echo ('<span style="font: 12px tahoma, arial; background-color: #8A2D21; color: #fff; margin-top: 20px; width: 220px; padding: 5px 10px 10px 20px; display: block;"><span style="font-size: 14px; line-height: 1.8; font-weight: bold;"> :(</span><br>  <br>No connect</span>'); } 
if(!mysql_select_db($dbname)) {die ('<span style="font: 12px tahoma, arial; background-color: #8A2D21; color: #fff; margin-top: 20px; width: 220px; padding: 5px 10px 10px 20px; display: block;"><span style="font-size: 14px; line-height: 1.8; font-weight: bold;"> :(</span><br>  <br>No connect</span>');} 
mysql_query('SET NAMES "utf8";'); 
 
 
 
?> 

Did this file decode correctly?

Original Code

<?php
$dbhost = 'localhost'; //   
$dbusername = 'apachezzz_geobux'; //  
$dbpass = 'GJNKH843jf'; //   
$dbname = 'apachezzz_geobux'; //  
$dbconnect = mysql_connect ($dbhost, $dbusername, $dbpass); 
if (!$dbconnect) { echo ('<span style="font: 12px tahoma, arial; background-color: #8A2D21; color: #fff; margin-top: 20px; width: 220px; padding: 5px 10px 10px 20px; display: block;"><span style="font-size: 14px; line-height: 1.8; font-weight: bold;"> :(</span><br>  <br>No connect</span>'); }
if(!mysql_select_db($dbname)) {die ('<span style="font: 12px tahoma, arial; background-color: #8A2D21; color: #fff; margin-top: 20px; width: 220px; padding: 5px 10px 10px 20px; display: block;"><span style="font-size: 14px; line-height: 1.8; font-weight: bold;"> :(</span><br>  <br>No connect</span>');}
mysql_query('SET NAMES "utf8";');



?>

Function Calls

mysql_connect 1

Variables

$dbhost localhost
$dbname apachezzz_geobux
$dbpass GJNKH843jf
$dbusername apachezzz_geobux

Stats

MD5 32f5d55314fe1c33e3c35cc67e47c4a7
Eval Count 0
Decode Time 85 ms