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 goto A6kRF; sXGDs: function counttimedown($timing, $msg, $date = "\164\151\155\x65..

Decoded Output download

<?php 
 goto A6kRF; sXGDs: function counttimedown($timing, $msg, $date = "time", $lang) { if ($date == "time") { $info = date("Y-m-d H:i:s", $timing); } else { $info = $timing; } $end_time = new DateTime($info); $current_time = new DateTime(); $interval = $current_time->diff($end_time); if ($lang == "ES") { $textand = "y"; } else { if ($lang == "US") { $textand = "and"; } } if ($interval->format("%a") == "0") { $timers = $interval->format("%h h, %i m " . $textand . " %s s."); } else { if ($interval->format("%h") == "0") { $timers = $interval->format("%i m " . $textand . " %s s."); } else { if ($interval->format("%i") == "0") { $timers = $interval->format("%s s."); } else { $timers = $interval->format("%a d, %h h, %i m " . $textand . " %s s."); } } } if ($interval->invert) { echo $msg; } else { echo $timers; } } goto xniQ7; oYk56: function edit_license($id, $key, $client, $maxips, $limitr, $product, $status, $expire, $expiretime, $bound) { require_once "config.php"; $connx = new PDO("mysql:host=" . DB_HOST . ";dbname=" . DB_DATA, DB_USER, DB_PASSWORD); if ($expire == "Never") { $exp = "-1"; } else { $exp = strtotime("+" . $expiretime . " " . $expire); } if ($maxips <= 0) { $max = 1; } else { $max = $maxips; } if ($status == '') { $status = 1; } $editLicense = $connx->prepare("UPDATE `u_license` SET `udid` = ?, `license` = ?, `product` = ?, `boundProduct` = ?, `expire` = ?, `maxIps` = ?, `status` = ?, `resetips` = ? WHERE `id` = ?"); $editLicense->bindParam(1, $client); $editLicense->bindParam(2, $key); $editLicense->bindParam(3, $product); $editLicense->bindParam(4, $bound); $editLicense->bindParam(5, $exp); $editLicense->bindParam(6, $max); $editLicense->bindParam(7, $status); $editLicense->bindParam(8, $limitr); $editLicense->bindParam(9, $id); $editLicense->execute(); return "<script> location.href ='./'; </script>"; } goto wmbmP; qPIwz: if (!$connection->query("DESCRIBE `u_user_permissions`")) { $connection->query("CREATE TABLE `u_user_permissions` (\xa  `id` int(11) NOT NULL,\xa  `udid` text NOT NULL,\xa  `permission` text NOT NULL,
  `since` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
\x9PRIMARY KEY (`id`))
\x9ENGINE = InnoDB\xa\x9DEFAULT CHARACTER SET = utf8"); $connection->query("ALTER TABLE `u_user_permissions` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;"); } goto upsf3; l8he7: function licenseGenerator($length = 50, $char = false, $large = 1) { if ($char) { $characters = "ASDFGHJKLZXCVBNMQWERTYUIOP1234567890"; } else { $characters = "asdfghjklzxcvbnmqwertyuiop1234567890"; } $charactersLength = strlen($characters); $randomString = ''; $randomString1 = ''; $randomString2 = ''; $randomString3 = ''; $randomString4 = ''; $randomString5 = ''; $randomString6 = ''; $finalString = ''; for ($i = 0; $i < $length; $i++) { $randomString .= $characters[rand(0, $charactersLength - 1)]; $randomString1 .= $characters[rand(0, $charactersLength - 1)]; $randomString2 .= $characters[rand(0, $charactersLength - 1)]; $randomString3 .= $characters[rand(0, $charactersLength - 1)]; $randomString4 .= $characters[rand(0, $charactersLength - 1)]; $randomString5 .= $characters[rand(0, $charactersLength - 1)]; $randomString6 .= $characters[rand(0, $charactersLength - 1)]; } if ($large == 6) { $finalString = $randomString . "-" . $randomString1 . "-" . $randomString2 . "-" . $randomString3 . "-" . $randomString4 . "-" . $randomString5 . "-" . $randomString6; } else { if ($large == 5) { $finalString = $randomString . "-" . $randomString1 . "-" . $randomString2 . "-" . $randomString3 . "-" . $randomString4 . "-" . $randomString5; } else { if ($large == 4) { $finalString = $randomString . "-" . $randomString1 . "-" . $randomString2 . "-" . $randomString3 . "-" . $randomString4; } else { if ($large == 3) { $finalString = $randomString . "-" . $randomString1 . "-" . $randomString2 . "-" . $randomString3; } else { if ($large == 2) { $finalString = $randomString . "-" . $randomString1 . "-" . $randomString2; } else { if ($large == 1) { $finalString = $randomString . "-" . $randomString1; } else { $finalString = $randomString . "-" . $randomString1 . "-" . $randomString2 . "-" . $randomString3; } } } } } } return $finalString; } goto cqDlU; Fec8U: $response = file_get_contents($url); goto Li6HG; nSLSm: function unique_perm($perm) { require_once "config.php"; $connx = new PDO("mysql:host=" . DB_HOST . ";dbname=" . DB_DATA, DB_USER, DB_PASSWORD); $permtype = $connx->prepare("SELECT * FROM `u_user_permissions` WHERE `udid` = ? AND `permission` = ?"); $permtype->bindParam(1, $_SESSION["u_user"]["udid"]); $permtype->bindParam(2, $perm); $permtype->execute(); while ($perms = $permtype->fetch(PDO::FETCH_ASSOC)) { return true; } return false; } goto ky2mD; dfEB1: function icon_config($icon, $status) { if (!$status) { return; } return "<i class="fa fa-" . $icon . ""></i>"; } goto l8he7; upsf3: if (!$connection->query("DESCRIBE `u_note`")) { $connection->query("CREATE TABLE `u_note` (
  `id` int(11) NOT NULL,\xa  `uid` int(11) NOT NULL,
  `lid` int(11) NOT NULL,\xa  `type` varchar(32) NOT NULL,
  `title` varchar(256) NOT NULL,\xa  `descriptions` text NOT NULL,
  `since` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
	PRIMARY KEY (`id`))\xa	ENGINE = InnoDB\xa\x9DEFAULT CHARACTER SET = utf8"); $connection->query("ALTER TABLE `u_note` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;"); } goto nSLSm; guzr0: $url = "https://vuhp.vanityproyect.fun/Unique/wrequest?v2=" . LICENSE_KEY . "&pl=UniqueSystem"; goto Fec8U; Li6HG: if ($response === false) { echo "Error.. Please contact the administrator of Vanity Proyect."; } else { $data = json_decode($response, true); if ($data === null) { echo "Error... Please contact the administrator of Vanity Proyect."; } else { $exito = $data["exito"]; $mensaje = $data["mensaje"]; if (!$exito) { echo $mensaje; die; } } } goto MGHYu; wmbmP: function theme($in, $dark, $light) { if ($in == "dark") { $themes = $dark; } else { $themes = $light; } return $themes; } goto DO2t9; Tg2V_: function give_role($serverid, $bottoken, $roleid, $userid) { $discordlink = "https://discord.com"; $datas = json_encode(array("roles" => array($roleid))); $urle = $discordlink . "/api/guilds/" . $serverid . "/members/" . $userid . "/roles/" . $roleid; $headeres = array("Content-Type: application/json", "Authorization: Bot " . $bottoken); $curls = curl_init(); curl_setopt($curls, CURLOPT_URL, $urle); curl_setopt($curls, CURLOPT_RETURNTRANSFER, true); curl_setopt($curls, CURLOPT_CUSTOMREQUEST, "PUT"); curl_setopt($curls, CURLOPT_HTTPHEADER, $headeres); curl_setopt($curls, CURLOPT_POSTFIELDS, $datas); $responses = curl_exec($curls); curl_close($curls); $result = json_decode($responses, true); return $result; } goto dfEB1; evZs7: function counttime($date, $lang, $dates = "datetime") { if ($dates == "datetime") { $timestamp = strtotime($date); } else { $timestamp = $date; } if ($lang == "ES") { $strTime = array("seg", "min", "hora", "dia", "mes", "a\303\xb1o"); } else { if ($lang == "US") { $strTime = array("sec", "min", "hour", "day", "month", "year"); } } $length = array("60", "60", "24", "30", "12", "10"); $currentTime = time(); if ($currentTime >= $timestamp) { $diff = time() - $timestamp; for ($i = 0; $diff >= $length[$i] && $i < count($length) - 1; $i++) { $diff = $diff / $length[$i]; } $diff = round($diff); if ($diff > 1) { if ($lang == "ES" and $strTime[$i] == "mes") { $timeName = $strTime[$i] . "es"; } else { $timeName = $strTime[$i] . "s"; } } else { $timeName = $strTime[$i]; } if ($lang == "ES") { return " hace " . $diff . " " . $timeName; } else { if ($lang == "US") { return $diff . " " . $timeName . " ago"; } } } } goto sXGDs; ky2mD: function unique_perm_other($id, $perm) { require_once "config.php"; $connx = new PDO("mysql:host=" . DB_HOST . ";dbname=" . DB_DATA, DB_USER, DB_PASSWORD); $permtype = $connx->prepare("SELECT * FROM `u_user_permissions` WHERE `udid` = ? AND `permission` = ?"); $permtype->bindParam(1, $id); $permtype->bindParam(2, $perm); $permtype->execute(); while ($perms = $permtype->fetch(PDO::FETCH_ASSOC)) { return true; } return false; } goto OKo4G; HCQDk: if (!$connection->query("DESCRIBE `u_product`")) { $connection->query("CREATE TABLE `u_product` (\xa  `id` int(11) NOT NULL,\xa  `name` text NOT NULL,\xa  `direction` text NOT NULL,\xa  `priority` varchar(12) NOT NULL,\xa  `since` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
	PRIMARY KEY (`id`))
\x9ENGINE = InnoDB
	DEFAULT CHARACTER SET = utf8"); $connection->query("ALTER TABLE `u_product` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;"); } goto jeioA; MGHYu: function countsSQL($sql, $where = "none", $load = '', $player = '') { $t = 0; require_once "config.php"; $connx = new PDO("mysql:host=" . DB_HOST . ";dbname=" . DB_DATA, DB_USER, DB_PASSWORD); if ($where == "none") { $countOfMySQL = $connx->prepare("SELECT COUNT(id) AS total FROM `" . $sql . "`"); } else { if ($player != '') { $countOfMySQL = $connx->prepare("SELECT COUNT(id) AS total FROM `" . $sql . "` WHERE `" . $where . "` = ? AND `" . $player . "` = ?"); $countOfMySQL->bindParam(1, $load); $countOfMySQL->bindParam(2, $_SESSION["u_user"]["id"]); } else { $countOfMySQL = $connx->prepare("SELECT COUNT(id) AS total FROM `" . $sql . "` WHERE `" . $where . "` = ?"); $countOfMySQL->bindParam(1, $load); } } $countOfMySQL->execute(); $count = $countOfMySQL->fetch(PDO::FETCH_ASSOC); $t = $count["total"]; if ($t >= 0) { $total = $t; } if ($t >= 1000) { $total = substr($t, 0, 1) . "k"; } if ($t >= 10000) { $total = substr($t, 0, 2) . "k"; } if ($t >= 100000) { $total = substr($t, 0, 3) . "k"; } if ($t >= 1000000) { $total = substr($t, 0, 1) . "m " . substr($t, 1, 3) . "k"; } return $total; } goto yS473; pm55x: if (!$connection->query("DESCRIBE `u_user`")) { $connection->query("CREATE TABLE `u_user` (\xa  `id` int(11) NOT NULL,
  `udid` varchar(32) NOT NULL,\xa  `name` text,
  `avatar` text,
  `rank` varchar(12) NOT NULL DEFAULT 'user',
  `theme` varchar(8) NOT NULL DEFAULT 'false',\xa  `ips` text,
  `since` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
	PRIMARY KEY (`id`))\xa\x9ENGINE = InnoDB
	DEFAULT CHARACTER SET = utf8"); $connection->query("ALTER TABLE `u_user` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;"); } goto qPIwz; jeioA: if (!$connection->query("DESCRIBE `u_server`")) { $connection->query("CREATE TABLE `u_server` (
  `id` int(11) NOT NULL,\xa  `license` text NOT NULL,
  `ip` text NOT NULL,\xa  `status` varchar(20) NOT NULL DEFAULT 'process',\xa  `since` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,\xa	PRIMARY KEY (`id`))\xa\x9ENGINE = InnoDB\xa\x9DEFAULT CHARACTER SET = utf8"); $connection->query("ALTER TABLE `u_server` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;"); } goto pm55x; OKo4G: function discordinfo() { $discordinformation = json_decode(file_get_contents("https://discordapp.com/api/users/623308343582130187")); $discord_info_name = $discordinformation->name; return $discord_info_name; } goto jiExN; cqDlU: function send_messageDC($bottoken, $client, $message) { $token = $bottoken; $recipient_id = $client; $url = "https://discord.com/api/v10/users/@me/channels"; $headers = array("Authorization: Bot {$token}", "Content-Type: application/json"); $data = json_encode(array("recipient_id" => $recipient_id)); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); if ($response === false) { die("Error al enviar la solicitud cURL: " . curl_error($ch)); } $channel_data = json_decode($response, true); $channel_id = $channel_data["id"]; $message_url = "https://discord.com/api/v10/channels/{$channel_id}/messages"; $message_data = json_encode(array("content" => $message, "embed" => array("title" => "T\303\255tulo del Embed", "description" => "Este es un mensaje con un embed.", "color" => hexdec("00FF00")))); curl_setopt($ch, CURLOPT_URL, $message_url); curl_setopt($ch, CURLOPT_POSTFIELDS, $message_data); $message_response = curl_exec($ch); if ($message_response === false) { die("Error al enviar el mensaje: " . curl_error($ch)); } curl_close($ch); } goto WEn6I; xniQ7: function webhook($whurl, $botname, $msg1, $title, $desc, $url, $color, $img, $imgthumb, $field_title, $field_desc, $field_title2, $field_desc2, $field_title3, $field_desc3, $field_title4, $field_desc4, $field_title5, $field_desc5) { $webhookurl = $whurl; $timestamp = date("c", strtotime("now")); $json_data = json_encode(array("content" => $msg1, "username" => $botname, "avatar_url" => "https://vuhp.vanityproyect.com/Unique/static/img/uniquelogo.png", "tts" => false, "embeds" => array(array("title" => $title, "type" => "rich", "description" => $desc, "url" => $url, "timestamp" => $timestamp, "color" => hexdec("DC4C64"), "footer" => array("text" => "Unique System", "icon_url" => "https://proyectojp.com/static/img/Versal-logo-make.png"), "image" => array("url" => $img), "thumbnail" => array("url" => $imgthumb), "fields" => array(array("name" => $field_title, "value" => $field_desc, "inline" => true), array("name" => $field_title2, "value" => $field_desc2, "inline" => true), array("name" => $field_title3, "value" => $field_desc3, "inline" => true), array("name" => $field_title4, "value" => $field_desc4, "inline" => false), array("name" => $field_title5, "value" => $field_desc5, "inline" => false))))), JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); $ch = curl_init($webhookurl); curl_setopt($ch, CURLOPT_HTTPHEADER, array("Content-type: application/json")); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $json_data); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $response = curl_exec($ch); curl_close($ch); } goto Tg2V_; A6kRF: if (!$connection->query("DESCRIBE `u_license`")) { $connection->query("CREATE TABLE `u_license` (\xa  `id` int(11) NOT NULL,
  `udid` varchar(32) NOT NULL,
  `license` varchar(512) NOT NULL,
  `product` text NOT NULL,
  `boundProduct` int(11) NOT NULL DEFAULT '1',
  `expire` bigint(20) NOT NULL,
  `maxIps` int(11) NOT NULL DEFAULT '3',\xa  `ips` text,\xa  `time` text,\xa  `status` varchar(12) NOT NULL DEFAULT '1',
  `use` int(11) NOT NULL DEFAULT '1',\xa  `resetips` varchar(12) NOT NULL DEFAULT '5',
  `by` text NOT NULL,\xa  `since` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,\xa	PRIMARY KEY (`id`))
	ENGINE = InnoDB\xa\x9DEFAULT CHARACTER SET = utf8"); $connection->query("ALTER TABLE `u_license` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;"); } goto HCQDk; DO2t9: function is_animated($image) { $ext = substr($image, 0, 2); if ($ext == "a_") { return ".gif"; } else { return ".png"; } } goto guzr0; yS473: function countSQLs($sql, $where = '', $load = '', $where2 = '', $load2 = '', $type = "AND") { $t = 0; require_once "config.php"; $connx = new PDO("mysql:host=" . DB_HOST . ";dbname=" . DB_DATA, DB_USER, DB_PASSWORD); $countOfMySQL = $connx->prepare("SELECT COUNT(id) AS total FROM `" . $sql . "` WHERE `" . $where . "` = ? AND `" . $player . "` = ?"); $countOfMySQL->bindParam(1, $load); $countOfMySQL->bindParam(2, $load2); $countOfMySQL->execute(); $count = $countOfMySQL->fetch(PDO::FETCH_ASSOC); $t = $count["total"]; if ($t >= 0) { $total = $t; } if ($t >= 1000) { $total = substr($t, 0, 1) . "k"; } if ($t >= 10000) { $total = substr($t, 0, 2) . "k"; } if ($t >= 100000) { $total = substr($t, 0, 3) . "k"; } if ($t >= 1000000) { $total = substr($t, 0, 1) . "m " . substr($t, 1, 3) . "k"; } return $total; } goto evZs7; jiExN: function ul_page($page, $name) { if ($page == $name) { return "active"; } } goto oYk56; WEn6I: ?>

