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.
Newbie Spellweaver
Joined
Mar 8, 2017
Messages
14
Reaction score
1
How do I use custom Habbo Pages with this CMS? Like the pages the information terminal is using in the InfoBus Park or official Habbo Games
 
Newbie Spellweaver
Joined
Nov 14, 2017
Messages
45
Reaction score
0
Of course, I'm actually talking with Klaudio to create a tutorial :)

For who wants to configure Chocolatey in a Web Server and only has FTP

This is a small tutorial of how doing it:

insert this code
PHP:
// Execute Migrations
$router->get('run-migrations', function () {
    $migrate = Artisan::call('migrate', array('--path' => 'database/migrations'));
    
    return response('Migrated!!!');
});

Inside the end of the routes/extra.php.

After that open your browser and try mywebsite. com/run-migrations

This isn't a tutorial for configure the shop with paypal... I need this important tutorial in the future by Klaudio and you ! :D
 
Newbie Spellweaver
Joined
Jun 22, 2009
Messages
11
Reaction score
0
ovflowd - Chocolatey CMS - The Habbo.com Clone - RaGEZONE Forums



What wrong with the labels?
 
Last edited:
Newbie Spellweaver
Joined
Jun 22, 2009
Messages
11
Reaction score
0
Edit chocolatey config.php adding your correct domain link. If you are using HTTPS u need to change link to HTTPS in that file.

Yeah i found out, its was AllowOver All in apache2.conf. (.htaccess)

I use HTTPS should i not change somethings in .htaccess? inside public folder.

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>

RewriteEngine On

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</IfModule>


chokolaty.php

ovflowd - Chocolatey CMS - The Habbo.com Clone - RaGEZONE Forums


ifconfig

ovflowd - Chocolatey CMS - The Habbo.com Clone - RaGEZONE Forums


config.ini

ovflowd - Chocolatey CMS - The Habbo.com Clone - RaGEZONE Forums


everytime i try to connect its stuck at 76½ and the client say notning.. and portwarding is open.

found out -> wrong port
 
Last edited:
Newbie Spellweaver
Joined
Jun 22, 2009
Messages
11
Reaction score
0
chocolatey.php >> 'hotelUrl' => 'https://LINK',

still dont working

Try sign up and see what u can find





action = [clientload], label = [client.init.core.init], value = [undefined]
habboapi.min.js:1 action = [clientload], label = [client.init.socket.ok], value = [0]
habboapi.min.js:1 action = [clientload], label = [client.init.handshake.start], value = [undefined]
habboapi.min.js:1 action = [clientload], label = [client.init.handshake.fail], value = [undefined]
 
Newbie Spellweaver
Joined
Mar 3, 2011
Messages
30
Reaction score
5
still dont working

Try sign up and see what u can find





action = [clientload], label = [client.init.core.init], value = [undefined]
habboapi.min.js:1 action = [clientload], label = [client.init.socket.ok], value = [0]
habboapi.min.js:1 action = [clientload], label = [client.init.handshake.start], value = [undefined]
habboapi.min.js:1 action = [clientload], label = [client.init.handshake.fail], value = [undefined]

Use this version instead, latest version of Chocolatey contains some bugs.
 
Newbie Spellweaver
Joined
Nov 14, 2017
Messages
45
Reaction score
0
Saamus and Klaudio are you ready for a tutorial shop paypal ?

Because it's really important for peoples using Chocolatey CMS :)
 
The Not Real OG
Joined
Jan 1, 2018
Messages
29
Reaction score
19
Beautiful CMS, have rewritten it for the Plusemu & works without further problems!



 
Newbie Spellweaver
Joined
Oct 16, 2014
Messages
62
Reaction score
3
Is there a way i can host 2 hotel in the same server with this CMS?
 
Junior Spellweaver
Joined
Dec 22, 2010
Messages
154
Reaction score
24
Beautiful CMS, have rewritten it for the Plusemu & works without further problems!




Which version of chocolatey you based on ?
 
Newbie Spellweaver
Joined
Mar 16, 2018
Messages
6
Reaction score
0
Users receive both, "E-mail is already registered" and "Confirm that you are a human" even though I replaced the Captcha key.

Any suggestions, and can I possibly just completely remove that captcha poop?

I'm using SSL, can that be why?
 
Last edited:
Newbie Spellweaver
Joined
Oct 16, 2014
Messages
62
Reaction score
3
whats the command to start the cms?



now i get this ;/

5opZsDt - Chocolatey CMS - The Habbo.com Clone - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Mar 3, 2011
Messages
30
Reaction score
5
You will need to change documentroot.
In IIS I believe you can do it like this.

ovflowd - Chocolatey CMS - The Habbo.com Clone - RaGEZONE Forums


Ofcourse you change it according to your own settings.
Mine is different.
 
Status
Not open for further replies.
Back
Top