<? //conf.php for tetravex oggserv by Edd Barrett //append this file as you need. //most likely localhost $host="localhost"; //mysql user name $user="root"; //mysql password $pass=""; //mysql database name $db="oggserv"; //dont worry about this $link=mysql_connect($host,$user,$pass); mysql_select_db($db); //where your oggs reside. trailing slash is needed $path="/mnt/media/ogg/"; //version number $vers="0.2.11"; //Server Message $msg="Welcome to the oggserv development box"; ?>