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 # FileName="Connection_php_mysql.htm" # Type="MYSQL" # HTTP="true" $hostname_eLa..
Decoded Output download
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_eLatihanDB = "localhost";
$database_eLatihanDB = "elatihan";
$username_eLatihanDB = "elatihan";
$password_eLatihanDB = "elatihan";
//$password_eLatihanDB = "password123";
$eLatihanDB = mysql_pconnect($hostname_eLatihanDB, $username_eLatihanDB, $password_eLatihanDB) or trigger_error(mysql_error(),E_USER_ERROR);
?>
Did this file decode correctly?
Original Code
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_eLatihanDB = "localhost";
$database_eLatihanDB = "elatihan";
$username_eLatihanDB = "elatihan";
$password_eLatihanDB = "elatihan";
//$password_eLatihanDB = "password123";
$eLatihanDB = mysql_pconnect($hostname_eLatihanDB, $username_eLatihanDB, $password_eLatihanDB) or trigger_error(mysql_error(),E_USER_ERROR);
?>
Function Calls
mysql_pconnect | 1 |
Stats
MD5 | 7b12c3c77b63149e70ebb5848525c7a4 |
Eval Count | 0 |
Decode Time | 93 ms |