<?php
$refreshtime
="30";

$host="localhost";
$port=5038;
$user="basicpanel";
$pass="basicpanelpass";
$default_url ""$_SERVER['PHP_SELF'] ."?show=2";

function 
config_menu()
{
       echo(
"<html><head></head><body bgcolor=\"#ffffff\">");
        echo(
"
                <table width=\"100%\" height=\"100%\"><tr><td>\n
                Monitor Conferences:<br />\n
                <a target=\"_parent\" href=\""
$_SERVER['PHP_SELF'] ."?show=2\"> #2 (general)</a><br />\n
                <a target=\"_parent\" href=\""
$_SERVER['PHP_SELF'] ."?show=6\"> #6 (binrev)</a><br />\n
                <a target=\"_parent\" href=\""
$_SERVER['PHP_SELF'] ."?show=69\">#69 (telephuck)</a><br />\n
                        (if more are to be added let me know)<br />\n
                </td><td>\n
                <a target=\"_self\" href=\""
$_SERVER['PHP_SELF'] ."?blacklist=edit\"> Blacklist Editor</a><br />\n
                </td></tr>\n
                </table>\n
        "
);
        echo(
"</body></html>");
}


?>