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 $host = "localhost"; // Database Host $user = "istgah7_70069"; // Database..

Decoded Output download

<?php 
$host     = "localhost"; // Database Host 
$user     = "istgah7_70069"; // Database Username 
$password = "M,P&B8RBr+LvxHXGD7xU}v7S"; // Database's user Password 
$database = "istgah7_70059"; // Database Name 
$prefix   = "vovsix_"; // Database Prefix for the script tables 
 
$connect = mysqli_connect($host, $user, $password, $database); 
 
// Checking Connection 
if (mysqli_connect_errno()) { 
    echo "Failed to connect with MySQL: " . mysqli_connect_error(); 
} 
 
mysqli_set_charset($connect, "utf8"); 
 
$client = "No"; 
 
$site_url             = "http://localhost"; 
$projectsecurity_path = "http://istgah7.com/32053"; 
?>

Did this file decode correctly?

Original Code

<?php
$host     = "localhost"; // Database Host
$user     = "istgah7_70069"; // Database Username
$password = "M,P&B8RBr+LvxHXGD7xU}v7S"; // Database's user Password
$database = "istgah7_70059"; // Database Name
$prefix   = "vovsix_"; // Database Prefix for the script tables

$connect = mysqli_connect($host, $user, $password, $database);

// Checking Connection
if (mysqli_connect_errno()) {
    echo "Failed to connect with MySQL: " . mysqli_connect_error();
}

mysqli_set_charset($connect, "utf8");

$client = "No";

$site_url             = "http://localhost";
$projectsecurity_path = "http://istgah7.com/32053";
?>

Function Calls

mysqli_connect 1

Variables

$host localhost
$user istgah7_70069
$prefix vovsix_
$database istgah7_70059
$password M,P&B8RBr+LvxHXGD7xU}v7S

Stats

MD5 7a2c7704ef5045ef0654c57734da2460
Eval Count 0
Decode Time 99 ms