since noone want to write a hack for this i'll write it myself

. my first hack.

hope it works.
i'm sure if this is right, but this is what i have so far:
PHP Code:
<?php
error_reporting(7);
require("./global.php");
if (isset($action)==0) {
$action="view";
}
// ###################### View the ranksets #######################
if ($action=="view") {
how can i make it call something from the database and put it in a table?