|
I think I've got a fix for the peercount-defect in Terrarium 1.2 server, which is currently always showing 0 (zero):
Open /program files/Terrarium 1.2 Server/WebSite/controls/ServerStatus.ascx, and find the line:
peerCount = peerService.GetNumPeers( "2.0.50418", "Ecosystem" );
...now change the number "2.0.50418" to "1.2.0" (the current Terrarium version) and save the ascx file.
Seems to work??
|