Search results

  1. JynX

    PHP UPDATE AGAIN

    In your logout.php just mysql_query("DELETE FROM table WHERE `username` = ");
  2. JynX

    Badge STaff on Head

    The ID is the id for the row (clearly why it's the primary key), group_id is the rank, and permissions_id is the permission Id that you can find in the permissions table.
  3. JynX

    Badge STaff on Head

    Yeah.. Just delete the record for the ranks that you don't want to have MOD tools..
  4. JynX

    Badge STaff on Head

    What's broke about it? :confused:
  5. JynX

    Badge STaff on Head

    To remove the MOD tool you would have to edit that in your permissions_rights table
  6. JynX

    Badge STaff on Head

    Find this in the RoomUserManager: if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects) Session.GetHabbo().Effects().ApplyEffect(102); Replace it with this: if (Session.GetHabbo().Rank > 6 &&...
  7. JynX

    [HELP] HTTP PROXY

    All you need to do is point the HTTP proxy to your server IP and put the HTTP proxy on your cloudflare instead of the server IP. Might I tell you that cloudflare has it's own built in HTTP proxy, but you do you :)
  8. JynX

    PlusEMU Help & Support

    Try using https://www.free-decompiler.com as a few people have had issues with other SWF decompilers saying it's corrupt when it's not.
  9. JynX

    PlusEMU Help & Support

    Screenie of the "corrupted" SWF? As I've used it..
  10. JynX

    Table 'hotel.apps' doesn't exist

    Just make a table with an ID that isn't null, is a primary key, and auto-increments. Then save and name the table to "apps". Load the page that needs that table and it'll tell you "unknown ##### in fieldlist" then go back to the table and add that to it,
  11. JynX

    Table 'hotel.apps' doesn't exist

    You don't need a query to make a table lol
  12. JynX

    Change amount of credits given out every 15 mins

    https://goo.gl/goylSj
  13. JynX

    Change amount of credits given out every 15 mins

    You need to debug in visual studio hence why it didn't update lol
  14. JynX

    Change amount of credits given out every 15 mins

    Did you debug that in visual studio?
  15. JynX

    bootstrap.js of 404 (Not Found)

    Just open the TCP port 30000 and you should be fine. (Not always 30000 depends on your EMU's TCP port).
  16. JynX

    bootstrap.js of 404 (Not Found)

    Try shutting off your firewall and trying and see if it is a port issue.
  17. JynX

    bootstrap.js of 404 (Not Found)

    Is the client getting a connection? And what ports did you open?
  18. JynX

    Referrals

    I just took part of the normal regsubmit and edited it. Not my fault RevCMS is complete shit lol Yea he could but if he has any knowledge in PHP he can edit the check for it or make a function for it in RevCMS. That's just something it inspire him as a start and go off of it. Too much spoon...
  19. JynX

    Referrals

    Well it's not entirely hard to take: <span> <label for="registration-email">Email</label> <label for="registration-email" class="details">You'll need this <b>email address for...
  20. JynX

    Referrals

    Just copy the form for it change some shit on it and edit the regsubmit.php to +1 the column on submit..
Top