query("CREATE TABLE ftpdata (
   threadid int(10) unsigned NOT NULL,
   ip text NOT NULL,
   path text NOT NULL,
   PRIMARY KEY (threadid)
)");
echo("Ftpdata table added\n");

$DB_site->query("ALTER TABLE forum ADD hideipcode smallint(6) DEFAULT '0' NOT NULL");

echo("hideipcode part added to the forum table\n");

?>

    Source: geocities.com/soccerboy1111