Multi-Gaming Community
It is currently 01 Aug 2025, 20:36

All times are UTC+02:00




Post new topic  Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Can't connect to SMP.
PostPosted: 09 Nov 2010, 07:39 
Offline
Illiterate (6)
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?


Top
   
PostPosted: 09 Nov 2010, 08:04 
Offline
Has no REAL life! (1662)
User avatar
Yes it is down. /thread

_________________
Breasts


Top
   
PostPosted: 09 Nov 2010, 08:28 
Offline
Has no REAL life! (1099)
User avatar
Read my sig.

_________________
[22:07] <@FBB2> +Ollieboy: %d+Pandorum%f: So Ollie when shall we have sex again?
[22:07] <@Xesdra_> fail
[22:07] <@FBB2> +Ollieboy: Noo the say failed me
[22:08] <@FBB1> +Pandorum: LOL


Top
   
PostPosted: 10 Nov 2010, 10:53 
Offline
Likes to type... (266)
User avatar
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.

_________________
Building worlds, destroying griefers, having fun. Not specialy in that order.


Top
   
PostPosted: 10 Nov 2010, 11:14 
Offline
Likes to type... (265)
User avatar
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.

_________________
I used to do drugs. I still do, but I used to, too.
-Mitch Hedberg

Front page of a very old website of mine back in 1999:
Hello, today is December 30, 110 and this site is Y2K compatible.


Top
   
PostPosted: 10 Nov 2010, 11:36 
Offline
Likes to type... (261)
User avatar
its back now

_________________
Youtube: http://www.youtube.com/user/Glitch1500?feature=mhee


Top
   
PostPosted: 10 Nov 2010, 12:48 
Offline
Has no REAL life! (1295)
User avatar
Don't even bother with smp :P

_________________
Not in cruelty. Not in wrath. The Reaper came today; an Angel visited this gray path, and took the cube away.


Top
   
PostPosted: 10 Nov 2010, 16:49 
Offline
Likes to type... (266)
User avatar
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);
}
?>

_________________
Building worlds, destroying griefers, having fun. Not specialy in that order.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 8 posts ] 

All times are UTC+02:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited