Previous Thread
Next Thread
Print Thread
Rate Thread
#54623 10/02/2002 2:39 AM
Joined: Jun 2001
Posts: 26
Junior Member
Junior Member
Offline
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???

Sponsored Links
#54624 10/03/2002 4:17 PM
Joined: Aug 2000
Posts: 874
Moderator / Developer
Moderator / Developer
Offline
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
Offline
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
Offline
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
Offline
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"..

Sponsored Links
#54628 10/11/2002 9:01 PM
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
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
Offline
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

Code
 

<?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>'; }
?>


Link Copied to Clipboard
Donate Today!
Donate via PayPal

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.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
Joined: January 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)