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 //error_reporting(0); $servername = "localhost"; $username = "al3rb_android";..
Decoded Output download
<?php
//error_reporting(0);
$servername = "localhost";
$username = "al3rb_android";
$password = "hKC0LeMnB#If";
$dbname = "al3rb_android";
// Create connection
$link = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($link->connect_error) {
die("Connection failed: " . $link->connect_error);
}
?>
Did this file decode correctly?
Original Code
<?php
//error_reporting(0);
$servername = "localhost";
$username = "al3rb_android";
$password = "hKC0LeMnB#If";
$dbname = "al3rb_android";
// Create connection
$link = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($link->connect_error) {
die("Connection failed: " . $link->connect_error);
}
Function Calls
None |
Stats
MD5 | 2d0de857b2f8f09fbb4fef7f144a5df5 |
Eval Count | 0 |
Decode Time | 48 ms |