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 /// TIME date_default_timezone_set('GMT'); $TIME = date("d-m-Y H:i:s"); /// C..
Decoded Output download
<?php
/// TIME
date_default_timezone_set('GMT');
$TIME = date("d-m-Y H:i:s");
/// COUNTRY
$PP = getenv("REMOTE_ADDR");
$J7 = simplexml_load_file("http://www.geoplugin.net/xml.gp?ip=$PP");
$COUNTRY = $J7->geoplugin_countryName ; // Country
/// VISITOR
$ip = getenv("REMOTE_ADDR");
$file = fopen("visit.txt","a");
fwrite($file,$ip." - ".$TIME." - " . $COUNTRY ."
") ;
?>
Did this file decode correctly?
Original Code
<?php
/// TIME
date_default_timezone_set('GMT');
$TIME = date("d-m-Y H:i:s");
/// COUNTRY
$PP = getenv("REMOTE_ADDR");
$J7 = simplexml_load_file("http://www.geoplugin.net/xml.gp?ip=$PP");
$COUNTRY = $J7->geoplugin_countryName ; // Country
/// VISITOR
$ip = getenv("REMOTE_ADDR");
$file = fopen("visit.txt","a");
fwrite($file,$ip." - ".$TIME." - " . $COUNTRY ."\n") ;
?>
Function Calls
| date_default_timezone_set | 1 |
Stats
| MD5 | 93d88120e27c2e80d71ef56aaef70574 |
| Eval Count | 0 |
| Decode Time | 87 ms |