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 $localhost = "localhost"; $user = "blupal_test"; //$user = "blupal_test"; $passw..

Decoded Output download

<?php 
$localhost = "localhost"; 
$user = "blupal_test"; 
//$user = "blupal_test"; 
$password = "qazxsw123"; 
//$password = "qazxsw123("; 
$dbname = "blupal_test"; 
//$dbname = "rahal_ethar2"; 
$connect = new mysqli($localhost, $user, $password, $dbname); 
if ($connect->connect_error) { 
    die("Connect Error" . $connect->connect_error); 
} 
?>

Did this file decode correctly?

Original Code

<?php
$localhost = "localhost";
$user = "blupal_test";
//$user = "blupal_test";
$password = "qazxsw123";
//$password = "qazxsw123(";
$dbname = "blupal_test";
//$dbname = "rahal_ethar2";
$connect = new mysqli($localhost, $user, $password, $dbname);
if ($connect->connect_error) {
    die("Connect Error" . $connect->connect_error);
}
?>

Function Calls

None

Variables

$user blupal_test
$dbname blupal_test
$password qazxsw123
$localhost localhost

Stats

MD5 f11b0de3ee76f520849cdf290300f613
Eval Count 0
Decode Time 99 ms