The Arcive of vBulletin Modifications Site. |
|
Serverstatus Details »»
|
|||||||||||||||||||||||||
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 : ![]() screenshot of the server "profile" : ![]() screenshot of when adding a new server : ![]() screenshot of editing an existing server : ![]() 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
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Dude, I like this, even though it's nothing major, it's a spiffy little thing!
Nice work there |
|
#3
|
||||
|
||||
|
Nice, came in use...thought I didn't think it would.
|
|
#4
|
||||
|
||||
|
I run an irc network... dude. thank you so much. For your first hack this is one of the most useful to me
|
|
#5
|
|||
|
|||
|
|
|
#6
|
||||
|
||||
|
dude, this is pro.
|
|
#7
|
|||
|
|||
|
omg, this is perfect for me. thank you!
|
|
#8
|
|||
|
|||
|
i get this error:
Database error in vBulletin Control Panel 2.2.4: Invalid SQL: INSERT INTO serverstatus (servertitle,serverid,serverstatus,serverspeed,ser verlocation,serveroperators,se rverowner,servercomments) VALUES (fear,'','1') mysql error: Column count doesn't match value count at row 1 |
|
#9
|
|||
|
|||
|
Quote:
Code:
$DB_site->query ("INSERT INTO serverstatus (serverid,servertitle,serverstatus,serverspeed,serverlocation,serveroperators,serverowner,servercomments) VALUES (NULL,'$servertitle','1')");
Code:
$DB_site->query ("INSERT INTO serverstatus (serverid,servertitle,serverstatus,serverspeed,serverlocation,serveroperators,serverowner,servercomments) VALUES ('$serverid','$servertitle','$serverstatus','$serverspeed','$serverlocation','$serveroperators','$serverowner','$servercomments')");
|
|
#10
|
|||
|
|||
|
What would be the code I add to add another section to my server status page that I could fill in info like this
1. xxxx 2. xxxx 3. xxxx 4. xxxx and so on |
![]() |
|
|