Search results

  1. Zaka

    revCMS news fix?? [HELP]

    What is the issue really? Can you be more specific? Because from what I can see, this is some pretty standard revcms shit
  2. Zaka

    Phoenix Bot Protection

    They don't register, they just flood the port directly AFAIK
  3. Zaka

    DELETE PLEASE!!!!!!!!!

    He wanted me to develop for him on his conditions, but payment is after the work is done, his reason: everybody say they are developers. Even tho proof is given, he still sticks with the same answer. I don't believe this guy is gonna give you a dime.
  4. Zaka

    Client 100% loads then disconnects

    care to share ur fix?
  5. Zaka

    Client 100% loads then disconnects

    https://devbest.com/threads/plusemu-help-support.81596/
  6. Zaka

    Expose yourself!

    Me last summer
  7. Zaka

    Client 100% loads then disconnects

    @Sledmore has a help/bug thread or something like that, check it out.
  8. Zaka

    Client 100% loads then disconnects

    Yeah but if you run the code I suggested, you would be able to see exactly the issue, since it would tell you.
  9. Zaka

    [LucidCMS] PDO - OOP - Ajax - Secure - Modern - Fast - Advanced

    Looks like I've got me some competition :P
  10. Zaka

    Client 100% loads then disconnects

    Could be missing the figuredata.xml
  11. Zaka

    Client 100% loads then disconnects

    Or do it the better way, in the client file, on the top add the code <?php if(isset($_GET['disconnected'])) { echo '<pre>'; print_r($_POST); echo '</pre>'; die(); } ?> and then in your client settings, where you have the "client.fatal.error.url" make sure it goes to the client...
  12. Zaka

    housekeeping help

    the HK folder needs to be in the root folder.
  13. Zaka

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

    There will be an "easier" way of implementing themes, but not really a template system. My thought is that it should be easy to install and use, but you gotta know some to actually create new themes. For now I'm thinking that "themes" will only change images and CSS and not really any...
  14. Zaka

    :cctv code Needed

    I guess so :P
  15. Zaka

    :cctv code Needed

    Well, then it needs to be recording the actual room? How else would he show the crime? Hahaha
  16. Zaka

    avatarimage.php - help

    Basically you just save that in a file, change the url to something that works, and then you use your own domain when getting the images even tho they are actually being retrieved from another server
  17. Zaka

    avatarimage.php - help

    Make sure you didn't delete the {$code} part in the url, because thats a PHP variable. Then the rest is correct almost. You don't add a gesture, because the gesture is already set in the avatarimage.php file.
  18. Zaka

    Avatarimage with custom clothes

    There is something released already http://labs.habox.org/generator-avatar
  19. Zaka

    HOW TO FIX THIS?

    It's easy... The room_id column expects an integer, a number, and you provide it with a string when you do room_id = "", even tho it's empty, it's still a string.
Top