Don't Starve Together
Server Status
Показані результати 11–20 із 20
< 1  >
Оновлено: 31 серп. 2015 о 12:46

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

Оновлено: 31 серп. 2015 о 11:15

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

Оновлено: 22 серп. 2015 о 13:53

- Small code improvement

Оновлено: 22 серп. 2015 о 13:40

- Added basic queuing for the status pushes

Оновлено: 22 серп. 2015 о 10:35

- Added "server status" server tag

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

Оновлено: 21 серп. 2015 о 9:25

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

Оновлено: 21 серп. 2015 о 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

Оновлено: 20 серп. 2015 о 14:19

Ooops.

Оновлено: 20 серп. 2015 о 14:16

- Removed some unnecessary lines

Оновлено: 20 серп. 2015 о 11:43

Initial Upload