Clone of Server Up/Down

athiwatc

New Member
Messages
155
Reaction score
0
Points
0
If you don't like it feel free to remove it

adEnhanced Server (stoli)

Current Server IP: 74.86.116.188
HTTP:.......
10.png

FTP:.........
10.png

MySQL:.....
10.png

cPanel:......
10.png

Pop3:.........
10.png

SMTP:.......
10.png

DNS:.........
10.png

SSH:.........
10.png

S-POP:......
10.png

S-IMAP:.....
10.png


adFree Server (cossacks)
Current Server IP: 74.86.116.190
HTTP:.......
10.png

FTP:..........
10.png

MySQL:.....
10.png

cPanel:......
10.png

Pop3:.........
10.png

SMTP:.......
10.png

DNS:.........
10.png

SSH:.........
10.png

S-POP:......
10.png

S-IMAP:.....
10.png


adFree Server (absolut)
Current Server IP: 74.86.116.187
HTTP:.......
10.png

FTP:..........
10.png

MySQL:.....
10.png

cPanel:......
10.png

Pop3:.........
10.png

SMTP:.......
10.png

DNS:.........
10.png

SSH:.........
10.png

S-POP:......
10.png

S-IMAP:.....
10.png
 
Last edited:

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hey man! That's really cool, okay, i know this might be an odd request, but any chance you can make a fully text based one? One that says "Online" and "Offline" in text aswell, then i can use a socket script on mIRC to check server status's =D
 

eminemix

Member
Messages
350
Reaction score
0
Points
16
Hey man! That's really cool, okay, i know this might be an odd request, but any chance you can make a fully text based one? One that says "Online" and "Offline" in text aswell, then i can use a socket script on mIRC to check server status's =D

If think you can use a mIRC socket to check that without his online/offline text script.
 
Last edited:

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
I can always change the images if someone makes some new ones!
 

athiwatc

New Member
Messages
155
Reaction score
0
Points
0
Hey man! That's really cool, okay, i know this might be an odd request, but any chance you can make a fully text based one? One that says "Online" and "Offline" in text aswell, then i can use a socket script on mIRC to check server status's =D

yap i can making it right now
Edit:
Interesting but abusable :p

http://skypower.kwix.info/kwix/74.86.116.187/993/10.png

You're probably using mod_rewrite to set the IP / Ports...
Anyone could use them for their own sites =P and on any port. I could even use it to perform a rudimentary port scan :D

Is that cool
I make it more standard
Edit:
I can always change the images if someone makes some new ones!

Also i will change but i need some more study on images

:biggrin:
Edit:
Help please can not edit my first post
Edit:
Interesting but abusable :p

http://skypower.kwix.info/kwix/74.86.116.187/993/10.png

You're probably using mod_rewrite to set the IP / Ports...
Anyone could use them for their own sites =P and on any port. I could even use it to perform a rudimentary port scan :D

never mind
if it over load it will automatic delay other web site but not x10hosting.com

That my plan
 
Last edited:

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
Imagine this :p

PHP:
for ($i=1;$i<65535;$i++) {
echo "Port $i <img src='http://skypower.kwix.info/kwix/74.86.116.187/$i/10.png' /><br/>";
}

Could probably parse the filesize to generate a proper scan result.
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
How's that text based version coming along? =DDDDD I can't wait to be able to type !status stoli on mirc and see MySQL: Online HTTP: Online Exim: Online DNS: Online SSH: Online S-POP:Online S-IMAP: Online FTP: Online cPanel: Online SMTP: Online POP3:Online Hehe =D
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
Parse the filesize instead. Can't believe it'd be that hard.
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
It would be for me. :p Also, saves me making a heap of:

Code:
msg %status.stolichan Server Status for Stoli: (every online message)

Then if it's a text based version, i can just make it read the page and send the text itself... makes it easier on me.. also makes it a less demanding script...Plus, i wouldn't know how to parse the filesize... =/
 

athiwatc

New Member
Messages
155
Reaction score
0
Points
0
It would be for me. :p Also, saves me making a heap of:

Code:
msg %status.stolichan Server Status for Stoli: (every online message)
Then if it's a text based version, i can just make it read the page and send the text itself... makes it easier on me.. also makes it a less demanding script...Plus, i wouldn't know how to parse the filesize... =/

I an making a v2. that will show all online/offline in one images and and text version
Edit:
Imagine this :p

PHP:
for ($i=1;$i<65535;$i++) {
echo "Port $i <img src='http://skypower.kwix.info/kwix/74.86.116.187/$i/10.png' /><br/>";
}
Could probably parse the filesize to generate a proper scan result.


This code will give you delay when it generate 600 images about 5 second per images after 600

So it will be find
 
Last edited:
Top