MOD: Colored Server Status

 
Post new topic   Reply to topic    Aprelium Forum Index -> Tutorials
View previous topic :: View next topic  
Author Message
webzn
-


Joined: 01 Apr 2003
Posts: 27
Location: Canada

PostPosted: Thu Aug 05, 2004 5:33 pm    Post subject: MOD: Colored Server Status Reply with quote

If you would like a little color in the server status page, this is the mod todo it.

//Abyss Server Control Panel Hack (C) Carl (Neogenisis.net)
// Files to edit: srvstatus.chl

//Open /chl/srvstatus.chl

Find:
Code:
^@status^


Replace with...

Code:
            <script>
            var statust = "^@status^";
            if(statust == "Stopped") { document.write("<font color=red><b>Stopped</b></font>"); }
            if(statust == "Running") { document.write("<font color=green><b>Running</b></font>"); }
            if(statust == "Halted") { document.write("<font color=yellow><b>Halted</b></font>"); }
            </script>
Back to top View user's profile Send private message Visit poster's website
HIWD
-


Joined: 13 Apr 2004
Posts: 142
Location: Dublin, Ireland

PostPosted: Sat Aug 07, 2004 2:28 pm    Post subject: Reply with quote

Really cool, do I'm not sure is Aprelium like people changing the script, but anyway its good. Thanks.
Back to top View user's profile Send private message Visit poster's website
webzn
-


Joined: 01 Apr 2003
Posts: 27
Location: Canada

PostPosted: Sun Aug 08, 2004 7:33 pm    Post subject: Reply with quote

Thanks, Its not like I am changing much. Just cosmetic stuff. If they don't want me to, I will stop
Back to top View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Aug 09, 2004 1:50 am    Post subject: Reply with quote

HIWD wrote:
Really cool, do I'm not sure is Aprelium like people changing the script, but anyway its good. Thanks.

You're free to modify the files as long as you use them on your personal computer only and as long as you don't redistribute them.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Tutorials All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum


Powered by phpBB phpBB Group