Alright so updated to 56d, and the same problem is still happening. Here are my following settings:
Code:
///////////////////////////////////////////////////////////////
//////// Third-Party Tools Support
///////////////////////////////////////////////////////////////
// TNG
// on Linux do sth like "/srv/www/"
// on Windows do sth. like "C:\foo\bar\"
StripPath=C:\Sphere\scripts\web\
///I've also tried using just StripPath=scripts\web\
// ConnectUO
// Enable or disable the response to ConnectUO pings
// If enabled, it returns: Items, Chars, Clients and Memory
CUOStatus=1
// UOGateway
// Enable or disable the response to UOGateway pings
// If enabled, it returns: Name, Age, Clients, Items, Chars and Memory
UOGStatus=1
[RESOURCELIST]
ITEMDEF
CHARDEF
///////////////////////////////////////////////////////////////
//////// Webpage Settings
///////////////////////////////////////////////////////////////
// Note, that you can catch error codes by creating sphere404.htm and so on
// for all HTTP error codes sphere support.
[WEBPAGE 1]
// Determines what html file is used as base for the status page
WebPageSrc=scripts/web/spherestatusbase.html
// Determines where the status page is saved
WebPageFile=scripts/web/status.html
// In seconds, how often the status file is updated
WebPageUpdate=60
// Required PLevel to view this page (0 = anyone, 6 = admins only)
PLevel=0
Same damn thing happens as before, i type in my ip and port "http://servip:port" on my browser and it just hangs with the loading symbol, it never leaves the page I'm already on.
On sphere this is what is popping up:
Code:
21:56:0:Client connected [Total:1]. IP='blah blah'. (Connecting/Connected: 1/1).
21:56:1:Client connected [Total:2]. IP='blah blah'. (Connecting/Connected: 2/2).
21:56:0:HTTP Page Request '/', alive=1
21:56:0:HTTP Page Request '/', alive=1
21:56:1:Client disconnected [Total:1]. Account: 'No Account'. IP='blah blah'.
So with the console showing this I assume my firewall isn't the cause of this, but I made sure anyways by allowing port "2593" TCP and UDP both inbound and outbound, I also allowed "SphereServer" through my firewall. Doing all of this left me with the same result. Turning my firewall completely off and restarting the vps did nothing.
Also, I just switched to a new vps host today, so this problem is still happening even though I'm on a new host. Which leads me to believe something has to be going wrong sphere.
Thanks in advance.
Edit: Just tried hosting the server on my local pc and it is also failing to show the status. Back when I had 56c it would work on my local pc, now it is not.