BeBot - An Anarchy Online and Age Of Conan chat automaton

Development => Module Requests => Topic started by: Dabaron on August 17, 2006, 09:02:49 pm

Title: Ventrillo
Post by: Dabaron on August 17, 2006, 09:02:49 pm
I see a module or two out for Teamspeak but none for Ventrilo.  Not sure how possible this will be but would there be a way to make one that can check to see who all is in Vent?

Only command really needed would be +ventrilo and have it work from tells/gc/privgrp
Title: Re: Ventrillo
Post by: Zutant on August 22, 2006, 03:00:19 am
not sur if this will help anyone but this is the code that www.anvox.com uses for their remote server staus

<html>
<head>
<title>anVox Server Status</title>
<style type="text/css">
.listing { color: #000000; FONT-SIZE: 10px; FONT-FAMILY: verdana,arial,helvetica,sans-serif; }
.servername { color: #ffffff; FONT-SIZE: 14px; FONT-FAMILY: verdana,arial,helvetica,sans-serif; }
.serverdetail { color: #ffffff; FONT-SIZE: 10px; FONT-FAMILY: verdana,arial,helvetica,sans-serif; }
.serverdetail a:link, .serverdetail a:visited, .serverdetail a:active { color: #ffffff; text-decoration: none; }
.serverdetail a:hover { color: #ffffff; text-decoration: underline; }
</style>
</head>

<body>
<table align="left" border="0" cellpadding="0" cellspacing="0" width="400">
  <tr>
    <td>
<?
// Your anVox server IP
$server_ip="";

// Your anVox server port
$server_port="";

// Your server type: 1 = Teamspeak, 2 = Ventrilo
$server_type="";

// Outside table color
$table_color1="556d8c";

// Inside table color
$table_color2="ededed";

// Data list table color
$table_color3="FFFFFF";

  // DO NOT EDIT THE LINE BELOW!!
@readfile("http://status.anvox.net/status.php?detail=$server_ip&detailport=$server_port&server_type=$server_type&table_color1=$table_color1&table_color2=$table_color2&table_color3=$table_color3");
?>
</td>
        </tr>
      </table>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="400">
  <tr>
    <td>
<font size="-2" face="verdana"><center>Hosted by <a href="http://www.anvox.com" target="_blank">www.anVox.com</a></center></font>
</td>
        </tr>
      </table>
</body>
</html>
Title: Re: Ventrillo
Post by: Nik_Doof on September 23, 2006, 09:53:47 am
I wrote a Ventrillo server stat module many moons ago, I must still have the source somewhere round here....

From what i remember the ventrilloscript package they have on their website has a simple PHP lib for querying vent servers which you can easily adapt into a module
Title: Re: Ventrillo
Post by: Naturalistic on September 27, 2006, 05:31:28 pm
Death to Vent :p

I prefered TS...
Title: Re: Ventrillo
Post by: Dabaron on September 27, 2006, 07:00:52 pm
Death to Vent :p

I prefered TS...

I use both.  My main org uses TS but I have an org with an alt or two in it that uses vent and they wanted a module to see who all is in there and stuff.   :P
Title: Re: Ventrillo
Post by: Glarawyn on January 05, 2007, 08:20:01 pm
I wrote one that works for Ventrilo.com's Status page. (http://www.ventrilo.com/status.php)

It isn't exactly pretty though, and I need to add colors and stuff.

This module would be much easier if the status pages kicked out XML in a standard format instead of their own HTML.  ;D
Title: Re: Ventrillo
Post by: Glarawyn on January 05, 2007, 09:55:04 pm
*sigh*

I tried out the ventrilo_status program, and I did things the hard way. The output of ventrilo_status is much easier to parse...heh.
Title: Re: Ventrillo
Post by: Glarawyn on January 08, 2007, 06:47:29 am
Your wish is granted. (http://bebot.link/index.php/topic,621.0.html)
SimplePortal 2.3.7 © 2008-2025, SimplePortal