Delete topic pls


             Vanesca - Allowlist v1.0
- Allowlist in game panel.
- 3 separate authorization options for manager accounts.
- Quickly add allowlist.
- See Allowlist list.
- Allowlist deletion.
- Search option in Allowlist.


Login Screen

login

Allowlist Menu

image

Allowlists

iOS style! I love the message box haha

Can you explain a little how it works and what it does? is it an in game whitelist system for admins?

Please include the required template you removed during topic creation. Can also be found in rules

yes, whitelisting system for server admins ? It works with the “/allowlist” command. There is an account system in the system and it requires a separate user name and password. You can duplicate these accounts.

And is the server-side secure? Assuming a player couldn’t trigger a server-side event or call a NUI callback to add/remove players to the allowlist?

1 Like

It is not even possible for an unauthorized user to access the panel

1 Like

It doesn’t matter if someone can access it or not. Because this is a UI there’s a NUI callback, that most likely calls a server-side event to save the allowlist to some sort of database.

If there isn’t any checks from the server-side checking whether the player who executes it is actually authorized its simply not safe and anyone can add or remove someone from the allowlist.

And with anyone I mean; someone who has access to a executor of some sort or a unsecured/unsanitized UI resource who can just type out plain HTML to execute a <script> tag…

1 Like

On the server side, authorization is checked in every function.