Request! Jukeboxs mp3s.

Silenos

Obsessed.
Aug 7, 2017
104
65



and so on..
There are over 700 samples available.
 

Etrion

?
Dec 22, 2016
108
32
you can download them automatically using this tiny tool:
also other things like furnitures, badges, clothes etc..
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?

Code:
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;
}
 

Etrion

?
Dec 22, 2016
108
32
you need php 7.1 or higher
Thanks, I had 7.0.33 lol

OFT: Sorry, not my help thread but ill ask anyway just incase anyone else receives following error messages.

But receive "Error parsing production now".
Do I need to change anything in the functions.php file or am I missing something else?
 

Etrion

?
Dec 22, 2016
108
32
works fine for me
are you running it through the terminal?
Yes through terminal, PHP version 7.1.29, what's your php version?

b6b39c74f87ba3a9f0809b1e17440b88.png
 

Users who are viewing this thread

Top