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 Antiflot96

  1. Antiflot96

    last supported xampp version for mysql revcms?

    Alright, thanks!
  2. Antiflot96

    last supported xampp version for mysql revcms?

    Hey guys It's been a while since i worked with habbo creation and back then i used revcms with mysql. Now i think the new php and xampp is using mysqli by default and this creates issues for me if i use my old revcms mysql edits. Anyone know what the newest mysql supported xampp is? I cant...
  3. Antiflot96

    BrainCMS blank page!

    Hey everyone. I recently wanted to create my own retro on my local machine but it has been a while since i have done this. Now i downloaded BrainCMS and tried to set that up but whenever i go to You must be registered for see element. i just come to a blank page. I have seen others have the...
  4. Antiflot96

    RevCMS Shock theme edit

    Mine does not look all messed up like yours: You must be registered for see element.
  5. Antiflot96

    MySQL | how to insert same row multiple times??

    Hey guys, im working on a revcms shop and i stumbled upon an issue. Basically i have a furnipack shop where i need help with how i can insert same row like 10 times. This is because i have a row for inserting for example a throne, and i want them to get 10 thrones, how do i do that? THis is the...
  6. Antiflot96

    Is this shop good enough for public hotel use?

    I did what you said and it looks much better! I even added some shadow around the price because then it stands out more. You must be registered for see element. I didnt get to finish the other pages yesterday but im working on them today. The finished currencypacks page: You must be...
  7. Antiflot96

    Is this shop good enough for public hotel use?

    Okay so i just finished the currency section of the shop, this is how it turned out: You must be registered for see element. I will update you once i am finished with the other three pages. Hopefully today :) Update: Just got a new idea about the vip shop. I changed the vip memberships to...
  8. Antiflot96

    Is this shop good enough for public hotel use?

    Alright thanks! I appreciate all this help. This way i can improve my shop. Im sorry if this is not a real problem but i needed the help so thanks alot guys! I tried adding silver to the vip pages. Do you think it looks ok or should i change to something else? You must be registered for see...
  9. Antiflot96

    Is this shop good enough for public hotel use?

    Thanks! One question though. What colors should i use for rares and for vip? Atm those beige colors are for the coins but i want to add maybe like red to the rares page. What do you guys think?
  10. Antiflot96

    Is this shop good enough for public hotel use?

    Thanks! I did a few changes to it. And should i use the circle effect for the furni or just boxes with trimmed edges around the furnitures? With square: You must be registered for see element. With circles: You must be registered for see element.
  11. Antiflot96

    Is this shop good enough for public hotel use?

    Hey guys! I edited a shop from a cms to my taste but my ocd is kicking in when it comes to it being perfect, so i have ask if this is decent or at least ok to use as a shop in a public hotel? If not please tell me what i can improve if that needs to happen. You must be registered for see...
  12. Antiflot96

    [MySQL Query] How to make it insert random id number?

    If i would like the ids that gets created to be inserted in an order which begins with 1 should i keep auto increment and still use rand(1, 1000)? I fixed it, thanks alot for the help!
  13. Antiflot96

    [MySQL Query] How to make it insert random id number?

    I used this: mysql_query("INSERT INTO `items` (`id`,`user_id`, `room_id`, `base_item`, `extra_data`) VALUES ('rand(1,1000)','" . $_SESSION['user']['id'] . "','0', '" . mysql_real_escape_string($badge['rares_id']) . "','')"); but it only inserted the id as 0
  14. Antiflot96

    [MySQL Query] How to make it insert random id number?

    Hey everyone! Atm im coding a furnishop and i want to make it insert random id in the tables. In my query i've set it to insert the value 2 atm but this will only work one time, the id needs to be unique and preferably start from 1 and go to maybe 1000. And the query needs to check what id is...
  15. Antiflot96

    [PlusEMU] Client crash and go to /me. I got unhandled packets

    I resolved the issue but thanks for replying! Some structures were changed from the earlier releases so i had to change a few structures ;)
Back
Top