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 $site = getenv('HTTP_HOST'); $lisans = "localhosta"; // Lisans verilen adres $hat..

Decoded Output download

<?php 
$site = getenv('HTTP_HOST'); 
$lisans = "localhosta"; // Lisans verilen adres 
$hata = "http://safabalki.com"; // Script yukarda balanty kullanmazsa ynlendirecek adres 
if($site == $lisans){}else{ 
Header("Location:$hata"); } 
?>

Did this file decode correctly?

Original Code

<?php
$site = getenv('HTTP_HOST');
$lisans = "localhosta"; // Lisans verilen adres
$hata = "http://safabalki.com"; // Script yukarda balanty kullanmazsa ynlendirecek adres
if($site == $lisans){}else{
Header("Location:$hata"); }
?>

Function Calls

getenv 1

Variables

None

Stats

MD5 127ccb62707cd8a206352d08bc3682c4
Eval Count 0
Decode Time 81 ms