Checking Port Status

Mu online season 21 - grand opening

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,969
118
290
Stoke, UK
If you want to see what ports are open on any IP Address, you can use the following link... inputting the following, this outputs an image you can use in your siggy's as in mine.

Code:
www.sting3g.com/stingimage/GateStatus.php?colour=00ff00&size=15&ip=stingmir.no-ip.info&port=3000

produces this >

GateStatus.php


Code:
www.sting3g.com/stingimage/GateStatus.php?colour=660099&size=10&ip=stingmir.no-ip.info&port=7000

produces this >

GateStatus.php


Code:
www.sting3g.com/stingimage/GateStatus.php?colour=ffffff&size=25&ip=stingmir.no-ip.info&port=7000

produces this >

GateStatus.php


Just define

colour= 6 digit hex code
size= font size, some ideas above
ip= IP address of server
port = Port you want to check status of

I can add further options in if you want, i.e.

servername=Sting3G
portname=Login Gate

So then I can do a standard output

"Sting3G - Login Gate Online" if its available or
"Sting3G - Login Gate Offline" if not.

Only if its any use to anyone... as I already have Sting's server status working in my thread.
 

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,969
118
290
Stoke, UK
Hows this?

Code:
http://www.sting3g.com/stingimage/GateStatus1.php?colour=00ff00&size=15&ip=stingmir.no-ip.info&port=7000&pname=Login%20Gate&sname=Sting3G%20

produces this >

GateStatus1.php


And if you leave the ServerName out (sname) you get a simplified version...

GateStatus1.php


Is that good enough?