[Chocolatey | Espreso] Habbo.com Clone CMS & Housekeeping

Page 7 of 20 FirstFirst 12345678910111213141517 ... LastLast
Results 91 to 105 of 290
  1. #91
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,607Posts

    Re: Chocolatey - Habbo.com Clone [CMS]

    Yeah if someone knows how the full rooms are generated (EXAMPLE) Let me know!

  2. #92
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: Chocolatey - Habbo.com Clone [CMS]

    #UPDATES

    Started Coding E-Mail (I didn't commited yet)



  3. #93
    ◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜ Taiga is offline
    DeveloperRank
    May 2007 Join Date
    InternetLocation
    2,464Posts

    Re: Chocolatey - Habbo.com Clone [CMS]

    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.

  4. #94
    Live Ocottish Sverlord Joopie is online now
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: Chocolatey - Habbo.com Clone [CMS]

    Quote Originally Posted by CodeDragon View Post
    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.
    Even with the released binaries.zip (which contains the vendor files) it failed. Something to do with a redirect loop.

  5. #95
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: Chocolatey - Habbo.com Clone [CMS]

    Quote Originally Posted by Joopie View Post
    Even with the released binaries.zip (which contains the vendor files) it failed. Something to do with a redirect loop.
    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

  6. #96
    Apprentice fortyplustwo is offline
    MemberRank
    Feb 2017 Join Date
    Sampa - BrasilLocation
    7Posts

    Re: Chocolatey - Habbo.com Clone [CMS]

    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

  7. #97
    ◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜ Taiga is offline
    DeveloperRank
    May 2007 Join Date
    InternetLocation
    2,464Posts

    Re: Chocolatey - Habbo.com Clone [CMS]

    Quote Originally Posted by fortyplustwo View Post
    The server isn't xampp, but wampserver, because xampp's mariadb.
    Laravel runs just fine on MariaDB. I have been using it with MariaDB for over a year now on my LAMP stack without any problems.

  8. #98
    Apprentice fortyplustwo is offline
    MemberRank
    Feb 2017 Join Date
    Sampa - BrasilLocation
    7Posts

    Re: Chocolatey - Habbo.com Clone [CMS]

    Quote Originally Posted by CodeDragon View Post
    Laravel runs just fine on MariaDB. I have been using it with MariaDB for over a year now on my LAMP stack without any problems.
    You're probably right about laravel.
    But I'm going with MySQL. Why? MySQL and MariaDB aren't 100% compatible. So personally, I think the best choice to prevent possible compatibility problems is MySQL.
    (though MariaDB is better and should be the thing imo)

  9. #99
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: [Chocolatey | Espreso] Habbo.com Clone CMS & Housekeeping

    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 ;)

  10. #100
    Apprentice fortyplustwo is offline
    MemberRank
    Feb 2017 Join Date
    Sampa - BrasilLocation
    7Posts

    Re: [Chocolatey | Espreso] Habbo.com Clone CMS & Housekeeping

    Quote Originally Posted by saamus View Post
    MySQL and MariaDB are basically equals. You won't have any problem with a retro server. MariaDB is likely an open source MySQL version.
    Yes, that's more like a personal choice.
    Quote Originally Posted by saamus View Post
    Also does you configured correctly the SWF?
    Of course, tried a lot of different configs.
    Quote Originally Posted by saamus View Post
    I will give a look if the Auth ticket is really being updated.
    Please check.
    Quote Originally Posted by saamus View Post
    About the CAPTCHA as I explained you need generate your own recaptcha key.
    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.

  11. #101
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: Chocolatey - Habbo.com Clone [CMS]

    Quote Originally Posted by fortyplustwo View Post
    You're probably right about laravel.
    But I'm going with MySQL. Why? MySQL and MariaDB aren't 100% compatible. So personally, I think the best choice to prevent possible compatibility problems is MySQL.
    (though MariaDB is better and should be the thing imo)
    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.

  12. #102
    Banned Big G is offline
    BannedRank
    Jan 2014 Join Date
    835Posts

    Re: [Chocolatey | Espreso] Habbo.com Clone CMS & Housekeeping

    Will IIS be supported?

  13. #103
    ◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜ Taiga is offline
    DeveloperRank
    May 2007 Join Date
    InternetLocation
    2,464Posts

    Re: [Chocolatey | Espreso] Habbo.com Clone CMS & Housekeeping

    Quote Originally Posted by BigG View Post
    Will IIS be supported?
    No. Fuck windows.

  14. #104
    Full-Stack Web Developer Emetophobic is offline
    MemberRank
    Jan 2012 Join Date
    Nice, FranceLocation
    238Posts

    Re: Chocolatey - Habbo.com Clone [CMS]

    Quote Originally Posted by fortyplustwo View Post
    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.
    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)

  15. #105
    Apprentice fortyplustwo is offline
    MemberRank
    Feb 2017 Join Date
    Sampa - BrasilLocation
    7Posts

    Re: Chocolatey - Habbo.com Clone [CMS]

    Quote Originally Posted by Emetophobic View Post
    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?

    Quote Originally Posted by NoBrain View Post
    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.
    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)



Advertisement