Did this file decode correctly?

Original Code

<?php
 goto A6kRF; sXGDs: function counttimedown($timing, $msg, $date = "\164\151\155\x65", $lang) { if ($date == "\164\151\155\x65") { $info = date("\131\55\x6d\x2d\144\x20\110\x3a\151\x3a\163", $timing); } else { $info = $timing; } $end_time = new DateTime($info); $current_time = new DateTime(); $interval = $current_time->diff($end_time); if ($lang == "\105\123") { $textand = "\x79"; } else { if ($lang == "\x55\123") { $textand = "\141\156\x64"; } } if ($interval->format("\x25\x61") == "\x30") { $timers = $interval->format("\x25\x68\x20\x68\54\40\x25\x69\40\155\40" . $textand . "\40\x25\x73\40\163\x2e"); } else { if ($interval->format("\x25\x68") == "\x30") { $timers = $interval->format("\45\151\x20\155\40" . $textand . "\x20\45\163\x20\163\56"); } else { if ($interval->format("\45\x69") == "\x30") { $timers = $interval->format("\x25\x73\x20\163\x2e"); } else { $timers = $interval->format("\45\x61\40\x64\54\40\x25\150\x20\x68\x2c\x20\45\151\x20\155\x20" . $textand . "\x20\x25\x73\40\x73\56"); } } } if ($interval->invert) { echo $msg; } else { echo $timers; } } goto xniQ7; oYk56: function edit_license($id, $key, $client, $maxips, $limitr, $product, $status, $expire, $expiretime, $bound) { require_once "\143\157\x6e\x66\151\x67\x2e\x70\x68\160"; $connx = new PDO("\x6d\x79\x73\161\154\x3a\x68\x6f\163\164\75" . DB_HOST . "\x3b\144\142\156\x61\155\x65\75" . DB_DATA, DB_USER, DB_PASSWORD); if ($expire == "\x4e\x65\166\145\x72") { $exp = "\x2d\61"; } else { $exp = strtotime("\53" . $expiretime . "\x20" . $expire); } if ($maxips <= 0) { $max = 1; } else { $max = $maxips; } if ($status == '') { $status = 1; } $editLicense = $connx->prepare("\125\x50\104\101\124\105\x20\140\x75\x5f\x6c\151\143\x65\156\163\x65\x60\x20\x53\x45\124\x20\x60\x75\x64\151\144\140\40\75\40\x3f\x2c\40\x60\x6c\151\143\x65\156\163\145\140\x20\75\x20\77\54\x20\140\160\x72\x6f\144\165\x63\x74\140\40\x3d\40\77\x2c\x20\x60\142\x6f\x75\x6e\144\x50\x72\157\x64\165\x63\x74\x60\x20\75\40\x3f\54\40\x60\145\x78\160\151\162\x65\x60\40\75\x20\x3f\x2c\x20\x60\155\141\170\x49\160\163\140\40\x3d\40\77\54\x20\x60\x73\x74\141\164\165\163\x60\x20\75\x20\x3f\x2c\x20\140\x72\x65\x73\x65\164\151\x70\163\140\x20\x3d\40\x3f\x20\127\110\105\122\105\x20\x60\x69\x64\x60\40\75\x20\x3f"); $editLicense->bindParam(1, $client); $editLicense->bindParam(2, $key); $editLicense->bindParam(3, $product); $editLicense->bindParam(4, $bound); $editLicense->bindParam(5, $exp); $editLicense->bindParam(6, $max); $editLicense->bindParam(7, $status); $editLicense->bindParam(8, $limitr); $editLicense->bindParam(9, $id); $editLicense->execute(); return "\x3c\x73\143\162\x69\160\164\76\x20\x6c\x6f\x63\x61\164\x69\157\156\56\150\x72\145\146\40\75\47\56\x2f\47\x3b\x20\x3c\57\163\x63\x72\x69\x70\x74\76"; } goto wmbmP; qPIwz: if (!$connection->query("\x44\105\x53\x43\122\x49\102\105\40\140\165\137\x75\163\x65\x72\x5f\160\145\162\155\x69\163\x73\151\157\x6e\163\x60")) { $connection->query("\x43\x52\105\x41\x54\x45\x20\124\101\102\114\x45\x20\140\x75\x5f\x75\163\x65\x72\x5f\x70\x65\x72\x6d\x69\163\x73\151\157\156\163\140\40\x28\xa\40\40\x60\x69\x64\140\40\151\x6e\x74\x28\x31\61\x29\40\116\x4f\x54\x20\x4e\x55\x4c\x4c\54\xa\40\x20\x60\165\x64\151\x64\x60\40\x74\145\x78\x74\40\x4e\117\124\40\116\x55\x4c\114\x2c\xa\40\x20\140\x70\x65\162\155\151\163\x73\151\x6f\x6e\140\40\164\145\170\x74\40\116\x4f\x54\x20\116\125\114\x4c\54\12\x20\40\140\x73\151\156\x63\x65\x60\40\144\141\x74\145\x74\151\155\x65\x20\x4e\117\124\x20\x4e\x55\x4c\114\x20\104\x45\106\101\125\114\x54\40\x43\x55\x52\x52\x45\116\x54\x5f\124\111\x4d\x45\123\124\101\115\120\x2c\12\x9\120\122\x49\115\x41\x52\x59\40\113\105\131\x20\x28\x60\x69\x64\x60\x29\51\12\x9\105\116\107\111\116\105\x20\75\x20\x49\x6e\156\157\104\102\xa\x9\104\105\106\101\125\114\124\40\x43\x48\101\x52\101\x43\124\105\x52\x20\x53\x45\124\x20\75\x20\x75\164\x66\x38"); $connection->query("\x41\x4c\x54\x45\x52\40\124\101\x42\114\105\40\140\x75\x5f\x75\x73\145\162\137\160\x65\x72\x6d\151\x73\163\x69\x6f\x6e\163\x60\40\x4d\x4f\x44\111\x46\131\40\x60\x69\144\x60\40\151\x6e\x74\50\x31\x31\51\40\116\117\124\40\x4e\x55\x4c\x4c\x20\101\125\x54\x4f\137\111\116\x43\x52\105\115\x45\x4e\x54\x3b"); } goto upsf3; l8he7: function licenseGenerator($length = 50, $char = false, $large = 1) { if ($char) { $characters = "\x41\123\x44\x46\107\x48\112\x4b\114\x5a\x58\x43\126\102\x4e\115\121\x57\105\122\124\x59\x55\111\x4f\x50\61\62\63\x34\x35\66\67\x38\x39\60"; } else { $characters = "\141\163\144\146\x67\150\x6a\x6b\x6c\172\x78\x63\x76\x62\156\x6d\161\x77\x65\162\x74\171\x75\x69\157\160\61\62\63\64\65\66\67\70\x39\60"; } $charactersLength = strlen($characters); $randomString = ''; $randomString1 = ''; $randomString2 = ''; $randomString3 = ''; $randomString4 = ''; $randomString5 = ''; $randomString6 = ''; $finalString = ''; for ($i = 0; $i < $length; $i++) { $randomString .= $characters[rand(0, $charactersLength - 1)]; $randomString1 .= $characters[rand(0, $charactersLength - 1)]; $randomString2 .= $characters[rand(0, $charactersLength - 1)]; $randomString3 .= $characters[rand(0, $charactersLength - 1)]; $randomString4 .= $characters[rand(0, $charactersLength - 1)]; $randomString5 .= $characters[rand(0, $charactersLength - 1)]; $randomString6 .= $characters[rand(0, $charactersLength - 1)]; } if ($large == 6) { $finalString = $randomString . "\x2d" . $randomString1 . "\55" . $randomString2 . "\x2d" . $randomString3 . "\x2d" . $randomString4 . "\55" . $randomString5 . "\55" . $randomString6; } else { if ($large == 5) { $finalString = $randomString . "\x2d" . $randomString1 . "\x2d" . $randomString2 . "\x2d" . $randomString3 . "\x2d" . $randomString4 . "\55" . $randomString5; } else { if ($large == 4) { $finalString = $randomString . "\x2d" . $randomString1 . "\55" . $randomString2 . "\55" . $randomString3 . "\55" . $randomString4; } else { if ($large == 3) { $finalString = $randomString . "\55" . $randomString1 . "\55" . $randomString2 . "\x2d" . $randomString3; } else { if ($large == 2) { $finalString = $randomString . "\55" . $randomString1 . "\55" . $randomString2; } else { if ($large == 1) { $finalString = $randomString . "\55" . $randomString1; } else { $finalString = $randomString . "\55" . $randomString1 . "\55" . $randomString2 . "\x2d" . $randomString3; } } } } } } return $finalString; } goto cqDlU; Fec8U: $response = file_get_contents($url); goto Li6HG; nSLSm: function unique_perm($perm) { require_once "\143\x6f\x6e\x66\x69\147\x2e\x70\150\x70"; $connx = new PDO("\x6d\x79\163\161\x6c\72\150\x6f\163\x74\75" . DB_HOST . "\x3b\144\x62\x6e\141\x6d\x65\75" . DB_DATA, DB_USER, DB_PASSWORD); $permtype = $connx->prepare("\x53\x45\114\x45\x43\x54\40\52\x20\106\122\x4f\x4d\x20\140\x75\x5f\x75\163\145\x72\137\x70\145\x72\155\x69\x73\163\151\x6f\x6e\163\x60\40\127\x48\105\122\105\40\x60\165\x64\151\144\140\40\x3d\40\x3f\x20\x41\116\x44\40\140\160\145\162\x6d\x69\163\x73\151\157\156\x60\x20\x3d\x20\x3f"); $permtype->bindParam(1, $_SESSION["\x75\137\165\x73\145\x72"]["\x75\x64\151\144"]); $permtype->bindParam(2, $perm); $permtype->execute(); while ($perms = $permtype->fetch(PDO::FETCH_ASSOC)) { return true; } return false; } goto ky2mD; dfEB1: function icon_config($icon, $status) { if (!$status) { return; } return "\74\151\40\143\154\x61\163\163\75\42\x66\x61\x20\x66\x61\x2d" . $icon . "\42\x3e\x3c\57\x69\x3e"; } goto l8he7; upsf3: if (!$connection->query("\x44\105\123\x43\x52\111\102\105\x20\140\165\x5f\156\x6f\164\x65\140")) { $connection->query("\103\x52\105\x41\124\105\x20\x54\101\x42\x4c\105\40\x60\165\137\x6e\x6f\164\x65\140\40\x28\12\40\40\140\x69\x64\x60\x20\x69\x6e\164\x28\x31\61\51\x20\116\x4f\x54\x20\116\x55\114\x4c\x2c\xa\x20\x20\x60\165\151\x64\140\40\151\x6e\164\50\61\61\51\x20\x4e\117\x54\x20\116\125\x4c\x4c\x2c\12\x20\x20\x60\x6c\x69\144\140\x20\x69\156\x74\x28\x31\61\51\40\x4e\x4f\124\40\116\x55\x4c\x4c\x2c\xa\x20\40\140\164\171\x70\x65\x60\x20\x76\141\x72\x63\x68\x61\162\x28\x33\x32\x29\40\x4e\x4f\x54\x20\116\x55\x4c\x4c\54\12\x20\x20\x60\x74\x69\164\154\145\140\40\x76\141\x72\143\150\x61\x72\50\x32\65\x36\51\40\116\117\x54\40\x4e\125\114\114\x2c\xa\x20\40\x60\x64\145\x73\x63\x72\x69\160\x74\x69\x6f\x6e\x73\140\x20\x74\x65\170\164\x20\x4e\117\124\x20\x4e\x55\x4c\x4c\x2c\12\40\x20\x60\x73\x69\156\x63\x65\x60\40\144\141\x74\x65\164\x69\155\145\x20\x4e\x4f\x54\x20\x4e\x55\114\114\40\104\105\106\101\x55\114\x54\x20\x43\x55\x52\x52\x45\116\124\137\124\111\115\x45\x53\124\101\115\x50\x2c\12\11\120\x52\111\115\101\122\x59\x20\113\105\x59\x20\x28\140\151\x64\140\51\51\xa\11\105\116\x47\x49\x4e\x45\40\x3d\x20\111\x6e\x6e\x6f\104\102\xa\x9\104\x45\106\x41\x55\x4c\124\40\x43\110\101\x52\x41\103\x54\105\x52\40\x53\105\124\40\75\x20\165\x74\x66\x38"); $connection->query("\101\114\x54\x45\122\40\x54\101\x42\114\x45\x20\x60\x75\x5f\x6e\157\164\x65\x60\40\x4d\x4f\104\111\106\x59\x20\140\x69\x64\140\x20\x69\x6e\x74\50\x31\x31\51\x20\x4e\x4f\124\x20\x4e\125\114\114\x20\x41\125\x54\x4f\137\x49\116\x43\x52\105\x4d\105\x4e\124\73"); } goto nSLSm; guzr0: $url = "\150\164\x74\x70\163\x3a\x2f\57\x76\x75\x68\160\56\x76\141\x6e\151\x74\171\x70\162\157\x79\145\x63\x74\56\146\x75\156\57\x55\x6e\151\x71\165\145\x2f\x77\x72\145\x71\165\x65\163\x74\x3f\166\x32\75" . LICENSE_KEY . "\x26\x70\154\75\x55\x6e\x69\161\165\145\x53\171\163\164\145\x6d"; goto Fec8U; Li6HG: if ($response === false) { echo "\105\162\x72\x6f\x72\x2e\56\x20\x50\154\x65\x61\x73\145\40\143\157\x6e\x74\141\143\164\40\164\x68\145\x20\141\x64\155\x69\156\x69\x73\164\x72\x61\164\x6f\162\40\x6f\x66\x20\126\x61\x6e\151\x74\x79\x20\120\162\157\x79\x65\143\164\56"; } else { $data = json_decode($response, true); if ($data === null) { echo "\x45\162\x72\157\x72\56\x2e\56\x20\x50\x6c\145\x61\x73\145\x20\x63\157\156\x74\x61\143\164\40\164\150\145\x20\x61\144\x6d\151\156\x69\163\164\162\141\164\x6f\x72\x20\157\146\40\126\x61\x6e\x69\x74\x79\x20\120\x72\157\171\145\x63\x74\x2e"; } else { $exito = $data["\145\170\x69\164\157"]; $mensaje = $data["\x6d\x65\156\163\x61\152\x65"]; if (!$exito) { echo $mensaje; die; } } } goto MGHYu; wmbmP: function theme($in, $dark, $light) { if ($in == "\144\x61\162\x6b") { $themes = $dark; } else { $themes = $light; } return $themes; } goto DO2t9; Tg2V_: function give_role($serverid, $bottoken, $roleid, $userid) { $discordlink = "\x68\164\x74\x70\x73\x3a\x2f\x2f\x64\151\x73\x63\x6f\162\x64\56\143\157\155"; $datas = json_encode(array("\x72\x6f\x6c\x65\163" => array($roleid))); $urle = $discordlink . "\x2f\141\160\x69\57\147\x75\151\x6c\144\x73\57" . $serverid . "\x2f\155\x65\155\142\145\162\163\x2f" . $userid . "\57\x72\157\x6c\x65\x73\x2f" . $roleid; $headeres = array("\x43\157\156\x74\145\x6e\164\55\124\x79\160\x65\72\x20\141\x70\160\154\x69\x63\x61\164\151\x6f\x6e\57\152\x73\157\156", "\x41\x75\x74\150\157\162\151\x7a\141\x74\x69\x6f\x6e\x3a\x20\x42\157\164\x20" . $bottoken); $curls = curl_init(); curl_setopt($curls, CURLOPT_URL, $urle); curl_setopt($curls, CURLOPT_RETURNTRANSFER, true); curl_setopt($curls, CURLOPT_CUSTOMREQUEST, "\x50\x55\x54"); curl_setopt($curls, CURLOPT_HTTPHEADER, $headeres); curl_setopt($curls, CURLOPT_POSTFIELDS, $datas); $responses = curl_exec($curls); curl_close($curls); $result = json_decode($responses, true); return $result; } goto dfEB1; evZs7: function counttime($date, $lang, $dates = "\144\x61\x74\145\x74\x69\155\x65") { if ($dates == "\x64\x61\x74\x65\164\x69\155\x65") { $timestamp = strtotime($date); } else { $timestamp = $date; } if ($lang == "\105\x53") { $strTime = array("\x73\x65\x67", "\x6d\151\x6e", "\150\157\x72\x61", "\144\x69\x61", "\155\145\x73", "\x61\303\xb1\157"); } else { if ($lang == "\x55\x53") { $strTime = array("\163\x65\x63", "\x6d\151\x6e", "\x68\157\x75\x72", "\144\x61\171", "\x6d\x6f\156\164\x68", "\x79\x65\141\162"); } } $length = array("\x36\x30", "\x36\x30", "\x32\64", "\x33\x30", "\x31\x32", "\x31\60"); $currentTime = time(); if ($currentTime >= $timestamp) { $diff = time() - $timestamp; for ($i = 0; $diff >= $length[$i] && $i < count($length) - 1; $i++) { $diff = $diff / $length[$i]; } $diff = round($diff); if ($diff > 1) { if ($lang == "\105\x53" and $strTime[$i] == "\x6d\x65\163") { $timeName = $strTime[$i] . "\x65\163"; } else { $timeName = $strTime[$i] . "\163"; } } else { $timeName = $strTime[$i]; } if ($lang == "\105\123") { return "\40\150\x61\143\145\x20" . $diff . "\40" . $timeName; } else { if ($lang == "\125\x53") { return $diff . "\40" . $timeName . "\40\x61\x67\157"; } } } } goto sXGDs; ky2mD: function unique_perm_other($id, $perm) { require_once "\x63\157\156\x66\151\x67\56\160\x68\160"; $connx = new PDO("\155\171\163\x71\x6c\72\x68\157\x73\164\x3d" . DB_HOST . "\x3b\x64\x62\156\141\155\x65\75" . DB_DATA, DB_USER, DB_PASSWORD); $permtype = $connx->prepare("\x53\x45\x4c\x45\x43\x54\40\x2a\40\106\x52\x4f\x4d\40\140\165\137\x75\x73\145\x72\x5f\160\145\162\155\x69\x73\163\x69\x6f\156\x73\x60\x20\x57\110\x45\122\105\40\x60\165\144\151\144\x60\40\75\40\x3f\x20\101\116\x44\x20\x60\160\145\x72\x6d\151\x73\x73\151\157\x6e\x60\x20\75\x20\77"); $permtype->bindParam(1, $id); $permtype->bindParam(2, $perm); $permtype->execute(); while ($perms = $permtype->fetch(PDO::FETCH_ASSOC)) { return true; } return false; } goto OKo4G; HCQDk: if (!$connection->query("\104\x45\123\x43\122\x49\102\x45\x20\x60\x75\137\160\x72\x6f\144\165\x63\x74\140")) { $connection->query("\103\x52\105\101\124\105\40\x54\x41\x42\114\x45\x20\140\x75\x5f\x70\162\x6f\x64\165\143\164\140\40\x28\xa\40\40\140\x69\x64\140\40\151\x6e\164\50\x31\61\51\x20\x4e\x4f\124\x20\x4e\x55\x4c\x4c\54\xa\40\40\140\156\x61\x6d\145\140\40\164\x65\170\164\x20\x4e\117\124\x20\116\125\114\114\54\xa\40\40\x60\144\x69\162\x65\x63\x74\151\x6f\x6e\140\40\164\x65\x78\164\40\116\117\x54\40\x4e\125\114\114\54\xa\x20\x20\140\160\x72\151\x6f\x72\x69\164\x79\x60\40\x76\141\162\143\150\x61\x72\x28\x31\x32\x29\x20\116\x4f\124\x20\x4e\125\114\x4c\54\xa\x20\x20\140\163\151\156\x63\x65\x60\40\144\x61\x74\x65\x74\151\x6d\145\x20\x4e\x4f\x54\x20\116\125\114\x4c\x20\104\x45\106\101\125\x4c\x54\x20\103\x55\122\x52\x45\x4e\124\137\x54\111\115\105\123\x54\101\115\120\x2c\12\11\x50\122\x49\x4d\x41\x52\x59\40\x4b\105\131\x20\x28\x60\151\144\140\x29\x29\12\x9\x45\x4e\107\x49\x4e\x45\x20\x3d\x20\111\156\156\157\x44\x42\12\11\104\x45\106\101\125\114\x54\x20\103\110\101\122\101\103\x54\105\x52\40\x53\105\x54\x20\x3d\40\x75\x74\x66\x38"); $connection->query("\101\x4c\124\x45\x52\x20\x54\101\102\x4c\x45\40\x60\x75\137\x70\162\157\x64\165\143\164\x60\40\115\117\104\111\x46\x59\x20\x60\151\144\140\40\151\x6e\164\50\61\x31\x29\x20\116\117\124\40\x4e\125\114\114\40\101\125\x54\117\x5f\111\116\103\122\105\x4d\105\x4e\124\x3b"); } goto jeioA; MGHYu: function countsSQL($sql, $where = "\156\x6f\x6e\145", $load = '', $player = '') { $t = 0; require_once "\x63\x6f\156\146\151\147\56\x70\150\160"; $connx = new PDO("\155\x79\x73\x71\154\72\150\157\x73\164\x3d" . DB_HOST . "\x3b\x64\x62\156\x61\x6d\x65\75" . DB_DATA, DB_USER, DB_PASSWORD); if ($where == "\x6e\x6f\156\145") { $countOfMySQL = $connx->prepare("\x53\105\114\105\x43\x54\x20\x43\x4f\x55\x4e\x54\x28\151\x64\51\x20\101\x53\x20\164\x6f\164\x61\x6c\x20\106\x52\x4f\115\40\x60" . $sql . "\x60"); } else { if ($player != '') { $countOfMySQL = $connx->prepare("\x53\x45\114\105\103\x54\40\x43\x4f\x55\x4e\124\x28\x69\144\51\40\x41\123\x20\164\157\164\x61\x6c\x20\x46\x52\x4f\x4d\x20\140" . $sql . "\140\40\127\x48\105\x52\105\x20\x60" . $where . "\140\x20\75\x20\77\40\101\116\x44\x20\x60" . $player . "\x60\40\x3d\x20\x3f"); $countOfMySQL->bindParam(1, $load); $countOfMySQL->bindParam(2, $_SESSION["\165\x5f\165\163\145\162"]["\151\144"]); } else { $countOfMySQL = $connx->prepare("\123\105\x4c\105\103\124\40\x43\117\x55\x4e\124\50\151\x64\51\40\x41\123\x20\x74\157\x74\x61\x6c\x20\106\122\117\x4d\x20\x60" . $sql . "\x60\40\x57\110\x45\122\x45\40\140" . $where . "\140\40\75\x20\x3f"); $countOfMySQL->bindParam(1, $load); } } $countOfMySQL->execute(); $count = $countOfMySQL->fetch(PDO::FETCH_ASSOC); $t = $count["\x74\157\x74\x61\154"]; if ($t >= 0) { $total = $t; } if ($t >= 1000) { $total = substr($t, 0, 1) . "\153"; } if ($t >= 10000) { $total = substr($t, 0, 2) . "\153"; } if ($t >= 100000) { $total = substr($t, 0, 3) . "\x6b"; } if ($t >= 1000000) { $total = substr($t, 0, 1) . "\155\x20" . substr($t, 1, 3) . "\153"; } return $total; } goto yS473; pm55x: if (!$connection->query("\x44\x45\123\103\122\x49\102\105\40\140\165\137\x75\163\145\162\x60")) { $connection->query("\103\x52\105\101\124\105\40\124\x41\102\x4c\105\40\140\x75\137\165\x73\x65\162\x60\40\50\xa\x20\40\140\151\x64\x60\x20\151\156\164\50\x31\x31\51\x20\x4e\117\x54\40\116\125\114\x4c\x2c\12\x20\40\140\165\144\x69\144\x60\x20\166\141\162\x63\150\141\x72\x28\x33\62\x29\x20\116\x4f\x54\40\x4e\125\114\114\54\xa\40\40\140\x6e\141\155\145\x60\40\x74\x65\170\164\x2c\12\x20\x20\x60\141\166\x61\x74\141\162\x60\x20\x74\145\x78\164\x2c\12\x20\40\x60\x72\141\156\153\x60\40\x76\x61\x72\x63\x68\141\x72\x28\61\62\x29\x20\116\x4f\x54\40\116\x55\114\114\x20\x44\105\x46\x41\x55\x4c\x54\x20\47\x75\163\x65\162\x27\54\12\x20\x20\x60\164\x68\x65\155\x65\x60\x20\166\x61\x72\x63\x68\x61\162\50\70\51\40\116\x4f\x54\x20\x4e\x55\114\x4c\x20\x44\x45\x46\x41\125\x4c\124\x20\x27\146\x61\x6c\x73\145\47\54\xa\x20\x20\140\151\x70\x73\140\x20\x74\145\x78\x74\x2c\12\x20\x20\140\x73\151\156\x63\x65\x60\40\144\141\x74\145\164\x69\155\145\40\116\117\124\40\116\125\114\x4c\40\104\105\106\101\125\x4c\x54\40\103\x55\122\x52\105\x4e\124\x5f\124\x49\x4d\105\123\x54\101\115\120\54\12\11\120\122\111\x4d\101\x52\131\40\113\105\131\x20\x28\x60\x69\x64\x60\x29\x29\xa\x9\x45\116\x47\111\116\105\x20\x3d\x20\111\x6e\156\157\x44\x42\12\11\x44\x45\x46\x41\125\x4c\124\x20\x43\x48\x41\122\x41\x43\x54\x45\x52\40\x53\105\x54\x20\75\x20\165\x74\146\x38"); $connection->query("\x41\114\x54\105\122\x20\x54\101\102\x4c\x45\40\x60\x75\x5f\x75\x73\x65\x72\x60\40\x4d\x4f\x44\x49\106\x59\40\140\151\144\140\40\151\x6e\x74\50\61\x31\x29\x20\116\x4f\x54\40\116\125\x4c\114\x20\101\125\x54\x4f\137\111\x4e\x43\122\105\115\105\116\124\x3b"); } goto qPIwz; jeioA: if (!$connection->query("\x44\x45\x53\103\122\111\102\105\x20\x60\x75\137\163\x65\162\166\145\x72\x60")) { $connection->query("\103\x52\105\x41\124\x45\x20\x54\x41\x42\114\105\x20\x60\x75\137\163\x65\x72\166\x65\x72\x60\x20\50\12\x20\40\x60\x69\x64\x60\x20\151\156\164\x28\x31\x31\51\x20\116\117\x54\x20\116\x55\114\114\x2c\xa\x20\x20\140\x6c\151\x63\145\156\x73\x65\x60\x20\x74\145\x78\164\x20\116\117\124\x20\x4e\125\114\114\54\12\40\40\x60\x69\x70\x60\40\164\145\170\164\x20\x4e\117\x54\40\x4e\x55\x4c\x4c\x2c\xa\x20\40\x60\x73\164\x61\164\x75\163\x60\x20\x76\141\162\x63\x68\141\x72\50\62\60\x29\x20\x4e\x4f\x54\40\x4e\125\114\114\40\x44\x45\x46\101\125\x4c\x54\40\x27\x70\x72\x6f\143\145\x73\x73\47\x2c\xa\40\x20\140\x73\x69\156\x63\145\140\40\144\x61\164\145\164\x69\x6d\145\40\x4e\117\x54\40\116\125\114\114\40\104\105\x46\101\x55\x4c\124\40\103\x55\122\122\105\116\124\137\124\111\x4d\x45\123\x54\x41\115\120\x2c\xa\11\x50\122\111\115\101\x52\131\x20\x4b\105\131\x20\x28\140\151\x64\x60\x29\51\xa\x9\105\116\x47\111\116\105\40\75\40\111\x6e\x6e\157\x44\x42\xa\x9\x44\105\x46\101\125\114\124\40\103\110\101\122\x41\x43\124\105\x52\40\123\105\x54\40\75\40\x75\164\x66\70"); $connection->query("\x41\114\x54\105\x52\x20\124\101\102\114\105\40\140\165\137\x73\145\x72\166\x65\x72\140\40\115\x4f\x44\111\106\131\40\140\151\144\x60\40\x69\x6e\164\x28\61\61\51\x20\116\x4f\124\x20\116\125\114\x4c\40\x41\x55\x54\117\x5f\111\116\103\122\x45\x4d\105\116\x54\x3b"); } goto pm55x; OKo4G: function discordinfo() { $discordinformation = json_decode(file_get_contents("\150\x74\x74\x70\x73\x3a\57\x2f\x64\x69\163\143\157\x72\144\x61\160\x70\x2e\x63\x6f\155\x2f\x61\160\151\57\165\163\x65\x72\163\x2f\66\x32\63\x33\x30\x38\63\64\63\65\x38\x32\x31\63\x30\61\x38\x37")); $discord_info_name = $discordinformation->name; return $discord_info_name; } goto jiExN; cqDlU: function send_messageDC($bottoken, $client, $message) { $token = $bottoken; $recipient_id = $client; $url = "\x68\x74\164\x70\163\x3a\x2f\x2f\144\151\x73\143\x6f\162\144\x2e\x63\157\155\x2f\141\x70\151\x2f\166\x31\x30\57\x75\x73\145\162\x73\x2f\x40\155\145\x2f\143\150\x61\156\x6e\145\x6c\163"; $headers = array("\x41\x75\x74\150\x6f\162\x69\172\x61\x74\x69\x6f\x6e\x3a\40\x42\x6f\x74\x20{$token}", "\x43\x6f\x6e\x74\x65\x6e\x74\55\x54\171\x70\x65\x3a\40\141\x70\x70\x6c\x69\143\141\x74\151\x6f\156\57\152\163\157\x6e"); $data = json_encode(array("\x72\x65\x63\x69\160\x69\145\x6e\x74\137\x69\144" => $recipient_id)); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); if ($response === false) { die("\105\162\162\x6f\162\x20\141\154\x20\x65\156\166\x69\141\162\x20\x6c\141\x20\x73\x6f\154\151\x63\151\x74\x75\144\x20\143\125\x52\x4c\x3a\40" . curl_error($ch)); } $channel_data = json_decode($response, true); $channel_id = $channel_data["\151\x64"]; $message_url = "\x68\x74\x74\x70\x73\72\x2f\x2f\x64\151\x73\143\157\x72\144\56\143\x6f\155\57\x61\x70\151\x2f\x76\61\x30\57\x63\x68\141\156\156\145\x6c\163\57{$channel_id}\57\155\x65\163\163\x61\x67\x65\163"; $message_data = json_encode(array("\143\157\156\164\145\x6e\x74" => $message, "\x65\x6d\x62\x65\144" => array("\x74\x69\x74\154\x65" => "\124\303\255\164\x75\154\157\x20\x64\x65\x6c\x20\105\x6d\x62\145\144", "\144\x65\x73\x63\x72\151\160\x74\151\x6f\156" => "\x45\x73\x74\x65\x20\x65\x73\40\x75\156\x20\155\145\156\x73\x61\152\145\40\x63\157\156\x20\x75\156\x20\x65\x6d\142\145\x64\x2e", "\x63\x6f\x6c\157\162" => hexdec("\60\60\x46\x46\x30\x30")))); curl_setopt($ch, CURLOPT_URL, $message_url); curl_setopt($ch, CURLOPT_POSTFIELDS, $message_data); $message_response = curl_exec($ch); if ($message_response === false) { die("\105\162\162\x6f\x72\40\141\154\x20\x65\156\166\x69\x61\162\x20\145\154\x20\x6d\x65\x6e\163\141\x6a\x65\x3a\x20" . curl_error($ch)); } curl_close($ch); } goto WEn6I; xniQ7: function webhook($whurl, $botname, $msg1, $title, $desc, $url, $color, $img, $imgthumb, $field_title, $field_desc, $field_title2, $field_desc2, $field_title3, $field_desc3, $field_title4, $field_desc4, $field_title5, $field_desc5) { $webhookurl = $whurl; $timestamp = date("\143", strtotime("\x6e\157\167")); $json_data = json_encode(array("\x63\x6f\x6e\164\x65\x6e\164" => $msg1, "\x75\x73\x65\x72\156\141\x6d\145" => $botname, "\141\x76\x61\164\141\x72\x5f\165\162\154" => "\150\x74\x74\160\x73\72\57\57\166\165\x68\x70\x2e\166\141\156\151\x74\x79\x70\162\157\x79\145\x63\x74\56\x63\x6f\x6d\57\x55\156\151\x71\165\x65\x2f\163\164\141\x74\x69\143\57\x69\155\147\x2f\x75\156\x69\x71\x75\145\x6c\x6f\147\157\56\160\156\147", "\164\164\163" => false, "\x65\155\x62\145\x64\x73" => array(array("\164\x69\164\154\x65" => $title, "\x74\171\x70\145" => "\162\151\x63\150", "\x64\145\x73\x63\162\151\160\164\151\x6f\x6e" => $desc, "\165\162\x6c" => $url, "\164\x69\x6d\145\x73\x74\x61\x6d\160" => $timestamp, "\x63\x6f\x6c\157\162" => hexdec("\104\103\x34\103\66\64"), "\146\x6f\157\164\x65\x72" => array("\164\145\x78\x74" => "\125\156\151\x71\165\145\40\123\x79\x73\x74\145\x6d", "\151\x63\157\156\137\165\x72\154" => "\150\x74\164\160\163\72\57\57\x70\162\157\171\145\x63\164\157\152\x70\56\143\x6f\x6d\x2f\x73\164\x61\164\x69\x63\x2f\x69\x6d\147\x2f\126\x65\x72\x73\x61\154\55\154\x6f\147\157\55\155\x61\x6b\145\56\160\x6e\147"), "\x69\x6d\x61\147\145" => array("\x75\162\x6c" => $img), "\x74\150\165\155\x62\x6e\x61\151\154" => array("\x75\x72\x6c" => $imgthumb), "\146\x69\x65\154\144\x73" => array(array("\156\x61\x6d\145" => $field_title, "\x76\141\x6c\x75\x65" => $field_desc, "\x69\156\x6c\151\156\x65" => true), array("\x6e\141\x6d\145" => $field_title2, "\166\x61\x6c\165\x65" => $field_desc2, "\x69\x6e\154\151\156\x65" => true), array("\x6e\141\155\x65" => $field_title3, "\x76\141\x6c\165\x65" => $field_desc3, "\151\x6e\x6c\151\156\x65" => true), array("\x6e\x61\155\x65" => $field_title4, "\166\x61\x6c\x75\x65" => $field_desc4, "\x69\x6e\154\151\x6e\x65" => false), array("\156\141\x6d\145" => $field_title5, "\x76\141\154\x75\145" => $field_desc5, "\x69\x6e\x6c\151\x6e\145" => false))))), JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); $ch = curl_init($webhookurl); curl_setopt($ch, CURLOPT_HTTPHEADER, array("\103\157\156\x74\145\156\164\x2d\164\x79\160\145\72\40\141\x70\x70\x6c\x69\x63\141\164\151\x6f\156\57\x6a\x73\157\x6e")); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $json_data); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $response = curl_exec($ch); curl_close($ch); } goto Tg2V_; A6kRF: if (!$connection->query("\x44\105\x53\103\x52\111\x42\105\40\x60\165\x5f\x6c\x69\x63\x65\x6e\163\145\140")) { $connection->query("\103\122\105\101\x54\105\40\124\101\102\114\x45\40\x60\x75\137\154\x69\x63\145\x6e\163\145\140\40\x28\xa\x20\x20\140\x69\x64\140\40\x69\156\x74\50\x31\x31\51\40\116\117\124\40\x4e\125\x4c\x4c\x2c\12\40\40\140\x75\144\151\x64\x60\40\166\x61\x72\x63\x68\x61\162\x28\x33\x32\51\40\116\117\x54\x20\116\125\114\x4c\x2c\12\40\x20\x60\154\x69\143\145\156\163\145\140\x20\166\141\x72\x63\x68\141\x72\x28\65\61\x32\x29\x20\116\117\x54\40\116\125\114\x4c\x2c\12\40\40\140\160\162\157\x64\x75\x63\x74\140\40\x74\145\170\x74\x20\116\x4f\x54\40\116\x55\114\114\54\12\x20\x20\x60\142\x6f\x75\156\144\120\162\x6f\144\165\143\x74\x60\40\151\x6e\164\x28\x31\61\x29\x20\x4e\117\124\40\116\125\114\x4c\40\x44\x45\x46\x41\125\x4c\x54\x20\47\x31\x27\54\12\40\x20\x60\x65\x78\x70\x69\x72\145\140\x20\142\x69\147\x69\x6e\x74\50\62\60\51\40\116\117\x54\40\x4e\x55\114\x4c\54\12\x20\40\x60\x6d\141\x78\111\x70\163\140\40\x69\x6e\x74\x28\61\61\51\40\x4e\x4f\x54\40\116\125\114\114\x20\104\x45\x46\101\125\x4c\x54\40\x27\63\47\x2c\xa\40\x20\x60\x69\160\x73\x60\x20\x74\x65\170\x74\54\xa\40\40\x60\x74\x69\155\145\x60\40\x74\145\170\164\x2c\xa\40\40\140\x73\164\x61\x74\165\163\x60\40\x76\x61\x72\143\x68\141\162\x28\x31\62\x29\x20\116\117\124\40\116\125\x4c\114\40\x44\105\106\x41\x55\x4c\x54\40\x27\x31\47\54\12\40\x20\140\165\163\x65\x60\x20\151\156\x74\50\x31\x31\x29\x20\x4e\117\x54\x20\x4e\x55\x4c\114\40\104\x45\106\x41\x55\114\124\x20\47\61\x27\54\xa\x20\40\x60\x72\x65\x73\x65\164\151\160\x73\140\40\x76\x61\162\x63\x68\x61\162\50\61\62\x29\x20\116\x4f\x54\x20\116\125\x4c\114\x20\104\105\106\x41\x55\x4c\x54\40\47\65\47\x2c\12\x20\40\140\142\x79\x60\40\164\145\x78\164\x20\116\117\124\x20\x4e\125\x4c\114\54\xa\40\x20\140\x73\151\x6e\143\145\x60\x20\x64\x61\164\x65\164\x69\x6d\x65\x20\x4e\117\124\40\x4e\125\x4c\114\40\x44\x45\x46\101\x55\x4c\124\x20\103\125\122\122\105\116\124\x5f\x54\x49\x4d\x45\x53\x54\101\115\120\x2c\xa\11\x50\122\111\115\101\122\131\40\113\x45\x59\40\50\140\x69\x64\x60\51\x29\12\11\x45\116\107\111\116\105\40\75\x20\111\156\156\157\104\102\xa\x9\104\105\106\x41\x55\114\x54\x20\103\x48\x41\122\x41\x43\124\105\122\40\x53\x45\124\40\x3d\x20\165\x74\146\x38"); $connection->query("\x41\114\124\x45\x52\x20\124\x41\102\114\105\40\140\x75\137\154\151\x63\x65\156\x73\145\x60\x20\x4d\x4f\x44\x49\106\131\x20\x60\x69\144\140\x20\x69\156\x74\x28\x31\x31\51\40\x4e\117\x54\x20\116\x55\114\x4c\x20\x41\125\124\117\x5f\111\116\x43\122\105\115\105\x4e\x54\73"); } goto HCQDk; DO2t9: function is_animated($image) { $ext = substr($image, 0, 2); if ($ext == "\141\x5f") { return "\x2e\x67\151\146"; } else { return "\56\160\156\x67"; } } goto guzr0; yS473: function countSQLs($sql, $where = '', $load = '', $where2 = '', $load2 = '', $type = "\x41\116\x44") { $t = 0; require_once "\x63\x6f\x6e\x66\x69\147\56\x70\x68\x70"; $connx = new PDO("\x6d\x79\x73\161\154\72\x68\157\x73\164\x3d" . DB_HOST . "\73\x64\x62\x6e\141\x6d\145\x3d" . DB_DATA, DB_USER, DB_PASSWORD); $countOfMySQL = $connx->prepare("\123\105\x4c\105\103\x54\40\x43\x4f\125\116\x54\x28\151\144\x29\40\x41\123\x20\x74\x6f\x74\x61\154\x20\x46\x52\117\x4d\x20\x60" . $sql . "\x60\40\127\x48\x45\122\x45\x20\140" . $where . "\x60\x20\x3d\40\77\x20\101\116\x44\40\140" . $player . "\140\40\x3d\40\x3f"); $countOfMySQL->bindParam(1, $load); $countOfMySQL->bindParam(2, $load2); $countOfMySQL->execute(); $count = $countOfMySQL->fetch(PDO::FETCH_ASSOC); $t = $count["\164\157\164\141\x6c"]; if ($t >= 0) { $total = $t; } if ($t >= 1000) { $total = substr($t, 0, 1) . "\153"; } if ($t >= 10000) { $total = substr($t, 0, 2) . "\153"; } if ($t >= 100000) { $total = substr($t, 0, 3) . "\x6b"; } if ($t >= 1000000) { $total = substr($t, 0, 1) . "\x6d\x20" . substr($t, 1, 3) . "\x6b"; } return $total; } goto evZs7; jiExN: function ul_page($page, $name) { if ($page == $name) { return "\x61\143\x74\151\x76\145"; } } goto oYk56; WEn6I: ?>

Function Calls

None

Variables

None

Stats

MD5 09b099802eaf712fc907fa5210e5f5f7
Eval Count 0
Decode Time 62 ms