Search results

  1. Zaka

    IlluminaCms (help)

    It's probably some css not linked correctly. Press F12 and choose the console tab, reload the website and see what errors show up, print them and post.
  2. Zaka

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

    Guys please stay on topic, this is a development thread for ZoneCMS. And yes you are right others will have other information, and I don't leave anything for chance. I will re-code the db class a bit and implement try and catch with the error messages not showing up in public, but logged...
  3. Zaka

    Habbo closing soon?

    As previously stated, your sources only state that the user will have to accept using flash on a certain website. Either Sulake just rolls with it and let their users get that pop-up, or they remake it into HTML5 version of the game. Personally I would love to see Habbo in HTML5, so much more...
  4. Zaka

    Fatal Error when i goto localhost/

    We should not encourage people to use and learn outdated stuff when it comes to programming. There is a reason they remove stuff, security issues is one of them.
  5. Zaka

    Fatal Error when i goto localhost/

    According to documentation mysql_* prefix was removed in PHP version 5.4 besides it's just bad to learn something (or use it for that matter) that is no longer supported.
  6. Zaka

    Retrieving a username from MYSQL (??)

    You don't really need to save all data in a session, you can just retrieve it from the database whenever you need it, or save it to a variable which is only there at runtime instead of picked up and stored by the browser.
  7. Zaka

    Java and css help

    So if I understand this correctly, all you wanna do is move the "Phone number" part to the left?
  8. Zaka

    Best Housekeeping

    First of all it doesn't need to have a separate login to be secure. Secondly what cms are you using? RevCMS? Because there are plenty of versions for that cms.
  9. Zaka

    Fatal Error when i goto localhost/

    If you are using a PHP version higher than 5.3 you wont be able to use any mysql_* syntax since it was deprecated in 5.3 and removed in 5.4
  10. Zaka

    [Clothes] All Clothes

    If it was on ***** it means it was available somewhere else aswell. Try sulake.cc I think they have like everything.
  11. Zaka

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

    I appreciate all input, we are all still learning. We never finish learning and improving.
  12. Zaka

    Recruiting Seeking RP Developer

    I mean, I'm a developer, and there are certainly many more here, but what do you think makes them wanna work their asses of so that you can grow your RP?
  13. Zaka

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

    Yeah, I could let them all like change colors and such on some elements directly on the divs for more personal touch, also they could have the ability to add their own background and so, good idéa actually, might do this!
  14. Zaka

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

    I know you should not put out messages like that, but I also clearly stated earlier that I wasn't done with the code, I will fix it when I'm "done" with the rest of the cms, for now it's good to get the info. However thanks for your example!
  15. Zaka

    [HELP] Cms + Db problems

    My advice is to use something that is better coded. His classes are a mess, thats not Object-orientated at all, like he has some code there which should be in their own files and not in functions. The code is all messy, but from what I could see it should be the 'jetons' column that is set to...
  16. Zaka

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

    Well then why don't you suggest some improvements? I'm open for all feedback, constructive criticism.
  17. Zaka

    Habbo 2 VPS

    My advice is to keep everything on the same server. Sure he will have the information divided into to different servers, the problem is, the first server is connected to the second server and vice versa. So in the end you can still get to the information through the first server.
  18. Zaka

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

    Moved the logo as someone suggested earlier and added the "users online" thingy. I still would like you guys to help me out with the colors of the boxes (marked in red). I want to make this as good as possible.
  19. Zaka

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

    I know what you mean, I was having some issues which I later solved, but I never changed it to a constructor after that. But as I said this code still has lots of tweaks going on. But thanks for pointing that out, I appreciate it.
  20. Zaka

    Habbo 2 VPS

    No, because if the server is not strong enough (network, not ram), then the server will go down anyhow. And when it does, the whole hotel will go down with it, because both servers are dependent on each other.
Top