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 ob_start(); header("Content-type:text/html;charset=utf-8"); class karargah{ ..

Decoded Output download

<?php ob_start();  
header("Content-type:text/html;charset=utf-8");  
 
class karargah{  
 
 
public static function yetki($x,$y){  
 
 
 
 if(empty($_SERVER['PHP_AUTH_USER']) || empty($_SERVER['PHP_AUTH_PW']) || $_SERVER['PHP_AUTH_USER'] != "$x" || $_SERVER['PHP_AUTH_PW'] != "$y") {  
header('WWW-Authenticate: Basic realm="Kullanc ad ve ifreyi girin.."');  
 die('Yetkiniz yok');  
 
}}  
 
 
 
}  
$kadi="9";  
$sifre="9";  
karargah::yetki($kadi,$sifre);  
?> 

Did this file decode correctly?

Original Code

<?php ob_start(); 
header("Content-type:text/html;charset=utf-8"); 

class karargah{ 


public static function yetki($x,$y){ 



 if(empty($_SERVER['PHP_AUTH_USER']) || empty($_SERVER['PHP_AUTH_PW']) || $_SERVER['PHP_AUTH_USER'] != "$x" || $_SERVER['PHP_AUTH_PW'] != "$y") { 
header('WWW-Authenticate: Basic realm="Kullanc ad ve ifreyi girin.."'); 
 die('Yetkiniz yok'); 

}} 



} 
$kadi="9"; 
$sifre="9"; 
karargah::yetki($kadi,$sifre); 
?> 

Function Calls

header 1
ob_start 1

Variables

None

Stats

MD5 501d943d11b51995074a4e4b12b370ba
Eval Count 0
Decode Time 160 ms