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.
Junior Spellweaver
Joined
Oct 29, 2014
Messages
135
Reaction score
7
Is this server XAMPP? If yes execute "CC::\\XAMPP\\PHP\\PHP..EXE artisan migrate" Please remove all duplicated things.

Yes, i use Xampp, and i have a error with your line.
ovflowd - Chocolatey CMS - The Habbo.com Clone - RaGEZONE Forums
 
www.Epic Hosts.co.uk
Loyal Member
Joined
Jun 19, 2008
Messages
1,152
Reaction score
75
That's weird :/

I will need really do a study case for IIS.
FYI, if it helps, Spitty didn't provide the web.config file. So I converted the 'working' .htaccess and put it into web.config for you incase this helps your diagnosis:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <rewrite>
            <rules>
                <rule name="Imported Rule 1" stopProcessing="true">
                    <match url="^habbo-web/(.*)$" ignoreCase="false" />
                    <action type="Rewrite" url="public/habbo-web/{R:1}" />
                </rule>
                <rule name="Imported Rule 2" stopProcessing="true">
                    <match url="^.*$" ignoreCase="false" />
                    <conditions logicalGrouping="MatchAll">
                        <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
                        <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
                    </conditions>
                    <action type="Rewrite" url="index.php" />
                </rule>
            </rules>
        </rewrite>
    </system.webServer>
</configuration>

Many thanks! :)
 
Initiate Mage
Joined
Oct 16, 2016
Messages
4
Reaction score
2
i have a problem with recaptcha but i have verify me , pls help me

You need to verify that you're not a robot.


You need to verify that you're not a robot.
 
Last edited by a moderator:
Junior Spellweaver
Joined
Oct 29, 2014
Messages
135
Reaction score
7
Why I alway shave an error when I want to buy an item in the shop of the CMS?
How to translate the CMS?
 
Junior Spellweaver
Joined
Oct 29, 2014
Messages
135
Reaction score
7
Idea: Added a similare Help Habbo Center.
Exemple:
Other idea: For Housekeeping, added this:
- Save database.
- Send massgift (All hotel).
- Send minimail (All hotel/user).
 
git bisect -m
Loyal Member
Joined
Sep 2, 2011
Messages
2,171
Reaction score
916
Idea: Added a similare Help Habbo Center.
Exemple:
Other idea: For Housekeeping, added this:
- Save database.
- Send massgift (All hotel).
- Send minimail (All hotel/user).
I can't recreate Habbo's Help Center. Since they use ZENDESK. It's a professional paid software.
 
Status
Not open for further replies.
Back
Top