SpecialAttack.net
https://forum.specialattack.net/

Can't connect to SMP.
https://forum.specialattack.net/viewtopic.php?t=8598
Page 1 of 1

Author:  Jonteh [ 09 Nov 2010, 07:39 ]
Post subject:  Can't connect to SMP.

Hi is the SMP server down or something? I have been able to connect to it before but right now i just can't connect is it down or somethign?

Author:  Ollieboy [ 09 Nov 2010, 08:04 ]
Post subject:  Re: Can't connect to SMP.

Yes it is down. /thread

Author:  Xesdra [ 09 Nov 2010, 08:28 ]
Post subject:  Re: Can't connect to SMP.

Read my sig.

Author:  intertoothh [ 10 Nov 2010, 10:53 ]
Post subject:  Re: Can't connect to SMP.

Maybe a status page on the specialattack page (in the menu) with all there servers and status?
Many servers even have some more info (like howmany connected, or map playing).

The current status page is realy neat, but lots of info i dont care about.
I just wanna know if its me, notch or specialattack.

Author:  Fumino [ 10 Nov 2010, 11:14 ]
Post subject:  Re: Can't connect to SMP.

A stat page would be pretty cool. This place is turning more and more like a MUD game :D

Here is a stat page that I used to have up 24/7 from the MUD game I used to play: http://finalchallenge.net/tfc/news/stats.php

I think this format would be great. Here let me make a quick example below:

Current statistics:

Statistics last updated: Wed Nov 10 10 01:57:47
Version: 0.494 of FCRAFT was compiled on 11/07/10 at 17:48 and installed on Mon Nov 08, 2010 8:15:04 MST.
Last reboot: Mon Nov 08, 2010 8:15:04 MST.
Class distribution:
5 guests, 6 members, 2 veterans, 3 ops, 1 supop, 1 trustee, 1 trustess, 2 owner.
Average online time for those online:
1.6 hours.
High player count since last reboot is 64 at Mon Nov 08, 2010 19:18:58 MST.
Visible Supop+:
Fumino, Hafnium, Lim_Dul, fragmer.

The latest:

Wednesday November 10, 2010:
02:27 - Sloppyjoe ranked up to veteran.
01:48 - Bluco was demoted to guest.
01:32 - Slim ranked up to member.
Tuesday November 09, 2010:
19:11 - Kaizen ranked up to member.

Author:  Glitch1500 [ 10 Nov 2010, 11:36 ]
Post subject:  Re: Can't connect to SMP.

its back now

Author:  SomethingAmazing [ 10 Nov 2010, 12:48 ]
Post subject:  Re: Can't connect to SMP.

Don't even bother with smp :P

Author:  intertoothh [ 10 Nov 2010, 16:49 ]
Post subject:  Re: Can't connect to SMP.

a real simple 'up or down' can be something like this?
specialattack.net is php so:
Code:
<?php

$sIp = '85.17.102.2'; // no clue what the server internal adres is
$iPort = '25565';
$sErrno = '';
$sErrstr = '';

$rSocket= fsockopen($sIp, $iPort, $sErrno, $sErrstr, 10);
if(!$rSocket)
{
  echo "Cannot connect to server";
}
else
{
  echo "Server okey!";
  fclose(rSocket);
}
?>

Page 1 of 1 All times are UTC+02:00

Powered by phpBB® Forum Software © phpBB Limited