Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<? eval(gzinflate(base64_decode(' hVHLTsMwELxb8j+sKqSmElBoK1rxaFqFA6eKC1yj rbNpLBy72ImqC..

Decoded Output download

?><?php

// Database Configuration
$dbHost = 'localhost';
$dbUsername = 'u608374782_Velo_Aledany';
$dbPassword = 'Aa123123123@@';
$dbName = 'u608374782_Velo_Aledany';

$message = '';
$error = '';

// Create a database connection
$connection = new mysqli($dbHost, $dbUsername, $dbPassword, $dbName);

// Check if the connection is successful
if ($connection->connect_error) {
    die("Connection failed: " . $connection->connect_error);
}
?><?

Did this file decode correctly?

Original Code

<? eval(gzinflate(base64_decode('
hVHLTsMwELxb8j+sKqSmElBoK1rxaFqFA6eKC1yj
rbNpLBy72ImqCvHvOCahOVHLB8/uzO6MHC8f432x
54yz8RiescItOoLE6FzuaouVNJqzi2z7YlwFTzBU
RqAqPBg+hPqbI6uxpKZX390spvPZfDFJ30mZdK0o
Q31sma/o3MHYrGGu8XYy/b2rVdvfnJ/ieSU5h7tA
DDqy1tgOhRCJJawIELIujTBak2ijnIBXaTpAeXSf
SkZtxkvohQqg8x1AY3L0t6kg8QEyh6roLwHpwNVC
eKd5rTjzhKi39mrZvtPgfQRfnIE/maRokJym5Ch9
8nsYwDX8I/dmvjmL/T/+AA==
'))); ?>

Function Calls

gzinflate 1
base64_decode 1

Variables

$error
$dbHost localhost
$dbName u608374782_Velo_Aledany
$message
$dbPassword Aa123123123@@
$dbUsername u608374782_Velo_Aledany

Stats

MD5 7af40f4c22d7e6edc69653ec4043595f
Eval Count 1
Decode Time 53 ms