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 $servername = "localhost"; $username = "pubglite_fix"; $password = "pubglite_fi..

Decoded Output download

<?php 
 
$servername = "localhost"; 
$username = "pubglite_fix"; 
$password = "pubglite_fix"; 
$dbname = "pubglite_fix"; 
 
$conn = mysqli_connect($servername,$username,$password,$dbname); 
 
if(!$conn) { 
 
die(" PROBLEM WITH CONNECTION : " . mysqli_connect_error()); 
 
} 
   
?>

Did this file decode correctly?

Original Code

<?php

$servername = "localhost";
$username = "pubglite_fix";
$password = "pubglite_fix";
$dbname = "pubglite_fix";

$conn = mysqli_connect($servername,$username,$password,$dbname);

if(!$conn) {

die(" PROBLEM WITH CONNECTION : " . mysqli_connect_error());

}
  
?>

Function Calls

mysqli_connect 1

Variables

$dbname pubglite_fix
$password pubglite_fix
$username pubglite_fix
$servername localhost

Stats

MD5 d48d083a90b99397a453e8bf5bf6aa6d
Eval Count 0
Decode Time 69 ms