Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Chocolatey CMS - The Habbo.com Clone

Status
Not open for further replies.
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
Id suggest you to add some kind of check so people cannot do migrating twice or something. Like set a flag or a certain value once it has been migrated and check against its existince when someone starts migrating.

This is build-in inside Laravel how the heck did he manage to break this?
 
Experienced Elementalist
Joined
Feb 21, 2012
Messages
285
Reaction score
26
Well in the wiki page it is not said there that we have to install laravel first in order to do the database migration things.
 
☮TAKU????
Loyal Member
Joined
Nov 16, 2009
Messages
866
Reaction score
580
very good realaese. I like very much how it looks just like Habbo.com. Very good.
 
git bisect -m
Loyal Member
Joined
Sep 2, 2011
Messages
2,171
Reaction score
916
#UPDATES (Chocolatey)

#FIXED
* Many NUX Problems
* Bugs on Twitter
* Bugs on Room's Leaderboard
* Bugs on showing Rooms
* Many bugs on Chocolatey
* Other bugs??

#CODED
* Maintenance Custom Text
* New Twitter API
* IIS Compatibility
* Arcturus 1.4 Camera Compatibility
* Many other things

#UPDATED
* Latest Composer Packages

#RELEASE
* Alpha Release 2.300 of Chocolatey, available on.:



Observation.: Zoxq, now Chocolatey works with IIS running with php 7.0+
 
Skilled Illusionist
Joined
Dec 24, 2015
Messages
336
Reaction score
31
@saamus is it possible for your guys to update the changelog, because I have done some translating on the CMS so it would be helpful if the changelog was accessible for the newest version so I could just remove/add/update the code myself. :)
 
git bisect -m
Loyal Member
Joined
Sep 2, 2011
Messages
2,171
Reaction score
916
@saamus is it possible for your guys to update the changelog, because I have done some translating on the CMS so it would be helpful if the changelog was accessible for the newest version so I could just remove/add/update the code myself. :)
Which changelog?

HabboWEB pages wasn't changed. Anyways which language are you using with IIS? I can translate the HabboWEB pages for your language. I just need get time.



Okay I fixed some bugs reported on GitHub, here we go with more updates:

#FIXED
* Some Room Bugs
* Fixed Strict HTTPS when retrieving the Room Thumbnail
* Some poop on Configuration Files
* And other bugs.

#RELEASE

* Alpha Release 2.305 of Chocolatey, without bugs.

#SQL
* Before Arcturus 1.4.0 launches you will need this following SQL to use Chocolatey properly. But i barely wouldn't recommend this. Please wait for Arcturus 1.4.0
Code:
CREATE TABLE `camera_web` (    `id` INT NOT NULL AUTO_INCREMENT,    `user_id` INT NOT NULL,    `timestamp` INT NOT NULL,    `url` VARCHAR(128) NOT NULL DEFAULT '',    PRIMARY KEY (`id`),    INDEX (`user_id`),    UNIQUE (`id`)) ENGINE = INNODB;
 
Skilled Illusionist
Joined
Dec 24, 2015
Messages
336
Reaction score
31
@saamus I'm using Norwegian, and it would be great if you could add support for that, but since the Norwegain Habbo hotel closed I would understand if you don't have time to translate every single line.

Anyways, thanks.
 
Junior Spellweaver
Joined
Oct 29, 2014
Messages
135
Reaction score
7
Thanks for new version.
I have a bug, impossible acces on "settings" page.
 
Newbie Spellweaver
Joined
Feb 15, 2017
Messages
44
Reaction score
6
@saamus is it possible for your guys to update the changelog, because I have done some translating on the CMS so it would be helpful if the changelog was accessible for the newest version so I could just remove/add/update the code myself. :)
You can actually view file changes in GitHub and compare it between commits.
Thanks for new version.
I have a bug, impossible acces on "settings" page.

Try creating a new account and see whether the problem exists.
 
Junior Spellweaver
Joined
Oct 29, 2014
Messages
135
Reaction score
7
You can actually view file changes in GitHub and compare it between commits.Try creating a new account and see whether the problem exists.
With a new account, works fine.
With a old account, impossible acces on page.
How resolve my problem ?
 
Newbie Spellweaver
Joined
Feb 15, 2017
Messages
44
Reaction score
6
With a new account, works fine.
With a old account, impossible acces on page.
How resolve my problem ?

Add your existing account records manualy to the following tables:
  • chocolatey_users_id
  • chocolatey_users_preferences
 
Status
Not open for further replies.
Back
Top