Jump to content

Gameserver List


Simonx

Recommended Posts

  • 2 weeks later...

Yes, but I can use this for 4.x?

Perhaps you are searching for this

 

 

If you have clicked and read, you will see:

 

Latest Update Notes (1.3.0)
This has been a pretty big overhaul and the majority of files have been changed. Whilst I have tried to ensure that the updater has been kept up to date with the changes it is possible I have missed something. I advise backing up the 'servermgmt_' tables before updating, you will also have to reimport the HTML for the application and recache your skins. I have tried to include many of the requested features but parts of the application have gone a different way than I thought. I did have a debate with myself whether to wait for IPB4 or not before updating. Depending on ease of upgrade I may charge for the IPB4 version of this application. For existing customers it would not be full price however. 

Link to comment
Share on other sites

  • 1 month later...

Hey Folks,

Here's some super simple php I threw together in a block to show/connect to our servers.

if (!$socket = @fsockopen("defeatedsoftware.com", 64738, $errno, $errstr, 1)) { echo "Mumble: <span style='color:red;'>Offline</span><br />"; } else { echo "Mumble: <span style='color:green;'>Online</span><br />"; fclose($socket); }

if (!$socket = @fsockopen("defeatedsoftware.com", 25565, $errno, $errstr, 1)) { echo "The Black Market Minecraft Server: <span style='color:red;'>Offline</span><br />"; } else { echo "The Black Market Minecraft Server: <span style='color:green;'>Online</span><br />"; fclose($socket); }

if (!$socket = @fsockopen("defeatedsoftware.com", 27015, $errno, $errstr, 1)) { echo "The Black Market Trade Server.: <span style='color:red;'>Offline</span><br />"; } else { echo "The Black Market Trade Server.: <span style='color:green;'>Online</span> | <a href='steam://connect/defeatedsoftware.com:27015'>Connect</a><br />"; fclose($socket); }

if (!$socket = @fsockopen("defeatedsoftware.com", 27016, $errno, $errstr, 1)) { echo "The Black Market L4D2 Server.: <span style='color:red;'>Offline</span><br />"; } else { echo "The Black Market L4D2 Server.: <span style='color:green;'>Online</span> | <a href='steam://connect/defeatedsoftware.com:27016'>Connect</a><br />"; fclose($socket); }

if (!$socket = @fsockopen("defeatedsoftware.com", 7777, $errno, $errstr, 1)) { echo "The Black Market Terraria Server.: <span style='color:red;'>Offline</span><br />"; } else { echo "The Black Market Terraria Server.: <span style='color:green;'>Online</span> | <a href='steam://connect/defeatedsoftware.com:7777'>Connect</a><br />"; fclose($socket); }

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...