DROP TABLE IF EXISTS `$table_mostonline`;
CREATE TABLE IF NOT EXISTS `$table_mostonline` (`mostonlinetime` int(10) default '0', `mostonlinecount` int(10) default '0') TYPE=MyISAM;

INSERT INTO `$table_mostonline` (`mostonlinetime`, `mostonlinecount`) VALUES (1115320220, 1);