Query failed: ", mysql_error(), "";
}
else {
echo "$hostname ", $id ? "updated" : "added", ".
";
}
}
elseif (isset($id)) {
if ($id) {
$res = mysql_query("SELECT * FROM mirrors WHERE id=$id");
$row = mysql_fetch_array($res);
}
?>
commonFooter();
exit;
}
$res = mysql_query("SELECT * FROM mirrors ORDER BY hostname")
or die("query failed");
?>
blue entries are special (not real mirrors), red entries are not active.
|
Hostname |
Maintainer |
Provider |
Stats |
">
| "> |
"> |
|
|
go" : " ";?> |
$v";
}
}
function show_language_options($lang="") {
global $LANGUAGES;
reset($LANGUAGES);
while (list($k,$v) = each($LANGUAGES)) {
echo "";
}
}
function show_mirrortype_options($type="") {
$types = array(1 => "standard", 2 => "special", 0 => "download" );
while (list($k,$v) = each($types)) {
echo "";
}
}
?>