Hello :)
I'm looking to start a RP as I've been out of the scene for a while and want a project. I don't really want to do it on my own, as I'll definitely need some guidance.
I can procure servers and all other requirements like that.
I'm looking for someone with a level of development...
If I'm understanding your question correctly: PHP is server-side code, which is never shown to the user. Generally it'll run a process on the web server (in this case, I presume it's making requests to Habbo's API and getting a response from that). You're unable to translate this directly to...
Do the files work if you manually set the permissions?
If so, you can manually set the file's permissions using the PHP function chmod (https://www.php.net/manual/en/function.chmod.php)
hi all :)
does anyone know where the friends bar that's in the bottom right hand corner is in the swf?
everywhere I try and set to 0, it just doesn't get rid of it (or moves it???)
The old chat doesn't support HTML - just add a check in OnChat to see if the user is using Old Chat, and if they are, don't change the username for that user.
hi all xo
i'm having an issue re. the catalog on habbo emulator
i've created a new top-level category, but any categories within this category don't show - even if i have furni inside this category.
i've checked i'm the minimum rank etc
EDIT: the category works in a different top-level...
lol i hope you're joking^
also he's fucked me over many times, don't trust this dude. The only reason I used him was because a friend recommended him, but then one of his team decided to delete everything I had...
Good luck :)
The error with the emulator looked like .NET framework wasn't installed correctly... It couldn't find mscorlib which is one of the libraries of the framework. Try reinstalling .NET?
Okay so, it's weird.
I get stuck at 76%, but my log shows me as connected on my websocket (running on port 3000), and my emulator shows me as connected, but the client still shows as 76%?
And then eventually, it disconnects me
And by the seems of it it can't load hh_human_body.swf 'cause it's...
I've figured my error. I'm using a 'foreign' page to collect the data from a database, encode it into JSON and return it. But, when I try to parse it using jquery, it errors: JSON.parse: unexpected character at line 1 column 1 of the JSON data. I've tried stringifying the return value then...