Ich hoffe das ist richtig:

CREATE TABLE `vms_crons` (
`id` int(11) NOT NULL default '0',
`cron` varchar(50) NOT NULL default '',
`laufzeit` int(11) NOT NULL default '0',
`datei` varchar(250) NOT NULL default '',
`bezeichnung` varchar(250) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Daten für Tabelle `vms_crons`
--

INSERT INTO `vms_crons` VALUES (1, 'int_forcedbanner', 1184066684, 'crons/fuco-ads.int.php', 'Forcedbanner FuCo-Ads');
INSERT INTO `vms_crons` VALUES (2, 'int_forcedbanner', 1187204732, 'crons/webmasterlose.int.php', 'Forcedbanner Webmasterlose');
INSERT INTO `vms_crons` VALUES (3, 'int_forcedbanner', 1183938260, 'crons/hp-lose.int.php', 'Forcedbanner HP-Lose');
INSERT INTO `vms_crons` VALUES (4, 'int_forcedbanner', 1106400662, 'crons/lose-ads.int.php', 'Forcedbanner Lose-Ads');
INSERT INTO `vms_crons` VALUES (5, 'int_forcedbanner', 1106400676, 'crons/losebox.int.php', 'Forcedbanner Losebox');
INSERT INTO `vms_crons` VALUES (6, 'ext_cron', 1105221240, 'crons/refzahlungen.knt.php', 'Ext. Refzahlungen');
INSERT INTO `vms_crons` VALUES (0, 'tagcron', 1239988204, 'crons/tagcron.php', 'Tagesklick Ralley');