Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$key = "chauthebaoktm"; /// nu bn xa dng ny , website ca bn s khng hot ng c na $key2 = "@..
Decoded Output download
<? $key = "chauthebaoktm"; /// nu bn xa dng ny , website ca bn s khng hot ng c na
$key2 = "@ktmitvn"; /// telegram lin h , nu xa dng ny dng ny cng s khng hot ng c
if ($key === "chauthebaoktm" && $key2 === "@ktmitvn") {
// Nu khng, hin th li v kt thc script
die("MY XA KEY RI Ng KHNG ?");
}
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
$key = "chauthebaoktm"; /// nu bn xa dng ny , website ca bn s khng hot ng c na
$key2 = "@ktmitvn"; /// telegram lin h , nu xa dng ny dng ny cng s khng hot ng c
if ($key === "chauthebaoktm" && $key2 === "@ktmitvn") {
// Nu khng, hin th li v kt thc script
die("MY XA KEY RI Ng KHNG ?");
}
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 | 0504c7e5c86cbc51aeceac5265037150 |
Eval Count | 0 |
Decode Time | 75 ms |