Search results

  1. D

    Website Creator

    Is there a way to add you on discord?
  2. D

    How has coronavirus affected you?

    I live in Germany. The beginning of the pandemic was actually very good for me. I was forced to deal with myself. I finally accepted myself and stopped running away from things. I took responsibility and was able to enjoy life. I went to the gym regularly, fought my way down from a body weight...
  3. D

    Recruiting Looking for Pixel Art Designer (PAYED JOB!)

    Still looking for a Pixel Art Designer!
  4. D

    Recruiting Looking for Pixel Art Designer (PAYED JOB!)

    Hey there :) Habbo.so is looking for a Pixel Art Designer that want to create new Furnitures and Badges. Of course we're willing to pay you for your work.
  5. D

    Circinus CMS

    Yeah that would be a step forward for the beginners in this scene. In the phoenix era the german scene had someone that programmed his own emulator with a installationsetup where you only type your mysql and webserver settings. no database upgrade, no configs, just starting the software and woosh...
  6. D

    My First Rare Set

    That looks so mysterious! So amazing!
  7. D

    How to pull info from database (help Please)

    Thats odd. Could you contact me on discord (Wieland#4711) so I can help you there quicker? Solution will be posted here
  8. D

    How to pull info from database (help Please)

    change rp.userid to rp.owner_id in your query
  9. D

    How to pull info from database (help Please)

    I see... The problem is: You only get the values from your rp_jobs table without a connection to your users table. You need to build a relation with the users table. Try this query instead: $q = mysql_query("SELECT * FROM rp_jobs AS rp LEFT JOIN users AS u ON rp.userid = u.id WHERE rp.type =...
  10. D

    How to pull info from database (help Please)

    My bad... Could you please upload your rp_jobs table and for being safe your users table?
  11. D

    Question about Pricing

    supply and demand... if you need help ask here in the forum
  12. D

    Help needed.

    Is maybe fixing the connection when you force your mysql server to use utf-8 charset? like here: https://thisinterestsme.com/charset-255-unknown-mysql/
  13. D

    Unsure how to edit BrainCMS nav bar.

    In the future you can disable the cache in your dev console like this: so no need for edit your cf settings or deleting the browser cache over and over... :)
  14. D

    Groups causing disconnection

    please post error logs from your emulator. you can see them in the logging/errors/runtime.txt. also send the sql.txt
  15. D

    How to pull info from database (help Please)

    Uhm, I don't exactly understand you. Why should it be CMS relevant when he provides the Query with the loop? Maybe I'm misunderstanding something here... It looks to me, that you're using the wrong variable name for your output. you assuming the output of fetch_assoc to $row and not to $owner...
  16. D

    Help needed.

    now youre getting funny...
  17. D

    Recruiting Looking for Habbo UI Designer

    Hey there, playhabbo is looking for a UI Designer creating creative and innovative Habbo Retro Client Designs. If you're looking for the opportunity to create something new with us and want the chance so see your creation in a new Habbo Retro you're in the right place. We've got 3 very known...
  18. D

    lottery remake from revcms

    Thank you for your release, but this shouldn't be the way how to use functions properly since everything is just stuffed in one function. Also which CMS is supported?
  19. D

    jsRoom - Room Engine journey

    Hello guys, today I will introduce you my Habbo Room Engine called jsRoom. This project is (currently) written in plain JavaScript with NodeJS as Server. 1. Why this Project? Well, I can imagine this is a question some people may ask me when I introduce you to my Project. In the last few weeks...
  20. D

    Future for Retros - What's to come?

    i'm 100% with your opinion. In this case I can only talk for me but Nitro gave me some of the spirit that I used to have back in the glory days of the retro scene and now I got inspired to develop my own room engine (just for learning purpose). There not many but there a few people that keep...
Top