Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Serverstatus Details »»
Serverstatus
Version: 1.00, by chr@nox chr@nox is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 07-21-2002 Last Update: Never Installs: 8
 
No support by the author.

Well ok..this is my first hack i made and actually was eh..(good?) enough to post here.

I'm running an irc network together with some good friends and i made a hack to show which servers are up and what their speeds/locations are.

Also i saw something about clanservers and such.
Just add clanservers in this hack instead of irc servers

It shows up on forumhome with the servername as a link to go to the profile of the server.
Where you can view all information of it

Behind the servername is the status
which gives a green 'Up' when the server is up
or a red 'Down' when it's down
(you can set it up/down in the admin cp)

screenshot of how it looks on forumhome :

http://chratnox.servicez.org/pics/screenshot1.jpg

screenshot of the server "profile" :

http://chratnox.servicez.org/pics/screenshot2.jpg

screenshot of when adding a new server :

http://chratnox.servicez.org/pics/screenshot3.jpg

screenshot of editing an existing server :

http://chratnox.servicez.org/pics/screenshot4.jpg

I hope you guys like it. and since it's my first hack
please be patient on me

[edit]yes..these are the stats of one of the servers on there, but hell, i trust you guys [/edit]

please click on install if you'd like to install it

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 07-23-2002, 02:05 PM
chr@nox chr@nox is offline
 
Join Date: Nov 2001
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Dark_Wizard
Nice addition and I have something very similar added to my "Server Stats" hack. This is a little nicer and I would like to add it to my next version of my hack with the credit of course going to you if thats ok? Let me know.
ofcourse u can
i'm glad you guys like it

*blush*
Reply With Quote
  #23  
Old 07-23-2002, 06:00 PM
Pady's Avatar
Pady Pady is offline
 
Join Date: Nov 2001
Location: UK
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tops hack m8 - installed it onto me localserver with no problems - just one thing tho... the delete server doesnt seem to do anything
Reply With Quote
  #24  
Old 07-23-2002, 10:14 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Pady
tops hack m8 - installed it onto me localserver with no problems - just one thing tho... the delete server doesnt seem to do anything
Change this:
PHP Code:
if ($action=="remove") {

echo 
"<p>Are you sure you want to delete the Server?</p>\n";
  echo 
"<p><a href='serverstatusadmin.php?serverid=$serverid&action=kill'>Yes</a></p>";


to this:
PHP Code:
if ($action=="remove") {

    
doformheader("serverstatusadmin","kill");
    
makehiddencode("serverid",$serverid);
    
maketableheader("Confirm deletion");
    
makedescription("Are you sure you want to delete this server?");
    
doformfooter("Yes","",2,"No");

not tested but should work...
Reply With Quote
  #25  
Old 07-24-2002, 06:51 AM
Foxtroter Foxtroter is offline
 
Join Date: May 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice
Reply With Quote
  #26  
Old 07-24-2002, 12:18 PM
chr@nox chr@nox is offline
 
Join Date: Nov 2001
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Dark_Wizard


Change this:
PHP Code:
if ($action=="remove") {

echo 
"<p>Are you sure you want to delete the Server?</p>\n";
  echo 
"<p><a href='serverstatusadmin.php?serverid=$serverid&action=kill'>Yes</a></p>";


to this:
PHP Code:
if ($action=="remove") {

    
doformheader("serverstatusadmin","kill");
    
makehiddencode("serverid",$serverid);
    
maketableheader("Confirm deletion");
    
makedescription("Are you sure you want to delete this server?");
    
doformfooter("Yes","",2,"No"); 
not tested but should work...
that should do the trick yea
i kinda forgot about it i think :|

but well...thanx for bringing the support
Reply With Quote
  #27  
Old 07-24-2002, 01:38 PM
Pady's Avatar
Pady Pady is offline
 
Join Date: Nov 2001
Location: UK
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Dark_Wizard


Change this:
PHP Code:
if ($action=="remove") {

echo 
"<p>Are you sure you want to delete the Server?</p>\n";
  echo 
"<p><a href='serverstatusadmin.php?serverid=$serverid&action=kill'>Yes</a></p>";


to this:
PHP Code:
if ($action=="remove") {

    
doformheader("serverstatusadmin","kill");
    
makehiddencode("serverid",$serverid);
    
maketableheader("Confirm deletion");
    
makedescription("Are you sure you want to delete this server?");
    
doformfooter("Yes","",2,"No"); 
not tested but should work...
it gave this error when tested
Code:
Parse error: parse error in /admin/serverstatusadmin.php on line 100
I tried adding a "}" after the changed code - this gets rid of the phase error but still doesnt diplay the delete message or remove the server fromt he listing.

BTW thanx for the very quick response
Reply With Quote
  #28  
Old 07-24-2002, 01:42 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Pady


it gave this error when tested
Code:
Parse error: parse error in /admin/serverstatusadmin.php on line 100
does there need to be any further "}" after this code?

BTW thanx for the very quick response
Oops...sorry about that, yes it does need a closing brace. I updated the code above.
Reply With Quote
  #29  
Old 07-24-2002, 04:41 PM
Man's Avatar
Man Man is offline
 
Join Date: Apr 2002
Location: England
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice hack Chrat, gonna update mine now because of you
Cya on IRC

Great work, Greets From Man
Reply With Quote
  #30  
Old 07-24-2002, 05:23 PM
DemiNeo0101's Avatar
DemiNeo0101 DemiNeo0101 is offline
 
Join Date: Feb 2002
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got a Very Little Modifyed Version Running here:
http://www.undergroundcandy.net/forums/
Reply With Quote
  #31  
Old 07-25-2002, 12:44 AM
chr@nox chr@nox is offline
 
Join Date: Nov 2001
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice
modded mine too
http://www.resum.net/forums/
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:57 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04853 seconds
  • Memory Usage 2,323KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (6)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete