Ventrilo Information Script:
---------------
1 Requirements
---------------
- Ventrilo 2.1.2 server or higher (windows/linux)
- Ventrilo_status (executable) installed
- PHP 4.0+, allowing system() calls to above executable
---------------
2 Installation
---------------
- Extract the .zip
- Install raw.php on the server running Ventrilo & PHP
- Install vent.php on any PHP server (could be the same)
- In raw.php: Change path to System() call to the path
corresponding to your ventrilo_status installation
- In vent.php: Change the following defines:
//the external IP for your server (used in linking it)
define("serverip","yourwebhost.com:3784");
//the external http address to access raw.php
define("raw_location","http://yourwebhost.com/~ventrilo/info/raw.php");
- Run vent.php





