AppConfig

by Audeuro
[Share] [Zip]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Audeuro.AppConfig##version=6

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Audeuro.AppConfig##version=6

98 downloads
Version 6
Date added: Aug 15 2006
Last updated: Jul 29 2009
0 fans
This little utility works with SetConfig and GetConfig to perform some nifty operations [More]
This library operates on GetConfig and SetConfig to achieve the following effects:


  • GetConfig now works with the APP configuration space. Before it'd produce a Bad Config Set error for at least APP/keyban and APP/ipban

  • SetConfig ensures that you cannot operate on USER/keyban. I tested out how it operates with it by default, and it properly sets keybans it appears, but you cannot remove them with SetConfig, so I disabled it entirely.

  • SetConfig ensures that if you want to add or delete to the APP space, it'll do that and ONLY that.



Version 4
  • Fixed a few bugs
  • Put the value passed into application/x-www-form-urlencoded format.
  • You can now pass a value for APP/admin.

Advertisement