Пожалуйста, обратите внимание, что пользователь заблокирован
Hello i have a script from envato not purchased found somewhere anybody can help me to bypass authentication
i believe this code is doing everything
i believe this code is doing everything
PHP:
function getTemplates()
{
$param['purchasecode'] = env("PURCHASECODE");
$param['website'] = @$_SERVER['HTTP_HOST'] . @$_SERVER['REQUEST_URI'] . ' - ' . env("APP_URL");
$url = 'https://license.viserlab.com/updates/templates/' . systemDetails()['name'];
$response = CurlRequest::curlPostContent($url, $param);
if ($response) {
return $response;
} else {
return null;
}
}
not relevant anymore