Search results

  1. Zaka

    Find Retros account banned for no valid reason?

    I don't get it? What am I supposed to look for?
  2. Zaka

    Does anyone know of a CMS that is a mirror of the vanilla Habbo?

    PlusEMU has the latest swf revision
  3. Zaka

    Find Retros account banned for no valid reason?

    Well I guess you could just fix it now according to the rules. Forcevoting is kinda annoying.
  4. Zaka

    Best Housekeeping

    Not really, I mean it gets the job done, but so much missing... Was looking at the code yesterday, I swear, had a headache after an hour
  5. Zaka

    Does anyone know of a CMS that is a mirror of the vanilla Habbo?

    Basically everything that exists on a emulator is what some devs have managed to create through images and packet logging. There is no guide out there from Sulake or a changelog that specifies what has changed behind the curtains.
  6. Zaka

    Best Housekeeping

    The better way is to check for what kind of permissions the user has instead of being able to access hk through another session
  7. Zaka

    ZoneCMS: PDO / SECURE / MODERN [PlusEMU - FULL SUPPORT]

    I read about it just a little bit at http://php-di.org/doc/understanding-di.html it sounds very practical, will dig into this ASAP, sounds like something I should've learned a while ago! Thank you for this code, I learn new stuff everyday, should do stuff like this more often.
  8. Zaka

    ZoneCMS: PDO / SECURE / MODERN [PlusEMU - FULL SUPPORT]

    Some fine code right there. So what is a container class really good for? Now this is some new territory, and it seems very interesting, so I would like to understand this fully. When I do understand it, then I can think about implementing the code into the CMS.
  9. Zaka

    Shop Addon Request

    PM me, I might code it "outside" of the revcms template
  10. Zaka

    IlluminaCms (help)

    Yeah sure, you could PM me and I could take a look, but I can help you in like 30 mins if thats ok
  11. Zaka

    Shop Addon Request

    Well if you already have it for vip, you just have to add other stuff to get logged there aswell. This is revcms, I don't like to code something for revcms since it's old using mysql_*
  12. Zaka

    Upload large files [jQuery+PHP]

    Hi guys, So basically I've been trying to understand file uploading as good as possible since I like to learn new stuff all the time. Now when it comes to uploading files in PHP we have this big issue, large files. Default is 2MB in PHP, easy enough, you can just change the max_file_size and...
  13. Zaka

    ZoneCMS: PDO / SECURE / MODERN [PlusEMU - FULL SUPPORT]

    I guess it's just good practice to add a autoload class so that in the future, if new classes were to be added, they would basically just have to put the file in the correct folder.
  14. Zaka

    [HELP] White Client

    Alright, then he should mark it as complete.
  15. Zaka

    ZoneCMS: PDO / SECURE / MODERN [PlusEMU - FULL SUPPORT]

    Yeah, so there is really no query in there that needs to be executed after database class is run. Also I don't use an autoload class since there isn't really loads of classes to load. Seems like overkill, but might do it just because it looks prettier.
  16. Zaka

    IlluminaCms (help)

    You could set them to localhost, 127.0.0.1 or just set them to a relative path for example /images/web-gallery/static/styles/name_of_css_file.css
  17. Zaka

    ZoneCMS: PDO / SECURE / MODERN [PlusEMU - FULL SUPPORT]

    I'm aware of that, I don't have a valid destruct function in database class, but I do have a valid one in the rest of the classes. I don't know really why it's messing around, but my guess so far is that it's giving me 500 internal server error because of me using the class in subclasses. Which...
  18. Zaka

    IlluminaCms (help)

    You sure do my man, haha damn you are missing a lot, but from what I can see, it's because all links in the register page refer to zaphotel.net, you need to change the links in register.
  19. Zaka

    [HELP] White Client

    Completely white can be one of two things, either you are getting a fatal 500 error, which in some browsers (i.e. Mozilla Firefox) just leaves a blank page, or the SWF is not loading.
  20. Zaka

    Shop Addon Request

    The VIP shop is the same as everything else, it's just the content that changes, in this case instead of VIP you get credits and so on so forth.
Top