|
#54623
10/02/2002 2:39 AM
|
Joined: Jun 2001
Posts: 26
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 26 |
What I mean is having a notice with like so image that says that a IP server is up and on line? Could something like that be done???
|
|
|
#54624
10/03/2002 4:17 PM
|
Joined: Aug 2000
Posts: 874
Moderator / Developer
|
Moderator / Developer
Joined: Aug 2000
Posts: 874 |
Can you explain a little more what you mean?
|
|
|
#54625
10/07/2002 7:36 PM
|
Joined: Jun 2001
Posts: 26
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 26 |
What I mean is Can there be a way to have on the Forum summery page a type of image or something like this CLICK HERE I want something to tell my members that a game server is up and on line..
|
|
|
#54626
10/08/2002 12:35 AM
|
Joined: Aug 2000
Posts: 178
Member
|
Member
Joined: Aug 2000
Posts: 178 |
Couldn't you just add a link to a game specific service that provides that for you? Hardly seems like a need for the forum to process a outside process to verify a link, and to just have "CLICK HERE" is easily added with out being considered a 'MOD'
Painfool
|
|
|
#54627
10/11/2002 8:45 AM
|
Joined: Jun 2001
Posts: 26
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 26 |
Well the reason for me wanting the MOD is cause I run the server and need to let ppl know its up and running..so adding a link to a 'Game Service' like you said, Well there is none!
P.S. and I don't want to have to go and change a web page saying its up every five sec's. I just want something that looks for a file or something that the server game is using and it show a "Server Up"..
|
|
|
#54628
10/11/2002 9:01 PM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
It can be done but not many people would use such a limited use modification...
|
|
|
#54629
11/23/2002 10:53 AM
|
Joined: Mar 2001
Posts: 136
Journeyman
|
Journeyman
Joined: Mar 2001
Posts: 136 |
Great for IRC networks and Game servers to show which servers are down and up you could create php script
<?php $ftp_conn=fsockopen('127.0.0.1',6667,$errno,$errstr,5); if ($ftp_conn) { echo '<img src=on.gif>'; fputs($ftp_conn,'BYE'); } else { echo '<img src=off.gif>'; } ?>
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 87
Joined: December 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|