Yeah if someone knows how the full rooms are generated (EXAMPLE) Let me know!
Yeah if someone knows how the full rooms are generated (EXAMPLE) Let me know!
#UPDATES
Started Coding E-Mail (I didn't commited yet)
![]()
I noticed that someone complained in Discord about not getting this to work.
Make sure you run composer install if you deploy the files on your webserver! The Vendor files are not included in the GIT repository to reduce space and can be downloaded.
That's weird Joopie. You simply need download the binaries.zip and configure your ENV file. (.env)
@CodeDragon does you mind change the Thread title to "[Chocolatey | Espreso] Habbo.com Clone CMS & Housekeeping"
Also i think it's good a Help Thread. I personally think it's good.
I formatted my PC. But nothing was lost. Continuing work now.
- - - Updated - - -
#UPDATES
#CODED
1. Fixed some Internal Bugs
2. Coded two new Mailing Types
1. Reset Password
2. Confirm E-mail
#FIXED
1. Some bugs on Account System
#MERGED
1. Pull Request #2
- - - Updated - - -
#RELEASE
Pre-Release 1.8 of Chocolatey Available Here.: https://github.com/sant0ro/chocolatey/releases/tag/1.800
The first issue I had was the captcha one (for some reason it's gone for me).
The second issue is with the client, after creating a new account you are redirected to the client, but it's stuck at 76%.
Yes, I'm using the Habbo.swf provided by TheGeneral and the boon edit plus swf, but it's not working.
Apache 2.4.23
PHP 7.0.10
MySQL 5.6.32 (tried with 5.7.14, but got some errors while loading the db)
The server isn't xampp, but wampserver, because xampp's mariadb.
Last edited by fortyplustwo; 02-02-17 at 02:35 AM. Reason: More details
MySQL and MariaDB are basically equals. You won't have any problem with a retro server. MariaDB is likely an open source MySQL version.
Also does you configured correctly the SWF?
I will give a look if the Auth ticket is really being updated.
About the CAPTCHA as I explained you need generate your own recaptcha key.
- - - Updated - - -
Also Chocolatey is only compatible with PHP 7 ;)
Yes, that's more like a personal choice.
Of course, tried a lot of different configs.
Please check.
It started to work for me in an old build (without generating anything), Idk if it's working in the new pre-release and where
I can put my generated key.
MariaDB is a drop-in replacement for MySQL so all the standard features (especially the ones the Habbo section uses) are there, compatibility shouldn't be an issue for this community. If you do decide to stick with MySQL, for some stupid reason, use 5.7 and nothing lower.
Will IIS be supported?
For some reason, I have the same client issue, and after investigating the code a bit, I found out that the auth_ticket doesn't get updated on client load (even though there's an update that is made), so the ticket is actually echoed correctly in the flash object props but not on the user account.
The second reason might be the release of the SWF used, for some reason, the Habbo.swf link included in configuration is the 26/27th of July build which doesn't correspond to any build that Arcturus uses, and after using a correct build I stumbled upon the first issue. (Which is handled nicely, little overlay with a reload button, kudos to you @saamus)
I suspect it's related to auth_ticket too, but didn't investigate about it.
The swf is what I thought that was the issue, changed swf files, changed releases, didn't work (I suppose you got the "DISCONNECTED" message too).
It is strange that the Habbo.swf used is PRODUCTION-201611291003-338511768 and other files are PRODUCTION-201601012205-226667486.
Why?
I agree. But I tried MySQL 5.7 and it didn't load the arcturus db (some errors).
Next time I'll give MariaDB a chance (It loads the db sql because it's probably based in a lower version of MySQL)