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 $host = "localhost"; $user = "maplaye1_jadid"; $password = ..
Decoded Output download
<?php
$host = "localhost";
$user = "maplaye1_jadid";
$password = '55R!f0F@RU7B';
$db_name = "maplaye1_jadid";
$con = mysqli_connect($host, $user, $password, $db_name);
if(mysqli_connect_errno()) {
die("Failed to connect with MySQL: ". mysqli_connect_error());
}
?>
Did this file decode correctly?
Original Code
<?php
$host = "localhost";
$user = "maplaye1_jadid";
$password = '55R!f0F@RU7B';
$db_name = "maplaye1_jadid";
$con = mysqli_connect($host, $user, $password, $db_name);
if(mysqli_connect_errno()) {
die("Failed to connect with MySQL: ". mysqli_connect_error());
}
?>
Function Calls
mysqli_connect | 1 |
Stats
MD5 | b9eefcaaddcd290dc0bf46cae1a8ea7a |
Eval Count | 0 |
Decode Time | 50 ms |