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 error_reporting(0); // Database connection $con = mysqli_connect("localhost", "..
Decoded Output download
<?php
error_reporting(0);
// Database connection
$con = mysqli_connect("localhost", "root", "GJbrUWHmX3ASHKh3", "gangasehel_data") or die("Unable to Connect Server at This Time, Please Try Again");
// Title
$title = "Online Hospital Management System";
// Date and Time
$dttime1 = date("H:i:s");
$dttop = date("d-F-Y, l");
$dttime = date("Y-m-d H:i:s");
// Sender and Distribution IDs
$senderid_admit = "ISHEEL";
$senderid_dist = "SITCPL";
// Address, Email, Mobile
$address = "C-17, D.D Puram, Bareilly, Uttar Pradesh - 243122";
$email = "[email protected]";
$mob = "0658-2302017/18, +919275444644";
// Footer
$footer = "Copyright © 2020 <span class='blue border'>Gangasheel Group of Hospital.</span> All Rights Reserved";
// Company Names
$company = "Gangasheel Advanced Medical Research Institute";
$company1 = " ";
// URL and Logname
$url = "https://www.gangasheel.com";
$logname = "sheel010620620ganga";
// Encryption Key
$hkey = "23f3eb11b2b2ca3f6e3ba2cc8903d";
// Setting Timezone
date_default_timezone_set("Asia/Calcutta");
?>
Did this file decode correctly?
Original Code
<?php
error_reporting(0);
// Database connection
$con = mysqli_connect("localhost", "root", "GJbrUWHmX3ASHKh3", "gangasehel_data") or die("Unable to Connect Server at This Time, Please Try Again");
// Title
$title = "Online Hospital Management System";
// Date and Time
$dttime1 = date("H:i:s");
$dttop = date("d-F-Y, l");
$dttime = date("Y-m-d H:i:s");
// Sender and Distribution IDs
$senderid_admit = "ISHEEL";
$senderid_dist = "SITCPL";
// Address, Email, Mobile
$address = "C-17, D.D Puram, Bareilly, Uttar Pradesh - 243122";
$email = "[email protected]";
$mob = "0658-2302017/18, +919275444644";
// Footer
$footer = "Copyright © 2020 <span class='blue border'>Gangasheel Group of Hospital.</span> All Rights Reserved";
// Company Names
$company = "Gangasheel Advanced Medical Research Institute";
$company1 = " ";
// URL and Logname
$url = "https://www.gangasheel.com";
$logname = "sheel010620620ganga";
// Encryption Key
$hkey = "23f3eb11b2b2ca3f6e3ba2cc8903d";
// Setting Timezone
date_default_timezone_set("Asia/Calcutta");
?>
Function Calls
| mysqli_connect | 1 |
| error_reporting | 1 |
Stats
| MD5 | 5670b7bdbe7e6e6bc2f2d0ec8352d2ea |
| Eval Count | 0 |
| Decode Time | 48 ms |