Esempio n. 1
0
function BuildErrorPage()
{
    global $wantstart, $phpvars, $hasusermenu;
    if ($wantstart) {
        start_server();
    } else {
        connect_error($phpvars);
    }
    servercommandbox($phpvars);
    if ($hasusermenu) {
        usermenu($phpvars);
    }
    echo '<div style="display: none" id="serverinfohidden"><center>Server information</center><br></div>';
    echo '<div style="display: none" id="downloadlimit">0</div>';
    echo '<div style="display: none" id="updateinterval">0</div>';
}
Esempio n. 2
0
        servercommandbox($phpvars);
        if ($groupmode) {
            currently_downloading($phpvars);
            queued_downloading($phpvars, $page);
            currently_processing($phpvars, $postlogpage);
            queued_processing($phpvars);
            logging($phpvars, $logpage);
        } elseif ($historymode) {
            history($phpvars, $page);
        } else {
            filelist($phpvars, $page);
            if ($FileModeLog) {
                logging($phpvars, $logpage);
            }
        }
        download_rate($phpvars);
        upload_box($phpvars);
    } else {
        if ($wantstart) {
            start_server();
        } else {
            connect_error($phpvars);
        }
        servercommandbox($phpvars);
    }
}
?>

</BODY>
</HTML>