/* Decoded by unphp.net */
$systemSSLStatus = isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] == "on" && $_SERVER["SERVER_PORT"] == 443; if (function_exists("ini_set")) { ini_set("session.cookie_httponly", "On"); if ($systemSSLStatus) { ini_set("session.cookie_secure", "On"); } } session_start(); ob_start(); date_default_timezone_set("Europe/Istanbul"); function cURLInstalledControl() { if (in_array("curl", get_loaded_extensions())) { return true; } else { return false; } } function licenseErrorPage($title, $text) { return "
" . $title . "
Why am I getting this error?
" . $text . "
If you think the reason is not one of them, please contact us.
"; } if (cURLInstalledControl()) { $incLicenseDomain = $_SERVER["HTTP_HOST"]; $incLicenseDomain = str_replace("www.", '', $incLicenseDomain); $licensesDomains = array("default.minexon.net", "south.minexon.net", "sitary.minexon.net", "darken.minexon.net", "vita.minexon.net", "lighten.minexon.net", "deluxe.minexon.net", "team.minexon.net", "demo.minexon.net", "adalances.com", "kafalarmc.com", "avenor.xyz", "atomcraft.pw", "minerfirst.com", "gamerway.online", "trcoldnetwork.net", "dunyamc.com", "mc.treas.network", "mc.projects.gg", "mavibugday.com", "taklacraft.com", "tkszcraft.network", "mysterise.com", "justrises.com", "lapexnw.com.tr", "cragenetwork.com", "craftlime.net", "elmasoyuncu.me", "kasabamc.com", "soulcraft.network", "gordioncraft.com", "oyuncuhanedani.com", "cesurnetwork.com", "karluknw.com", "store.aesirmc.com", "epiklava.com", "atlantikmc.com", "legendcrafttr.com", "tekblok.com"); if (!in_array($incLicenseDomain, $licensesDomains)) { if (!isset($_SESSION["incLicenseControl"])) { $licenseControlUrl = "https://api.minexon.net/apps/controller/license-control.php?domain=" . $incLicenseDomain; $licenseControlFields = array("domain" => $incLicenseDomain, "serverIP" => $_SERVER["SERVER_ADDR"], "userIP" => GetIP()); $licenseControl = curl_init($licenseControlUrl); curl_setopt($licenseControl, CURLOPT_RETURNTRANSFER, true); curl_setopt($licenseControl, CURLOPT_CUSTOMREQUEST, "POST"); curl_setopt($licenseControl, CURLOPT_POSTFIELDS, http_build_query($licenseControlFields)); curl_setopt($licenseControl, CURLOPT_REFERER, (isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] === "on" ? "https" : "http") . "://" . $_SERVER["SERVER_NAME"]); curl_setopt($licenseControl, CURLOPT_USERAGENT, "MINELAB-REGULAR"); $licenseControlResult = curl_exec($licenseControl); $licenseControlError = curl_error($licenseControl); $licenseControlErrno = curl_errno($licenseControl); $licenseControlInfo = curl_getinfo($licenseControl); if (is_resource($licenseControl)) { curl_close($licenseControl); } if ($licenseControlErrno === 0) { $licenseControlResponse = json_decode($licenseControlResult, true); if ($licenseControlResponse["status"] == "__TRUE__" && $licenseControlResponse["reason"] == $incLicenseDomain) { $_SESSION["incLicenseControl"] == "XCDS-782"; } else { if ($licenseControlResponse["status"] == "__FALSE__" && $licenseControlResponse["reason"] == "notLicense") { echo licenseErrorPage("LICENSE NOT FOUND", "