Search results

  1. Chuckie_

    [R63B][Help] Public Rooms & Landing View

    Please stop bumping 2+ year old threads.
  2. Chuckie_

    Braincms error (help) (new)

    Make sure that your register form sends the correct data. Are you using a custom theme?
  3. Chuckie_

    Feedback Special Loading Screen

    Looks very random and not in style with usual Habbo stuff.
  4. Chuckie_

    Problem when i share on fb

    Afaik it is set in the HTML meta tags. If this is Laravel, you have to change it in the main layout file.
  5. Chuckie_

    Hi guys, need help with this client image

    https://devbest.com/threads/make-your-own-reception_logo_drape.85391/
  6. Chuckie_

    Client stuck 76% with cloudflare...

    I doubt it has anything to do with Cloudflare. Recheck your configuration files and make sure that your variables and database connection is correct.
  7. Chuckie_

    Custom Arcturus Catalog 2.0

    Just run an alter query on the table. I'm not sure what data type it has to be, but it'll look like something like ALTER TABLE items_base ADD COLUMN clothing_on_walk INT DEFAULT 0;
  8. Chuckie_

    Catalog crash

    Most likely a problem with your furni swfs
  9. Chuckie_

    [Request] Rare for my Hotel

    Most of that stuff can be found in any catalogue available on this forum.
  10. Chuckie_

    Plus emulator is not working

    Use a compatible catalogue with the emulator.
  11. Chuckie_

    Plus emulator is not working

    Looks like you are using an incompatible catalogue with the emulator.
  12. Chuckie_

    GoldFish in Xmapp?

    You've set it up incorrectly. It's trying to find your vendor folder in the public directory. I'd recommend cloning the repo into a parent folder in your htdocs and set it up from there.
  13. Chuckie_

    GoldFish in Xmapp?

    What error?
  14. Chuckie_

    Blank Client, requesting help (BrainCMS, Arcturus Emu)

    White screen usually means that you have to enable Flash.
  15. Chuckie_

    GoldFish in Xmapp?

    Make sure you have Composer and Node installed on your computer. Clone the Goldfish repo into your htdocs folder and run composer install and npm install in the Goldfish folder. Fill out the .env file with your information. If there is no .env file, you can copy and rename the .env.example file...
  16. Chuckie_

    MySQL not allowing INSERT querys or im bad at coding one of the two

    Make sure you have properly connected to the db. And have you tried doing an insert statement outside of this code to see if you are able do so?
  17. Chuckie_

    MySQL not allowing INSERT querys or im bad at coding one of the two

    Are there no mysql errors? Also make sure that your input matches the datatypes of the columns in your table.
  18. Chuckie_

    RevCMS - New page is messing up.

    Is this a fresh install? What php version are you running and are you using IIS or xampp specifically?
  19. Chuckie_

    RevCMS - New page is messing up.

    Something is wrong with your Rev installation. What have you changed? And what did you change to make the news not working?
  20. Chuckie_

    RevCMS - New page is messing up.

    You can put it at the top of your config.php. Remember to comment them out if you are going live.
Top