Ventrilo Server Status
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Jul 11, 2009 |
| Last Updated | Jul 12, 2009 |
| Tags | http imrac query server socket status vent ventrilo www.ventrilo.com |
Description
Quick snippet I threw together to get the status of a ventrilo server. I was unable to directly query a server because of the semi-proprietary way you have to ask for the status, instead I used a xmlish feed from an outside webhost.
To use, just make a variable %vent with ip:port
Have fun.
*** UPDATED Sunday, July 12, 2009 ***
Added a GUI vent status thing, its rough, not much error check just enough to show what could be done. I will also need to work out a way to sort by channels CID parameter rather than alphabetic to get a more accurate representation of the server layout.
Usage: /ventg ip:port

To use, just make a variable %vent with ip:port
Have fun.
*** UPDATED Sunday, July 12, 2009 ***
Added a GUI vent status thing, its rough, not much error check just enough to show what could be done. I will also need to work out a way to sort by channels CID parameter rather than alphabetic to get a more accurate representation of the server layout.
Usage: /ventg ip:port

mIRC Snippet:
Ventrilo Server Status
Posted on Jul 11, 2009 8:52 am
Posted on Jul 11, 2009 8:52 am
why not add
on *:LOAD: {
set %vent $$?="Set IP and Port in the Format IP:PORT"
}
to the top of your script. then they can add it if they know the IP and Port number.
also Great work on the script
9/10 it will come in handy :>
on *:LOAD: {
set %vent $$?="Set IP and Port in the Format IP:PORT"
}
to the top of your script. then they can add it if they know the IP and Port number.
also Great work on the script
9/10 it will come in handy :>
mIRC Snippet:
Ventrilo Server Status
Posted on Jul 12, 2009 3:18 am
Posted on Jul 12, 2009 3:18 am
Updated, read above.
mIRC Snippet:
Ventrilo Server Status
Posted on Jul 12, 2009 4:14 am
Posted on Jul 12, 2009 4:14 am
hmm for some reason this stopped working for me when i updated it with the new script provided :(
mIRC Snippet:
Ventrilo Server Status
Posted on Jul 12, 2009 11:54 am
Posted on Jul 12, 2009 11:54 am
Oops sorry, while testing I commented out the messaging part ><
mIRC Snippet:
Ventrilo Server Status
Posted on Jul 14, 2009 5:55 pm
Posted on Jul 14, 2009 5:55 pm
-ignore this i didnt read the script right-



