Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$key = $this->request->post['module_szamlazzhu_licence']; $test_link = str_replac..

Decoded Output download

<?  		$key = $this->request->post['module_szamlazzhu_licence']; 
		 
		$test_link = str_replace(array("http://","https://"),array("",""),HTTP_SERVER); 
		 
		$test_key = base64_decode(base64_decode($key)); 
		 
		if($test_link != $test_key){ 
			$this->request->post['module_szamlazzhu_status'] = 0; 
		}else{ 
			$this->request->post['module_szamlazzhu_status'] = 1; 
		} ?>

Did this file decode correctly?

Original Code

		$key = $this->request->post['module_szamlazzhu_licence'];
		
		$test_link = str_replace(array("http://","https://"),array("",""),HTTP_SERVER);
		
		$test_key = base64_decode(base64_decode($key));
		
		if($test_link != $test_key){
			$this->request->post['module_szamlazzhu_status'] = 0;
		}else{
			$this->request->post['module_szamlazzhu_status'] = 1;
		}

Function Calls

None

Variables

None

Stats

MD5 98f51535a9aad82a6d74d953998a1176
Eval Count 0
Decode Time 72 ms