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.
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 &&...
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 :)
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,
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...
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...