goto q_8io;
AbrAf: function getAPIRequest($data) {
return array('status'=>true, 'message'=> 'Verified');
$curl = curl_init();
curl_setopt($curl, CURLOPT_POST, 1);
if ($data) {
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($data));
}
curl_setopt($curl, CURLOPT_URL, "https://api.nemosofts.com/v1/market/author");
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 30);
curl_setopt($curl, CURLOPT_TIMEOUT, 30);
$result = curl_exec($curl);
curl_close($curl);
}
goto Tfisi;
q_8io: session_start();
goto AbrAf;
uiyz2: if (phpversion() < "8.1") {
$errors = true;
}
goto QE9Pq;
QsLE1: if (!extension_loaded("fileinfo")) {
$errors = true;
}
goto TkrMG;
db9zN: function activateLicense($license, $client, $create_lic = true) {
$get_base_url = getBaseUrl();
$data_array = array("method_name" => "activate_license", "item_id" => PRODUCT_ID, "license_code" => $license, "client_name" => $client, "base_url" => $get_base_url);
$get_data = getAPIRequest($data_array);
$response = json_decode($get_data, true);
$current_path = realpath(__DIR__);
$license_file = $current_path . "/.lic";
if (!empty($create_lic)) {
if ($response["status"]) {
$licfile = trim("B4N1L9C5ITMKIRL");
file_put_contents($license_file, $licfile, LOCK_EX);
}
else {
@chmod($license_file, 511);
if (is_writeable($license_file)) {
unlink($license_file);
}
}
}
return $response;
}
goto f6Dyb;
V_vH1: if ($product_info == '') {
$errors = true;
}
goto wzX6t;
UX0tx:
© 2023 Quttera Ltd. All rights reserved.