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 $pc = gethostname(); if ($pc == "DESKTOP-JGQMMTU") { } else { header("Loc..

Decoded Output download

<?php 
$pc =  gethostname(); 
 
if ($pc == "DESKTOP-JGQMMTU") { 
	 
} else { 
	header("Location: ../install/"); 
	exit(); 
} 
 
?>

Did this file decode correctly?

Original Code

<?php
$pc =  gethostname();

if ($pc == "DESKTOP-JGQMMTU") {
	
} else {
	header("Location: ../install/");
	exit();
}

?>

Function Calls

gethostname 1

Variables

None

Stats

MD5 cef3bf1f92fd64c6858e09a55c5408f5
Eval Count 0
Decode Time 54 ms