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!

Recent content by azaidi

  1. A

    [PHP, GlazeDB] Hab-to-date: Self Updating CMS

    If there is nobody with a rank higher than 1, the first person to register will get rank 99 for easy first-use (untested; please test if it works?) Made some small edits to the way the content-seed works so duplicates are more rare Test Build May 8th: You must be registered for see element.
  2. A

    [PHP, GlazeDB] Hab-to-date: Self Updating CMS

    - Added 'retype new password' in account settings - Fixed favicon not showing I'm finally going to work on it today :/: - - Started news comments - Fixed the article list so it shows everything when you click earlier - Added simple management favicon - Comments seem to be working the same as...
  3. A

    [PHP, GlazeDB] Hab-to-date: Self Updating CMS

    It's not dead, I just had my third test week of the year and now still have two presentations to go :l Also, what do you mean with "another"?
  4. A

    [PHP, GlazeDB] Hab-to-date: Self Updating CMS

    Hmm, did you update? - Offtopic: I have so many things in my life going on now.. test week coming up again, 9 projects I still have to finish, website for a friend and me.. I'm sorry for the disappointing speed of development, ragezone.
  5. A

    [PHP, GlazeDB] Hab-to-date: Self Updating CMS

    - We pm'ed, I'm not ignoring him :P: -------- Progress: - Removed unnecessary username select in manage panel - Wrote a small tutorial of how to set it up, I'm planning on writing 3 more for the webserver, swfs/emulator and upload-server - Wrote another tutorial - Uploaded perfectly working...
  6. A

    [PHP, GlazeDB] Hab-to-date: Self Updating CMS

    I don't know, that's why I'm waiting to release it. - Progress: Added a small custom error handler - Small tweaks to old housekeeping layout - Added 'special credits' (vip points) to housekeeping and /me, so I can later make a vip points shop
  7. A

    [PHP, GlazeDB] Hab-to-date: Self Updating CMS

    Delete cms_news table Create a new database Import phoenix sql in new database Export cms_news from the new database Import it in your old database
  8. A

    [PHP, GlazeDB] Hab-to-date: Self Updating CMS

    :/: poop, meant to say editable xD I haven't really worked on this, as the basic content is pretty much finished and usable, but I'm waiting on some bug reports from current testers. I just got a bug report, so I guess I'll be working on this again. Next up are some more pages in the...
  9. A

    [MVC] Ray ~ Habbo how you want it!

    I mean mine looks ugly lol. Some free hosting sites actually add their ads even if you put exit, this will hide them :)
  10. A

    [MVC] Ray ~ Habbo how you want it!

    I know I'm talking about micro-optimisation now, but I'll still say this: You should make a TryConstruct function in your class.databasetable.php instead of doing the countWhere everytime you want to select a row. For example in the index.php I see this: if (Model_User::countWhere (array('id'...
  11. A

    Project H - A bit of the past! [PHP, MySQLi, APC, WinCache]

    Re: Project H - A bit of the past! [PHP, MySQLi, APC] That design lacks a bit of polish, I think KuntaCMS nailed the Material design. There's a bit too much shadow and padding everywhere too be honest. It's supposed to be a Habbo CMS right? Using Material for Habbo, a site that is/was most...
  12. A

    [PHP, GlazeDB] Hab-to-date: Self Updating CMS

    Small changes: - Added {credits} and {pixels} - Made an online users page per request from a beta tester - Added an accounts per IP limit, edible as a simple setting in the management Also added a simple housekeeping -> ranks page that allows you to edit names and badge ids (if your emulator...
  13. A

    [MVC] Ray ~ Habbo how you want it!

    I found a way to make a template system without a performance hit :sleep: Instead of replacing {name} for example with the value of $username, replace it with <?php echo $username; ?>. Then write the final file to a cache file, and include that cache file. Next time all it has to do is include...
  14. A

    [PHP, GlazeDB] Hab-to-date: Self Updating CMS

    Strange. It's an error in the cms_news table, delete your current and copy one from a PhoenixDB. That should work.
  15. A

    [PHP, GlazeDB] Hab-to-date: Self Updating CMS

    Did you import the extra .sql AFTER your emulator sql?
Back
Top