Don't Starve Together

Don't Starve Together

Server Status
Mostrando 11-20 de 20 aportaciones
< 1  >
Actualización: 31 AGO 2015 a las 12:46

- Updated example_api.php with a fix for potential issues with apostrophe character

Actualización: 31 AGO 2015 a las 11:15

- Updated url_encode function to prevent 404 API errors when data contains encoded slash symbol (%2F converted to %252F)

Actualización: 22 AGO 2015 a las 13:53

- Small code improvement

Actualización: 22 AGO 2015 a las 13:40

- Added basic queuing for the status pushes

Actualización: 22 AGO 2015 a las 10:35

- Added "server status" server tag

Also update to fix 'SignatureDoesNotMatch' error for some people.

Actualización: 21 AGO 2015 a las 9:25

- Replaced ModManager:GetEnabledServerModNames() with TheNet:GetServerModNames()
- Added support for clanonly variable, no idea how I missed it in the first place

Actualización: 21 AGO 2015 a las 6:02

- Default API URL is now set to my public API ( http://dstservers.jacklul.com/api/push/ ) - it will allow to display more info about your server on my server list
- Removed Schedule configuration setting, schedule is now enabled all the time, pretty much this acts as heartbeat to the API when nothing is changing on the server for a longer period of time
- Added c_pushstatus() command

Actualización: 20 AGO 2015 a las 14:19

Ooops.

Actualización: 20 AGO 2015 a las 14:16

- Removed some unnecessary lines

Actualización: 20 AGO 2015 a las 11:43

Initial Upload