Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
if ($key !== "chauthebaoktm") { // Nu khng, hin th li v kt thc script die("Li: G..
Decoded Output download
<? if ($key !== "chauthebaoktm") {
// Nu khng, hin th li v kt thc script
die("Li: Gi tr ca bin key khng hp l.");
}
// Nu $key hp l, tip tc thc hin m ca bn y
echo "";
try {
$conn = new PDO("mysql:host=$sName;dbname=$db_name",
$uName, $pass);
$conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
}catch(PDOException $e){
echo "Connection failed : ". $e->getMessage();
} ?>
Did this file decode correctly?
Original Code
if ($key !== "chauthebaoktm") {
// Nu khng, hin th li v kt thc script
die("Li: Gi tr ca bin key khng hp l.");
}
// Nu $key hp l, tip tc thc hin m ca bn y
echo "";
try {
$conn = new PDO("mysql:host=$sName;dbname=$db_name",
$uName, $pass);
$conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
}catch(PDOException $e){
echo "Connection failed : ". $e->getMessage();
}
Function Calls
None |
Stats
MD5 | e5bbc38c0f0d57d5cbb34cab22d9ecee |
Eval Count | 0 |
Decode Time | 56 ms |