Tried your tool, but get following error messag: "Parse error: syntax error, unexpected '?' in C:\Users\Administrator\Desktop\habbo-downloader-master\src\functions.php on line 3", why?you can download them automatically using this tiny tool:You must be registered for see links
also other things like furnitures, badges, clothes etc..
function fetchString(string $url): ?string
{
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_USERAGENT, 'habbo-sucks');
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$content = curl_exec($ch);
$httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
curl_close($ch);
return ($httpCode === 200) ? $content : null;
}
Thanks, I had 7.0.33 lolyou need php 7.1 or higher
Already got debug = true, but dont receive any error message except:in the config file set debug to true then you should see the error
Yes through terminal, PHP version 7.1.29, what's your php version?works fine for me
are you running it through the terminal?
Alright, it worked fine through my own laptop but not through my dedicated windows server.take a look at yourerror_log
file. in the php.ini file you see where the logfile is stored