Jan
14
Finally a new version of TSAC has been released today.
There were several fixes and changes in the code since the last release, here comes the CHANGELOG:
---
** New **
setpassword(), setmaxusers(), setservername(), adduser() are now standalone functions, so you can use it for editing later.
getglobalinfo() will give you several infos about the mainserver.
Please read the documents for the handling of these new functions
** Fixed **
deleteserver(): If a server was already stopped it wasnt deleted
getserverinfo(): now trimming non-visible characters
getserverlist(), getplayerlist(): now using str_replace and not preg_replace. PHP was trying to allocate a huge amount of memory with preg_replace if the list is big.
several typos in the documents
---
I've stripped some code from the addserver function so you can now edit the maximum playerlimit, servername, etc after adding the server.
There were several fixes and changes in the code since the last release, here comes the CHANGELOG:
---
** New **
setpassword(), setmaxusers(), setservername(), adduser() are now standalone functions, so you can use it for editing later.
getglobalinfo() will give you several infos about the mainserver.
Please read the documents for the handling of these new functions
** Fixed **
deleteserver(): If a server was already stopped it wasnt deleted
getserverinfo(): now trimming non-visible characters
getserverlist(), getplayerlist(): now using str_replace and not preg_replace. PHP was trying to allocate a huge amount of memory with preg_replace if the list is big.
several typos in the documents
---
I've stripped some code from the addserver function so you can now edit the maximum playerlimit, servername, etc after adding the server.
