…
vent script
er einhver her sem er með koða þar sem að maður connectar við vent a einhvern akveðin server?
The following is an example of what a Ventrilo web link will look like.
ventrilo://www.myserver.com:3784/servername=MyServer
This link would instruct the browser to start Ventrilo, create a server definition named “MyServer”, assign the port number to “3784” and set the hostname to “www.myserver.com”
There are other options that can be appended to the link. Options are separated by the ‘&’ character. The following is a complete list of the currently supported options.
servername= (This is the name that would show up in the clients server list).
serverpassword= (Server password if required)
channelname= (The default channel if required)
channelpassword= (The default channels password if required)
Here's an example of combining the server name and server password into the same link:
ventrilo://www.myserver.com:3784/servername=Name&serverpassword=Pass