Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<? eval(gzinflate(base64_decode(' 7RtdbxvH8ZkC9B82ByIkUYqSKMtNKUuBPihLiT5Y kXZgWMZhdVzyN..
Decoded Output download
?><?php
namespace napthe;
use pocketmine\Server;
use pocketmine\Player;
use pocketmine\plugin\PluginBase;
use pocketmine\command\Command;
use pocketmine\command\CommandSender;
use pocketmine\command\CommandReader;
use pocketmine\command\CommandExecuter;
use pocketmine\command\ConsoleCommandSender;
use pocketmine\utils\TextFormat;
use pocketmine\event\Listener;
use pocketmine\utils\Config;
use onebone\economyapi\EconomyAPI;
use _64FF00\PurePerms\PurePerms;
use giftcode\Main as Giftcode;
use vip\mains;
class Main extends PluginBase {
const CORE_API_HTTP_USER = "merchant_25415";
const CORE_API_HTTP_PWD = "25415sVYJhASENbOpwl6zjnov28Pqu7uDfQ";
const BK = "https://www.baokim.vn/the-cao/restFul/send";
public $prefix = "a[ 6NpTh dSystema ]";
public $cfg;
public $tien;
public $cap;
public $rank;
public $data;
public $eco;
public function onEnable() {
if(!is_dir($this->getDataFolder())) {
mkdir($this->getDataFolder());
}
$this->eco = EconomyAPI::getInstance();
$this->purePerms = $this->getServer()->getPluginManager()->getPlugin("PurePerms");
$this->data = new Config($this->getDataFolder() ."tong_card_mem_nap.yml", Config::YAML, [
]);
$this->tien = new Config($this->getDataFolder() ."nap_tien.yml", Config::YAML, [
"10000" => "5000",
"20000" => "10000",
"50000" => "25000",
"100000" => "60000",
"200000" => "150000",
"500000" => "500000"
]);
$this->cfg = new Config($this->getDataFolder() ."luu_y.yml", Config::YAML, [
"Lu " => "Nu C Hai Plugin SetVip V GiftCode Cho B Nha"
]);
$this->cap = new Config($this->getDataFolder() ."nap_vip.yml", Config::YAML, [
"10000" => "vip1",
"20000" => "vip1",
"50000" => "vip2",
"100000" => "vip3",
"200000" => "vip4"
]);
$this->cfg = new Config($this->getDataFolder() ."cai_dat.yml", Config::YAML, [
"merchant_id" => "ma_website",
"secure_code" => "mat_khau_website",
"api_username" => "api_username",
"api_pass" => "api_pass",
"uuid" => "Jkllkjaiaim"
]);
$duongdan = 'plugins/NapThe/card_dung.log';
if(file_exists($duongdan)){
$this->getLogger()->info(TextFormat::GREEN."aplugins\NapThe\card_dung.log e sn sng");
}else{
$fh = fopen('plugins\NapThe\card_dung.log', "a") ;
fwrite($fh,'| Tai khoan | Loai the | Menh gia | Thoi gian |');
fwrite($fh,"\r\n");
fclose($fh);
}
$duongdan = 'plugins/NapThe/card_delay.log';
if(file_exists($duongdan)){
$this->getLogger()->info(TextFormat::GREEN."aplugins\NapThe\card_delay.log e sn sng");
}else{
$fh = fopen('plugins\NapThe\card_delay.log', "a") ;
fwrite($fh,'| Tai khoan | Loai the | Menh gia | Thoi gian |');
fwrite($fh,"\r\n");
fclose($fh);
}
}
public function onCommand(CommandSender $s, Command $cmd, $label, array $args) {
$merchant_id = $this->cfg->get("merchant_id");
$api_username = $this->cfg->get("api_username");
$api_pass = $this->cfg->get("api_pass");
$uuid = $this->cfg->get("uuid");
$secure_code = $this->cfg->get("secure_code");
settype($merchant_id, "string");
settype($api_username, "string");
settype($api_pass, "string");
settype($uuid, "string");
settype($secure_code, "string");
if(strtolower($cmd->getName()) == "napthe") {
if(isset($args[0])) {
switch(strtolower($args[0])) {
case "coin":
if(isset($args[1]) && isset($args[2]) && isset($args[3])) {
if(is_numeric($args[1]) && is_numeric($args[2])) {
$tranid = time();
switch(strtolower($args[3])) {
case "vina":
$mang = "VINA";
break;
case "mobi":
$mang = "MOBI";
break;
case "viettel":
$mang = "VIETEL";
break;
case "vtc":
$mang = "VTC";
break;
case "gate":
$mang = "GATE";
break;
}
settype($mang,"string");
settype($tranid,"string");
$arrayPost = array(
'merchant_id'=> $merchant_id,
'api_username'=> $api_username,
'api_password'=> $api_pass,
'transaction_id'=> $tranid,
'card_id'=> $mang,
'pin_field'=> $args[1],
'seri_field'=> $args[2],
'algo_mode'=>'hmac'
);
$pina = (strtolower($args[1]));
$seria = (strtolower($args[2]));
$mang = (strtolower($args[3]));
$s->sendMessage("el---aBn Nhpe---");
$s->sendMessage("aaSeri:e".$pina.'');
$s->sendMessage("aaPin:e".$seria.'');
$s->sendMessage("aaMng:e".$mang.'');
ksort($arrayPost);
$data_sign = hash_hmac('SHA1',implode('',$arrayPost),$secure_code);
$arrayPost['data_sign'] = $data_sign;
$curl = curl_init(self::BK);
curl_setopt_array($curl, array(
CURLOPT_POST=>true,
CURLOPT_HEADER=>false,
CURLINFO_HEADER_OUT=>true,
CURLOPT_TIMEOUT=>30,
CURLOPT_RETURNTRANSFER=>true,
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_HTTPAUTH=>CURLAUTH_DIGEST|CURLAUTH_BASIC,
CURLOPT_USERPWD=> self::CORE_API_HTTP_USER.':'.self::CORE_API_HTTP_PWD,
CURLOPT_POSTFIELDS=>http_build_query($arrayPost)
));
$data = curl_exec($curl);
$status = curl_getinfo($curl, CURLINFO_HTTP_CODE);
$result = json_decode($data,true);
date_default_timezone_set('Asia/Ho_Chi_Minh');
if($status == 200) {
if($this->tien->exists($result["amount"])) {
if($this->data->exists(strtolower($s->getName()))) {
$this->data->set(strtolower($s->getName()), $this->data->get(strtolower($s->getName())) + $result["amount"]);
$this->data->save();
} else {
$this->data->set(strtolower($s->getName()), $result["amount"]);
$this->data->save();
}
$this->eco->addMoney($s->getName(), $this->tien->get($result["amount"]));
//xu ly loai cardokay
if($result["amount"]=='10000'){
$loai_card ="10k";
}
else if($result["amount"]=='20000'){
$loai_card ="20k";
}
else if($result["amount"]=='50000'){
$loai_card = "50k";
}
else if($result["amount"]=='100000'){
$loai_card = "100k";
}
else if($result["amount"] == '200000'){
$loai_card = "200k";
}
else if($result["amount"] == '500000'){
$loai_card = "500k";
}
$ngay_nap = date("d-m-Y H:i:s");
$length1 = 25 - strlen($s->getName());
$length2 = 10 - strlen($mang);
$length3= 10 - strlen($loai_card);
$length4 = 30 - strlen($ngay_nap);
$ngay_nap = date("d-m-Y H:i:s");
$space = ' ';
$fh = fopen('plugins\NapThe\card_dung.log', "a") ;
fwrite($fh,'------------------------------------------------------------------------------------------------');
fwrite($fh,"\r\n");
fclose($fh);
$fh = fopen('plugins\NapThe\card_dung.log', "a") ;
fwrite($fh,"| ".$s->getName().str_repeat($space,$length1)."| ".$mang.str_repeat($space,$length2)."| ".$loai_card.str_repeat($space,$length3)."| ".$ngay_nap.str_repeat($space,$length4)."|");
fwrite($fh,"\r\n");
fclose($fh);
$fh = fopen('plugins\NapThe\card_dung.log', "a") ;
fwrite($fh,'------------------------------------------------------------------------------------------------');
fwrite($fh,"\r\n");
fclose($fh);
$s->sendMessage("a- np th thnh cng! bn nhn c ". $this->tien->get($result["amount"]) ." $!");
$test = new Giftcode();
$code = $test->generateCode();
$s->sendMessage("acode giftcode ca bn:". $code ." nhp /redeem <code> nhn");
return true;
} else {
//nap the thanh cong nhung ko co menh gia
$s->sendMessage("a- th np thnh cng nhng mnh gi th khng c trong danh sch th nn khng nhn c ng xu no, xin hy chp mn hnh v gi cho Hong Anh Ng trn facebook");
if($result["amount"]=='10000'){
$loai_card ="10k";
}
else if($result["amount"]=='20000'){
$loai_card ="20k";
}
else if($result["amount"]=='50000'){
$loai_card = "50k";
}
else if($result["amount"]=='100000'){
$loai_card = "100k";
}
else if($result["amount"] == '200000'){
$loai_card = "200k";
}
else if($result["amount"] == '500000'){
$loai_card = "500k";
}
$ngay_nap = date("d-m-Y H:i:s");
$length1 = 25 - strlen($s->getName());
$length2 = 10 - strlen($mang);
$length3= 10 - strlen($loai_card);
$length4 = 30 - strlen($ngay_nap);
$space = ' ';
$fh = fopen('plugins\NapThe\card_delay.log', "a") ;
fwrite($fh,'------------------------------------------------------------------------------------------------');
fwrite($fh,"\r\n");
fclose($fh);
$fh = fopen('plugins\NapThe\card_delay.log', "a") ;
fwrite($fh,"| ".$s->getName().str_repeat($space,$length1)."| ".$mang.str_repeat($space,$length2)."| ".$loai_card.str_repeat($space,$length3)."| ".$ngay_nap.str_repeat($space,$length4)."|");
fwrite($fh,"\r\n");
fclose($fh);
$fh = fopen('plugins\NapThe\card_delay.log', "a") ;
fwrite($fh,'------------------------------------------------------------------------------------------------');
fwrite($fh,"\r\n");
fclose($fh);
return true;
$this->data->set(strtolower($s->getName()), "error: khng c mnh gi");
}
} else {
$s->sendMessage("c- li khi thc hin giao dch, m li: b". $status);
$s->sendMessage("c- miu t li: ". $result["errorMessage"]);
return true;
}
} else {
$s->sendMessage("c- M th v m pin phi l s");
}
} else {
$s->sendMessage($this->prefix."a acch dng: d/napthe a<coin | vip> <M> <Seri> <LoiCard> \n a aLoi Card: dmobi, viettel, vina, gate\n aalnh d/giavipc(a/giaxuc) a xem gi dvipc(xud)\n aau i hn cho bn no dng card gate");
}
break;
case "vip":
if(isset($args[1]) && isset($args[2]) && isset($args[3])) {
if(is_numeric($args[1]) && is_numeric($args[2])) {
$tranid = time();
switch(strtolower($args[3])) {
case "vina":
$mang = "VINA";
break;
case "mobi":
$mang = "MOBI";
break;
case "viettel":
$mang = "VIETEL";
break;
case "vtc":
$mang = "VTC";
break;
case "gate":
$mang = "GATE";
break;
}
settype($mang,"string");
settype($tranid,"string");
$arrayPost = array(
'merchant_id'=> $merchant_id,
'api_username'=> $api_username,
'api_password'=> $api_pass,
'transaction_id'=> $tranid,
'card_id'=> $mang,
'pin_field'=> $args[1],
'seri_field'=> $args[2],
'algo_mode'=>'hmac'
);
$pina = (strtolower($args[1]));
$seria = (strtolower($args[2]));
$mang = (strtolower($args[3]));
$s->sendMessage("el---aBn Nhpe---");
$s->sendMessage("aaSeri:e".$pina.'');
$s->sendMessage("aaPin:e".$seria.'');
$s->sendMessage("aaMng:e".$mang.'');
ksort($arrayPost);
$data_sign = hash_hmac('SHA1',implode('',$arrayPost),$secure_code);
$arrayPost['data_sign'] = $data_sign;
$curl = curl_init(self::BK);
curl_setopt_array($curl, array(
CURLOPT_POST=>true,
CURLOPT_HEADER=>false,
CURLINFO_HEADER_OUT=>true,
CURLOPT_TIMEOUT=>30,
CURLOPT_RETURNTRANSFER=>true,
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_HTTPAUTH=>CURLAUTH_DIGEST|CURLAUTH_BASIC,
CURLOPT_USERPWD=> self::CORE_API_HTTP_USER.':'.self::CORE_API_HTTP_PWD,
CURLOPT_POSTFIELDS=>http_build_query($arrayPost)
));
$data = curl_exec($curl);
$status = curl_getinfo($curl, CURLINFO_HTTP_CODE);
$result = json_decode($data,true);
date_default_timezone_set('Asia/Ho_Chi_Minh');
if($status == 200) {
if($this->cap->exists($result["amount"])) {
if($this->data->exists(strtolower($s->getName()))) {
$this->data->set(strtolower($s->getName()), $this->data->get(strtolower($s->getName())) + $result["amount"]);
$this->data->save();
} else {
$this->data->set(strtolower($s->getName()), $result["amount"]);
$this->data->save();
}
//xu ly loai cardokay
if($result["amount"]=='10000'){
$loai_card ="10k";
}
else if($result["amount"]=='20000'){
$loai_card ="20k";
}
else if($result["amount"]=='50000'){
$loai_card = "50k";
}
else if($result["amount"]=='100000'){
$loai_card = "100k";
}
else if($result["amount"] == '200000'){
$loai_card = "200k";
}
else if($result["amount"] == '500000'){
$loai_card = "500k";
}
//xu ly ngay vip
if($result["amount"]=='10000'){
$ngay ="10";
}
if($result["amount"]=='20000'){
$ngay ="14";
}
else if($result["amount"]=='50000'){
$ngay = "60";
}
else if($result["amount"]=='100000'){
$ngay = "90";
}
else if($result["amount"] == '200000'){
$ngay = "180";
}
$this->getServer()->dispatchCommand(new ConsoleCommandSender(),'setvip vip1 '.strtolower($s->getName()).' '.$ngay."");
$this->purePerms->setGroup($s, $this->purePerms->getGroup($this->cap->get($result["amount"])));
$s->sendMessage("a a np th thnh cng! bn nhn c ". $this->cap->get($result["amount"]) ."!");
$test = new Giftcode();
$code = $test->generateCode();
$s->sendMessage("acode giftcode ca bn:". $code ." nhp /redeem <code> nhn");
$ngay_nap = date("d-m-Y H:i:s");
$length1 = 25 - strlen($s->getName());
$length2 = 10 - strlen($mang);
$length3= 10 - strlen($loai_card);
$length4 = 30 - strlen($ngay_nap);
$space = ' ';
$fh = fopen('plugins\NapThe\card_dung.log', "a") ;
fwrite($fh,'------------------------------------------------------------------------------------------------');
fwrite($fh,"\r\n");
fclose($fh);
$fh = fopen('plugins\NapThe\card_dung.log', "a") ;
fwrite($fh,"| ".$s->getName().str_repeat($space,$length1)."| ".$mang.str_repeat($space,$length2)."| ".$loai_card.str_repeat($space,$length3)."| ".$ngay_nap.str_repeat($space,$length4)."|");
fwrite($fh,"\r\n");
fclose($fh);
$fh = fopen('plugins\NapThe\card_dung.log', "a") ;
fwrite($fh,'------------------------------------------------------------------------------------------------');
fwrite($fh,"\r\n");
fclose($fh);
return true;
} else {
//card nap thanh cong nhung ko co menh gia
$s->sendMessage("e a th np thnh cng nhng mnh gi th khng c trong danh sch th nn khng nhn c ng xu no, xin hy chp mn hnh v gi cho Hong Anh Ng trn facebook");
if($result["amount"]=='10000'){
$loai_card ="10k";
}
else if($result["amount"]=='20000'){
$loai_card ="20k";
}
else if($result["amount"]=='50000'){
$loai_card = "50k";
}
else if($result["amount"]=='100000'){
$loai_card = "100k";
}
else if($result["amount"] == '200000'){
$loai_card = "200k";
}
else if($result["amount"] == '500000'){
$loai_card = "500k";
}
$ngay_nap = date("d-m-Y H:i:s");
$length1 = 25 - strlen($s->getName());
$length2 = 10 - strlen($mang);
$length3= 10 - strlen($loai_card);
$length4 = 30 - strlen($ngay_nap);
$space = ' ';
$fh = fopen('plugins\NapThe\card_delay.log', "a") ;
fwrite($fh,'------------------------------------------------------------------------------------------------');
fwrite($fh,"\r\n");
fclose($fh);
$fh = fopen('plugins\NapThe\card_delay.log', "a") ;
fwrite($fh,"| ".$s->getName().str_repeat($space,$length1)."| ".$mang.str_repeat($space,$length2)."| ".$loai_card.str_repeat($space,$length3)."| ".$ngay_nap.str_repeat($space,$length4)."|");
fwrite($fh,"\r\n");
fclose($fh);
$fh = fopen('plugins\NapThe\card_delay.log', "a") ;
fwrite($fh,'------------------------------------------------------------------------------------------------');
fwrite($fh,"\r\n");
fclose($fh);
return true;
return true;
$this->data->set(strtolower($s->getName()), "error: khng c mnh gi");
}
} else {
$s->sendMessage("c- li khi thc hin giao dch, m li: b". $status);
$s->sendMessage("c- miu t li: ". $result["errorMessage"]);
return true;
}
} else {
$s->sendMessage("c- M th v m pin phi l s");
}
} else {
$s->sendMessage($this->prefix."a acch dng: d/napthe a<coin | vip> <M> <Seri> <LoiCard> \n a aLoi Card: dmobi, viettel, vina, gate\n aalnh d/giavipc(a/giaxuc) a xem gi dvipc(xud)\n aau i hn cho bn no dng card gate");
}
break;
}
} else {
$s->sendMessage($this->prefix."a acch dng: d/napthe a<coin | vip> <M> <Seri> <LoiCard> \n a aLoi Card: dmobi, viettel, vina, gate\n aalnh d/giavipc(a/giaxuc) a xem gi dvipc(xud)\n aau i hn cho bn no dng card gate");
}
}
}
}<?
Did this file decode correctly?
Original Code
<? eval(gzinflate(base64_decode('
7RtdbxvH8ZkC9B82ByIkUYqSKMtNKUuBPihLiT5Y
kXZgWMZhdVzyNryv3Ic+Ugso0Ic+9KVBH4o+FLBr
FAaCBk2R9KHWQwGz8P9gf0lndu/IO36Jctw0SilA
FG9mdmZ2Zndmduf04dq9Dx3dmZ2ZnbGoyTyHaoxY
1PF1tjI7E3iMOLbWYr7JLXZcZe4pcwfhFYNeDIM7
RtDkFqDxzwb1hrDUbNOkVv14U/69lqDKrPowUX1k
R4xOQlY+Z1rgjye0PNtg10gPfG54xzV27m/brkn9
QQp2yiz/eI97PrNGcwBpDd4MsbbFTmwcqtmWbV5Q
hx+X5df1ym5Io969s729sHBcCVxWYa7p9b6FFE3e
8DW7zo73KbcI9cj9EBDiT7lzbAIK6TWDeh4RhDAV
mKtHer4jv5idIQR/QQnPJ5uHR2UVNFF3arWK+qBa
PiKrRDGZq+nU8tXi8p3FZWVlFH3lky0kF1Tew0cf
6evV8sHJoXNm3P38U8s+LX5Q+Sz4abDV+Hmcx8bH
OEj3fccrzc+fnZ0VTqjd4mbh1JqHFTunUXveZZ6/
HRjzHugvxzrBicE1knZc1uDnyOH1S/qYvH5596Dz
6rlT0zuvruCpXr0A75iAI0+SA7VGM/Hsc2YlCaiT
eHap1UoA6tSnCQA4dSWyZxfaCCzN57YFri9b9MRg
2Zy0ekjGG9n3uKfWuZtN+zr35taazN8C1tu2Aesy
m8tF9PBjtsbQrURUl9GX6G84APQDQ/XWW6kELHbB
B9TSQK2VPnInWnUwqCdSxotsTjzIlbRPLdrsg2WV
7qJVIs4hE7QbsLTYGZF7Y8SESEHxbaupatStqyYz
VQhhhQvTUPLhuFLp0fr+Xp48luyfoJxUzLQhW/Ts
hPJAgorko8SklMUF+FHI6hpRlvFbXopSij24JIkQ
yz1EMRoRsgnBdxe64GIMvLjcgy8vJMXC99ic5Xzx
N5wYrO0JJ2wEgXoxzqjK3puvA9L+o5QNe+ufAdls
f0N2KA/jCKky/yF3yMP2MxGHNiEOkU3dJv/6befq
JdnoXP2BHOg0qXDkooSjYMfdwE8Q5CZyE9Atxqyb
BPa7CODFQQ8BdGnQQQC9oySXXurGDtAoV2FDjHVB
N/7yupRsUvWMnXjcZ905eJD0XKZiEohofLWl02CA
EnKOCknCxdJAkiYgcTIHUkePRDxF6CCIlPmoZRit
Tymn3Bz0cSpdD2AP1ynuwIysHbz5AwoBms2LjV0P
rGbBsJsZtCAEwwY3mMrOIal62e7gXK4bAmPrBay5
ZzfDyMOthp3tZetS6f5RuXxQwLQQij2WYo8TYiFH
sH990X5BvM6rv1vEaz+zmiJgpVLh4rxkhsdC8emG
DvNo2A6zsplxbDN5sJmSI8ioceaC/bMwNp95Smqw
cVq6DQbp+3kqPvdswEPak8/7zNIh29MenpCabnOE
DTBAmkyuT6Jy7B5bckINzbA9AY38czmRgxhUghN6
SJjtnbgnEjrSPzd3TXceP3jfpC57/hlVTITVazZR
xZK0h0FEQKCCMet5kjboCTPyhLouvSBp6jY9UVCk
BOd0LLb00jyEL+G+bCL0SKun49Fi2JBENImNwfAx
il6ElpAWI8swOhFxQppYtBtGGg+GYgQO8pjvXzhg
49icYCV4vsu7S6pLE5/EWCLUfCQBqjwSGVOynyZe
u8GGA5xvG/YZ7CT0qZjkASgGNR9ZhcpXHu2UWJ3Y
Gy4YcA+kZoXvHy88ySUI46Sg3Rn3NT0hccSo5Dgo
5vE4oWg2t5RSEtNPOaDS4pMcef99EgcVB0FLQ1QY
xjxkr1oBOJpr/TL64MURXIfxHQ5L+3AyEEvW52a8
jI7/jLLr0kjxw4VFdj7lFh20c6QRbH+sP5SHuwfr
ysoIqhOX0dYo5DjZpn3Cr5e9f7ixO0r2ONHjZw2b
hxmTTLxcK++9c/G+NoHo2ua7N3mTQgF3rej767Wy
cjP24zS6jIF7wRNk5ePRChJ+Fyl3Qn4wmCXUFZmo
YsPRf1VmpSxyycTCcgbqykSYFgTxmCwoEkG6S4IR
+cx2610SEaIFGvXzqMigkZRQZYEWZUIkHecpoA63
1AZnRshQBhOJAtm8H1cMcdRo2qoJwR1QGd2kWmZ2
Bg0yO5MGjngAHowGEKSQJI18h1MUQ4rQ5cMDipQC
GRGvS/aZ58HpPAuVFnv90pibm4OSa6Pz6rkFBzSo
qw70zquvHEACRpHSBwbSf//yT/AJR39eAkqlIKZQ
yGTG01e4FZKLCV1Lv49aNcMhOMNwxOxMy7NdkQfC
lRNOEW8SVI83sXbVqaeraOdsprqzvpjJc9MxwPzZ
TCYfG5iP592QTRf7ONPlmHmChUX3URLCQAPA+Efl
FvezHjMapdLGx5KRgMNmsB1flQtbjMjHVvnmg6O9
w0pNrRxWa6trvhvIhRuBd8rrW+Wj1bUGhcK2i9k9
2D4MUerhg2Hjarv7ZYFZWkjAj8q1B0cHtaP1g+o2
8h0YWK3uqQ/LR7vbjyplvOxbI0nRQqlarbL+oLaz
uoYQ/KZu7d4vV2tPu88b69XdzcQgvDusfLIFDKWN
Bm8WC5lSpjAMCcPy/bba3i3vbVVX1/CaUD0JuFFX
PwuYexFfE7C/Yusi8hM7Z5r0Q7QvfOoHXoSGUkoc
TUJP9cyNmmwebpXDUS7zAgMj1qceBI86w+WTFYLy
aFSkggcGmAYFQhVrgc9ti+F6yGbWPU7nd2x1U+fq
Prf0TC52UYj1SlerVVJcWAgLdIlHbO8ia24tOnlJ
jR4r1LQDy1fihURY8ZKEhN7lW5dHPHp48bIyUZSE
XxIMcFYjR+eTtM1xtDnyEzI4FcwrfQLpaay2uiR4
8ovpeCPlhosj4wT2smHSGrAO5tZovb4Prr5ISsqT
hNvQCkN8ttJlixrMz58HxLggBp40MR3ZLXohUejC
/uGrqxlxTZXJifWSSuM4cV9KVpXFhZYi8vOlZCAs
NoJLcSSX4g24LI/igldsk7ORN2/D+QBuQka4leS8
RrAq3ozV8sK42cVYSWbxz7TVpBd4ew20GCSySn3O
nHtEdkq8JI+9eGliMKvp64tAU1wmcwQWMED6Fm+C
tAikiwsxUkyZSZKlPoqu1kmyO8BpKU4XKRztjOgT
74uun0xadhzBaETcGX3nW7O5//LPDW5mvutclKcE
66GYUwtgdNVlDqMQIITl8tFayBUUebMU1UMjSYtx
0q6XR9Mvxekjj44mv4PkyvdnpR+Sx7tX2VHkH1K/
zhELu47EF21HX28/s3Sitb+1mu+RE1lr4x2mhbU2
fn/zdefqhQa2nyRHkIJC0u8pUVJk4uCEvYWo65sN
Ud3rMCBBZhZzYYNuxiiGqC4GRQ1lonWuXlKpcgm1
E0CQLzR3yLzL6oyZ5B7C12AinatfhbPqnfZc5geu
RbAsime3Xs6GymZ+HiMI3qX6cMbTsRXcBEawKkjL
hidihrervQw/1OzS4JHxe2YHXm++hj9m5+rXglH7
eUjb0gVea38DGqLUOsr32s81PeLW/tKKyPo9hjP+
HcAhTVvtZ3aenHOL6O0XF0TTO1d/dogJOgDgL8Dz
tP2MNDtXX0Em122yY+PVNVkHxEGz/S0IRzEN2GQn
tt2Kn5Wnmf6WZPpUmBhvfX7Hj7fK29e1VG5V4r5m
MtPMfet8PjwZDbwXM9GpUWGua7uleP6IJRcl8fZN
qj/j9d/BDklm2hwxOle/xwYkNhk7V3/TiM5RAqZB
m9Q7V7/R9DwkmBeSsERevzzBHC2vDmIJZDh3k7e/
DIjfedUdj4OjCChmFw5QnsSYjTVgOFnS104Ku5d9
0x+u1j7MR+ZdzJc4OwdSqgOQF5wYAPI6V18oAy83
Xcc8eodJvB5WCO8YCdY7ItPX2/+wmiWCb4jNy/YZ
4u5h+4o8xffn1sg90Aw+8dIT/uzZUGPwTdgBa+TY
Ij1+EkEQgx6pY3ckT8JOBX6xaJ7g/X13FHwacuWg
dHAuiANTZAGOT+cBPOSQVpZX51BvifoFqENKJKnn
4gzf/DUQJSYn+huoNrHgkHUnVilytuI+QWjSs6Y0
ZqwJID6iZovzY+3kTdt40zbetI03beP94Nt4b93E
m7bxpm28aRvve2njxV44H9HJ62vBadSZsIuXmjbw
3mkDT76jPe2z/Uhu35K+xLsQPLndwI1iCHqwxzQ1
keeigXfe0mdyPP7rx9t6K+Lws4W3d1PEY/GDhYRV
+96x7/3HT517DoUDUPTucfgPDgP/TJfN5aGo8sEZ
6JBFkimM3M2FDGCFJgWlV2n2/weSCAn3XTtwsviG
8yC62UXHYuyIlnus5z6ysxAe7r9rW2eMGqSg3I6e
TurW329PW9LTlvSPyeM36LKKzClbrW/dZmVRMJw2
W6fl3rTZOm22Tput02brJEkp9T9rv/6/dl6njdfb
2nhFQMK0U7ve3K7CqpfRheyleBPh8t6H/wE=
'))); ?>
Function Calls
| gzinflate | 1 |
| base64_decode | 1 |
Stats
| MD5 | 14b34cfca0c23d4246761b30b81cc3b5 |
| Eval Count | 1 |
| Decode Time | 97 ms |