Don't Starve Together

Don't Starve Together

Server Status
20 sonuçtan 11 ile 20 arası gösteriliyor
< 1  >
Güncelleme: 31 Ağu 2015 @ 12:46

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

Güncelleme: 31 Ağu 2015 @ 11:15

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

Güncelleme: 22 Ağu 2015 @ 13:53

- Small code improvement

Güncelleme: 22 Ağu 2015 @ 13:40

- Added basic queuing for the status pushes

Güncelleme: 22 Ağu 2015 @ 10:35

- Added "server status" server tag

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

Güncelleme: 21 Ağu 2015 @ 9:25

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

Güncelleme: 21 Ağu 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

Güncelleme: 20 Ağu 2015 @ 14:19

Ooops.

Güncelleme: 20 Ağu 2015 @ 14:16

- Removed some unnecessary lines

Güncelleme: 20 Ağu 2015 @ 11:43

Initial Upload