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 mysql_connect('localhost', 'wp_1bh1', 'gjani123!') or die ('MYSQL ERROR: Could no..

Decoded Output download

<?php  
	mysql_connect('localhost', 'wp_1bh1', 'gjani123!') or die ('MYSQL ERROR: Could not connect to mysql database!');  
	mysql_select_db('wp_1bh1') or die ('MYSQL ERROR: Please ensure database exists'); 
?>

Did this file decode correctly?

Original Code

<?php 
	mysql_connect('localhost', 'wp_1bh1', 'gjani123!') or die ('MYSQL ERROR: Could not connect to mysql database!'); 
	mysql_select_db('wp_1bh1') or die ('MYSQL ERROR: Please ensure database exists');
?>

Function Calls

mysql_connect 1

Variables

None

Stats

MD5 2a86e6f813fe452d1304fceec9b72f64
Eval Count 0
Decode Time 76 ms