Search found 3 matches
- Thu Jun 30, 2011 1:47 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Server Status Script
- Replies: 4
- Views: 966
Re: Server Status Script
I figured out what it was. It was my webhost needing to have the dedicated IP to open the port.
- Thu Jun 30, 2011 1:34 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Server Status Script
- Replies: 4
- Views: 966
Re: Server Status Script
This is the Patch Notice that players see on the patcher. Of course there you can see that it says offline.
Here is the snippet of code:
$host = '66.150.214.78';
$user = '..';
$pass = '..';
$db = '..';
$online = '<font color="Green">Online</font>';
$offline = '<font color="Red">Offline</font ...
Here is the snippet of code:
$host = '66.150.214.78';
$user = '..';
$pass = '..';
$db = '..';
$online = '<font color="Green">Online</font>';
$offline = '<font color="Red">Offline</font ...
- Thu Jun 30, 2011 1:04 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Server Status Script
- Replies: 4
- Views: 966
Server Status Script
So I have this server status script which checks to see if the server is online or offline. I know for a fact that nothing is wrong with the script because I have used the same script on 3-4 different hosters. Now that I'm at NFO the script worked fine for probably the first hour and now it just ...