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 $db_server = 'localhost'; $db_user = 'root'; $db_password = ''; $db_name = '..

Decoded Output download

<?php  
$db_server = 'localhost';  
$db_user = 'root';  
$db_password = '';  
$db_name = 'sistem_absensi_032024'; 
$link = mysqli_connect($db_server, $db_user, $db_password, $db_name); 
?>

Did this file decode correctly?

Original Code

<?php 
$db_server = 'localhost'; 
$db_user = 'root'; 
$db_password = ''; 
$db_name = 'sistem_absensi_032024';
$link = mysqli_connect($db_server, $db_user, $db_password, $db_name);
?>

Function Calls

mysqli_connect 1

Variables

$db_name sistem_absensi_032024
$db_user root
$db_server localhost
$db_password

Stats

MD5 d66a9ac703785113aa0129faf08b0c3e
Eval Count 0
Decode Time 65 ms