
Welchen Codeschnippsel muss ich in der bundesliga.tpl entfernen, wenn ich die zwei "Spieltag Boxen" nicht haben möchte?
Die Extra Spiele und alles andere kann da angezeigt werden. Nur die zwei sollen weg inkl. den Button zum absenden
Würde mal sagen, das folgende:dennis84 hat geschrieben: Welchen Codeschnippsel muss ich in der bundesliga.tpl entfernen, wenn ich die zwei "Spieltag Boxen" nicht haben möchte?
Code: Alles auswählen
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr><td valign="top" width="50%">
<!-- ANFANG Nächster Spieltag -->
<table width="99%" cellspacing="1" cellpadding="3" border="0" valign="top" align="center" class="forumlinetipp">
<!-- BEGIN spieltag_switch -->
<tr>
<td colspan=10 class="row4" height="28" align="center"><span class="cattitletipp">{spieltag_switch.SPIELTAGNR}. {spieltag_switch.L_SPIELTAG}</span></td>
</tr>
<td class="row5" width="20%" align="center"><span class="mainmenutipp">{L_ZEIT}</span></td>
<td class="row5" width="25%" align="center"><span class="mainmenutipp">{L_HEIM}</span></td>
<td class="row5" width="25%" align="center"><span class="mainmenutipp">{L_AUSWARTS}</span></td>
<td class="row5" width="8%" align="center"><span class="mainmenutipp">{L_RESULT}</span></td>
<td class="row5" width="20%" align="center"><span class="mainmenutipp">{L_TIPP}</span></td>
<td class="row5" width="2%" align="center"><span class="mainmenutipp">{L_PUNKTE}</span></td>
<!-- END spieltag_switch -->
<form action="{S_PTIPP}" name='post' method="post">
<!-- BEGIN spiele_block -->
<tr>
<td class="{spiele_block.USERCOLOR}" align="center" width="20%"><span class="gensmall">{spiele_block.ZEIT}</span></td>
<td class="{spiele_block.USERCOLOR}" align="center" width="25%"><span class="gensmall">{spiele_block.HEIM}<br>({spiele_block.HEIMPOS}.)</span></td>
<td class="{spiele_block.USERCOLOR}" align="center" width="25%"><span class="gensmall">{spiele_block.AUSWARTS}<br>({spiele_block.AWAYPOS}.)</span></td>
<td class="{spiele_block.USERCOLOR}" align="center" width="8%"><span class="gensmall">{spiele_block.RESULTHOME}:{spiele_block.RESULTAWAY}</span></td>
<td class="{spiele_block.USERCOLOR}" align="center" width="20%"><span class="gensmall">{spiele_block.S_TIPPHOME}
<!-- BEGIN switch_tipp -->
<input type="hidden" name="timeelapsed[]" value="0">
<input type="text" value="{spiele_block.S_TIPPHOME_F}" name="Tippheimtore[]" size="1">
<!-- END switch_tipp -->
:{spiele_block.S_TIPPAWAY}
<!-- BEGIN switch_tipp -->
<input type="text" value="{spiele_block.S_TIPPAWAY_F}" name="Tippaustore[]" size="1">
<!-- END switch_tipp -->
<input type="hidden" name="spielid[]" value="{spiele_block.S_SPIELID}">
<input type="hidden" name="gametime[]" value="{spiele_block.S_GAMETIME}">
<!-- BEGIN switch_time -->
<input type="hidden" name="Tippaustore[]" value="{spiele_block.S_TIPPAWAY}">
<input type="hidden" name="Tippheimtore[]" value="{spiele_block.S_TIPPHOME}">
<input type="hidden" name="timeelapsed[]" value="1">
<!-- END switch_time -->
</span></td>
<td class="{spiele_block.USERCOLOR}" align="center" width="2%"><span class="gensmall">{spiele_block.PUNKTE}</span></td>
</tr>
<!-- END spiele_block -->
</table>
<!-- ENDE Nächster Spieltag -->
<table width="99%"><tr>
<td align="center" width=100%"><span class="gensmall">{L_NOTIPP}</span>
<!-- BEGIN switch_tipp_button -->
<input type="submit" CLASS=BUTTON value="{switch_tipp_button.L_BUTTON_TIPP}" name="submit">
<!-- END switch_tipp_button -->
</td>
</tr></table>
</form>
</td><td valign="top" width="50%">
<!-- ANFANG Letzter Spieltag -->
<table width="99%" cellspacing="1" cellpadding="3" border="0" align="center" class="forumlinetipp">
<!-- BEGIN spieltag_l_switch -->
<tr>
<td colspan=10 class="row4" height="28" align="center"><span class="cattitletipp">{spieltag_l_switch.SPIELTAGNR_L}. {spieltag_l_switch.L_SPIELTAG}</span></td>
</tr>
<td class="row5" width="20%" align="center"><span class="mainmenutipp">{L_ZEIT}</span></td>
<td class="row5" width="25%" align="center"><span class="mainmenutipp">{L_HEIM}</span></td>
<td class="row5" width="25%" align="center"><span class="mainmenutipp">{L_AUSWARTS}</span></td>
<td class="row5" width="8%" align="center"><span class="mainmenutipp">{L_RESULT}</span></td>
<td class="row5" width="20%" align="center"><span class="mainmenutipp">{L_TIPP}</span></td>
<td class="row5" width="2%" align="center"><span class="mainmenutipp">{L_PUNKTE}</span></td>
<!-- END spieltag_l_switch -->
<!-- BEGIN spiele_l_block -->
<tr>
<td class="{spiele_l_block.USERCOLOR}" align="center" width="20%"><span class="gensmall">{spiele_l_block.ZEIT_L}</span></td>
<td class="{spiele_l_block.USERCOLOR}" align="center" width="25%"><span class="gensmall">{spiele_l_block.HEIM_L}<br>({spiele_l_block.HEIMPOS_L}.)</span></td>
<td class="{spiele_l_block.USERCOLOR}" align="center" width="25%"><span class="gensmall">{spiele_l_block.AUSWARTS_L}<br>({spiele_l_block.AWAYPOS_L}.)</span></td>
<td class="{spiele_l_block.USERCOLOR}" align="center" width="8%"><span class="gensmall">{spiele_l_block.RESULTHOME_L}:{spiele_l_block.RESULTAWAY_L}</span></td>
<td class="{spiele_l_block.USERCOLOR}" align="center" width="20%"><span class="gensmall">{spiele_l_block.TIPPHOME_L}:{spiele_l_block.TIPPAWAY_L}</span></td>
<td class="{spiele_l_block.USERCOLOR}" align="center" width="2%"><span class="gensmall">{spiele_l_block.PUNKTE_L}</span></td>
</tr>
<!-- END spiele_l_block -->
</table>
<!-- ENDE Letzter Spieltag -->
</td></tr></table>
Code: Alles auswählen
<tr><td align="center">
<span class="gensmall">{tipptimeminute_switch.L_TIPPTIMEMINUTE}</span></td>
</tr>
Du hast zweimal den 7. Spieltag dadrin, 701-709 muss einmal gelöscht werdenzuki hat geschrieben:Bitte sehr, die Spieltage (Hinrunde):
-- phpMyAdmin SQL Dump
-- version 2.6.4-pl3
-- http://www.phpmyadmin.net
--
-- Host: xyz.de
-- Erstellungszeit: 15. Juli 2006 um 09:40
-- Server Version: 4.1.18
-- PHP-Version: 4.4.2
--
-- Datenbank: `xyz`
--
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `tippspiel_spieltage`
--
CREATE TABLE `tippspiel_spieltage` (
`spielid` int(3) NOT NULL default '0',
`heim` varchar(25) collate latin1_german2_ci NOT NULL default '0',
`auswarts` varchar(25) collate latin1_german2_ci NOT NULL default '0',
`heimtore` int(2) default NULL,
`auswartstore` int(2) default NULL,
`spieltag` int(2) NOT NULL default '0',
`datumzeit` int(11) default '0',
`tabelle` int(1) NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german2_ci;
--
-- Daten für Tabelle `tippspiel_spieltage`
--
INSERT INTO `tippspiel_spieltage` VALUES (701, 'Bayern Muenchen', 'Hertha BSC', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (702, 'Hamburger SV', 'FC Schalke 04', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (703, '1. FC Nuernberg', 'Arminia Bielefeld', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (704, 'VfB Stuttgart', 'Bayer Leverkusen', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (705, 'Bor. Mgladbach', 'VfL Wolfsburg', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (706, 'FSV Mainz 05', 'Alemannia Aachen', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (707, 'Hannover 96', 'Eintracht Frankfurt', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (708, 'VfL Wolfsburg', 'Bayern Muenchen', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (709, 'Alemannia Aachen', 'VFL Bochum', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (701, 'Bayern Muenchen', 'Hertha BSC', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (702, 'Hamburger SV', 'FC Schalke 04', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (703, '1. FC Nuernberg', 'Arminia Bielefeld', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (704, 'VfB Stuttgart', 'Bayer Leverkusen', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (705, 'Bor. Mgladbach', 'VfL Wolfsburg', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (706, 'FSV Mainz 05', 'Alemannia Aachen', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (707, 'Hannover 96', 'Eintracht Frankfurt', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (708, 'VFL Bochum', 'Werder Bremen', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (709, 'Energie Cottbus', 'Borussia Dortmund', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (801, 'Werder Bremen', 'Bayern Muenchen', NULL, NULL, 8, 1161437400, 0);
Code: Alles auswählen
<!-- BEGIN tipptimeanstoss_switch -->
<table width="98%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr><td align="center">
<span class="gensmall">{tipptimeanstoss_switch.L_TIPPTIMEANSTOSS}</span></td>
</tr>
</table>
<!-- END tipptimeanstoss_switch -->
<!-- BEGIN tipptimeminute_switch -->
<table width="98%" cellspacing="1" cellpadding="3" border="0" align="center">
</table>
<!-- END tipptimeminute_switch -->
steht noch da, hab aber beide Codestellen gelöscht.Du kannst bis zum Anstoss des jeweiligen Spiels tippen.
Code: Alles auswählen
<!-- BEGIN tipptimeanstoss_switch -->
<table width="98%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr><td align="center">
<span class="gensmall">{tipptimeanstoss_switch.L_TIPPTIMEANSTOSS}</span></td>
</tr>
</table>
<!-- END tipptimeanstoss_switch -->
<!-- BEGIN tipptimeminute_switch -->
<table width="98%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr><td align="center">
<span class="gensmall">{tipptimeminute_switch.L_TIPPTIMEMINUTE}</span></td>
</tr>
</table>
<!-- END tipptimeminute_switch -->
dankesehrzuki hat geschrieben:Bitte sehr, die Spieltage (Hinrunde):
Code: Alles auswählen
INSERT INTO `tippspiel_spieltage` VALUES (101, 'Bayern Muenchen', 'Borussia Dortmund', NULL, NULL, 1, 1155321000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (102, 'Hamburger SV', 'Arminia Bielefeld', NULL, NULL, 1, 1155389400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (103, 'FC Schalke 04', 'Eintracht Frankfurt', NULL, NULL, 1, 1155389400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (104, 'Bayer Leverkusen', 'Alemannia Aachen', NULL, NULL, 1, 1155389400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (105, 'VfB Stuttgart', '1. FC Nuernberg', NULL, NULL, 1, 1155389400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (106, 'Bor. Mgladbach', 'Energie Cottbus', NULL, NULL, 1, 1155389400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (107, 'FSV Mainz 05', 'VFL Bochum', NULL, NULL, 1, 1155389400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (108, 'Hannover 96', 'Werder Bremen', NULL, NULL, 1, 1155481200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (109, 'VfL Wolfsburg', 'Hertha BSC', NULL, NULL, 1, 1155481200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (201, 'Werder Bremen', 'Bayer Leverkusen', NULL, NULL, 2, 1155994200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (202, 'Hertha BSC', 'Hannover 96', NULL, NULL, 2, 1155994200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (203, 'Borussia Dortmund', 'FSV Mainz 05', NULL, NULL, 2, 1155994200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (204, '1. FC Nuernberg', 'Bor. Mgladbach', NULL, NULL, 2, 1155925800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (205, 'Arminia Bielefeld', 'VfB Stuttgart', NULL, NULL, 2, 1156086000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (206, 'Eintracht Frankfurt', 'VfL Wolfsburg', NULL, NULL, 2, 1155994200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (207, 'VFL Bochum', 'Bayern Muenchen', NULL, NULL, 2, 1156086000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (208, 'Alemannia Aachen', 'FC Schalke 04', NULL, NULL, 2, 1155994200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (209, 'Energie Cottbus', 'Hamburger SV', NULL, NULL, 2, 1155994200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (301, 'Bayern Muenchen', '1. FC Nuernberg', NULL, NULL, 3, 1156599000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (302, 'Hamburger SV', 'Hertha BSC', NULL, NULL, 3, 1156690800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (303, 'FC Schalke 04', 'Werder Bremen', NULL, NULL, 3, 1156530600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (304, 'Bayer Leverkusen', 'VfL Wolfsburg', NULL, NULL, 3, 1156599000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (305, 'VfB Stuttgart', 'Borussia Dortmund', NULL, NULL, 3, 1156599000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (306, 'Bor. Mgladbach', 'Arminia Bielefeld', NULL, NULL, 3, 1156599000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (307, 'FSV Mainz 05', 'Eintracht Frankfurt', NULL, NULL, 3, 1156690800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (308, 'Hannover 96', 'Alemannia Aachen', NULL, NULL, 3, 1156599000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (309, 'VFL Bochum', 'Energie Cottbus', NULL, NULL, 3, 1156599000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (401, 'Werder Bremen', 'VfB Stuttgart', NULL, NULL, 4, 1158413400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (402, 'Hertha BSC', 'FC Schalke 04', NULL, NULL, 4, 1158505200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (403, 'Borussia Dortmund', 'Hamburger SV', NULL, NULL, 4, 1158413400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (404, '1. FC Nuernberg', 'VFL Bochum', NULL, NULL, 4, 1158413400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (405, 'Arminia Bielefeld', 'Bayern Muenchen', NULL, NULL, 4, 1158413400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (406, 'Eintracht Frankfurt', 'Bayer Leverkusen', NULL, NULL, 4, 1158505200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (407, 'VfL Wolfsburg', 'Hannover 96', NULL, NULL, 4, 1158345000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (408, 'Alemannia Aachen', 'Bor. Mgladbach', NULL, NULL, 4, 1158413400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (409, 'Energie Cottbus', 'FSV Mainz 05', NULL, NULL, 4, 1158413400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (501, 'Bayern Muenchen', 'Alemannia Aachen', NULL, NULL, 5, 1159018200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (502, 'Hamburger SV', 'Werder Bremen', NULL, NULL, 5, 1159018200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (503, 'FC Schalke 04', 'VfL Wolfsburg', NULL, NULL, 5, 1159018200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (504, 'VfB Stuttgart', 'Eintracht Frankfurt', NULL, NULL, 5, 1159018200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (505, 'Bor. Mgladbach', 'Borussia Dortmund', NULL, NULL, 5, 1158949800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (506, 'FSV Mainz 05', 'Hertha BSC', NULL, NULL, 5, 1159018200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (507, 'Hannover 96', 'Bayer Leverkusen', NULL, NULL, 5, 1159018200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (508, 'VFL Bochum', 'Arminia Bielefeld', NULL, NULL, 5, 1159110000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (509, 'Energie Cottbus', '1. FC Nuernberg', NULL, NULL, 5, 1159110000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (601, 'Werder Bremen', 'Bor. Mgladbach', NULL, NULL, 6, 1159623000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (602, 'Bayer Leverkusen', 'FC Schalke 04', NULL, NULL, 6, 1159623000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (603, 'Hertha BSC', 'VfB Stuttgart', NULL, NULL, 6, 1159623000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (604, 'Borussia Dortmund', 'Hannover 96', NULL, NULL, 6, 1159623000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (605, '1. FC Nuernberg', 'FSV Mainz 05', NULL, NULL, 6, 1159623000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (606, 'Arminia Bielefeld', 'Energie Cottbus', NULL, NULL, 6, 1159623000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (607, 'Eintracht Frankfurt', 'Hamburger SV', NULL, NULL, 6, 1159623000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (608, 'VfL Wolfsburg', 'Bayern Muenchen', NULL, NULL, 6, 1159623000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (609, 'Alemannia Aachen', 'VFL Bochum', NULL, NULL, 6, 1159623000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (701, 'Bayern Muenchen', 'Hertha BSC', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (702, 'Hamburger SV', 'FC Schalke 04', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (703, '1. FC Nuernberg', 'Arminia Bielefeld', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (704, 'VfB Stuttgart', 'Bayer Leverkusen', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (705, 'Bor. Mgladbach', 'VfL Wolfsburg', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (706, 'FSV Mainz 05', 'Alemannia Aachen', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (707, 'Hannover 96', 'Eintracht Frankfurt', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (708, 'VFL Bochum', 'Werder Bremen', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (709, 'Energie Cottbus', 'Borussia Dortmund', NULL, NULL, 7, 1160832600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (801, 'Werder Bremen', 'Bayern Muenchen', NULL, NULL, 8, 1161437400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (802, 'FC Schalke 04', 'Hannover 96', NULL, NULL, 8, 1161437400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (803, 'Bayer Leverkusen', 'Hamburger SV', NULL, NULL, 8, 1161437400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (804, 'Alemannia Aachen', 'Energie Cottbus', NULL, NULL, 8, 1161437400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (805, 'Hertha BSC', 'Bor. Mgladbach', NULL, NULL, 8, 1161437400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (806, 'Borussia Dortmund', 'VFL Bochum', NULL, NULL, 8, 1161437400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (807, 'Arminia Bielefeld', 'FSV Mainz 05', NULL, NULL, 8, 1161437400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (808, 'Eintracht Frankfurt', '1. FC Nuernberg', NULL, NULL, 8, 1161437400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (809, 'VfL Wolfsburg', 'VfB Stuttgart', NULL, NULL, 8, 1161437400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (901, 'Bayern Muenchen', 'Eintracht Frankfurt', NULL, NULL, 9, 1162042200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (902, 'Hamburger SV', 'Hannover 96', NULL, NULL, 9, 1162042200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (903, '1. FC Nuernberg', 'Borussia Dortmund', NULL, NULL, 9, 1162042200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (904, 'VfB Stuttgart', 'FC Schalke 04', NULL, NULL, 9, 1162042200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (905, 'Bor. Mgladbach', 'Bayer Leverkusen', NULL, NULL, 9, 1162042200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (906, 'FSV Mainz 05', 'Werder Bremen', NULL, NULL, 9, 1162042200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (907, 'Arminia Bielefeld', 'Alemannia Aachen', NULL, NULL, 9, 1162042200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (908, 'VFL Bochum', 'VfL Wolfsburg', NULL, NULL, 9, 1162042200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (909, 'Energie Cottbus', 'Hertha BSC', NULL, NULL, 9, 1162042200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1001, 'Werder Bremen', 'Energie Cottbus', NULL, NULL, 10, 1162650600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1002, 'FC Schalke 04', 'Bayern Muenchen', NULL, NULL, 10, 1162650600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1003, 'Bayer Leverkusen', 'FSV Mainz 05', NULL, NULL, 10, 1162650600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1004, 'Hertha BSC', '1. FC Nuernberg', NULL, NULL, 10, 1162650600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1005, 'Borussia Dortmund', 'Arminia Bielefeld', NULL, NULL, 10, 1162650600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1006, 'Hannover 96', 'VFL Bochum', NULL, NULL, 10, 1162650600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1007, 'Eintracht Frankfurt', 'Bor. Mgladbach', NULL, NULL, 10, 1162650600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1008, 'VfL Wolfsburg', 'Hamburger SV', NULL, NULL, 10, 1162650600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1009, 'Alemannia Aachen', 'VfB Stuttgart', NULL, NULL, 10, 1162650600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1101, 'Bayern Muenchen', 'Hannover 96', NULL, NULL, 11, 1162926000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1102, 'Borussia Dortmund', 'Alemannia Aachen', NULL, NULL, 11, 1162926000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1103, '1. FC Nuernberg', 'Werder Bremen', NULL, NULL, 11, 1162926000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1104, 'VfB Stuttgart', 'Hamburger SV', NULL, NULL, 11, 1162926000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1105, 'Bor. Mgladbach', 'FC Schalke 04', NULL, NULL, 11, 1162926000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1106, 'FSV Mainz 05', 'VfL Wolfsburg', NULL, NULL, 11, 1162926000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1107, 'Arminia Bielefeld', 'Hertha BSC', NULL, NULL, 11, 1162926000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1108, 'VFL Bochum', 'Bayer Leverkusen', NULL, NULL, 11, 1162926000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1109, 'Energie Cottbus', 'Eintracht Frankfurt', NULL, NULL, 11, 1162926000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1201, 'Werder Bremen', 'Borussia Dortmund', NULL, NULL, 12, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1202, 'Hamburger SV', 'Bor. Mgladbach', NULL, NULL, 12, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1203, 'FC Schalke 04', 'FSV Mainz 05', NULL, NULL, 12, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1204, 'Bayer Leverkusen', 'Bayern Muenchen', NULL, NULL, 12, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1205, 'Hertha BSC', 'VFL Bochum', NULL, NULL, 12, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1206, 'Hannover 96', 'VfB Stuttgart', NULL, NULL, 12, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1207, 'Eintracht Frankfurt', 'Arminia Bielefeld', NULL, NULL, 12, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1208, 'VfL Wolfsburg', 'Energie Cottbus', NULL, NULL, 12, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1209, 'Alemannia Aachen', '1. FC Nuernberg', NULL, NULL, 12, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1301, 'Bayern Muenchen', 'VfB Stuttgart', NULL, NULL, 13, 1163773800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1302, 'Borussia Dortmund', 'Hertha BSC', NULL, NULL, 13, 1163773800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1303, '1. FC Nuernberg', 'Bayer Leverkusen', NULL, NULL, 13, 1163773800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1304, 'Bor. Mgladbach', 'Hannover 96', NULL, NULL, 13, 1163773800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1305, 'FSV Mainz 05', 'Hamburger SV', NULL, NULL, 13, 1163773800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1306, 'Arminia Bielefeld', 'VfL Wolfsburg', NULL, NULL, 13, 1163773800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1307, 'VFL Bochum', 'Eintracht Frankfurt', NULL, NULL, 13, 1163773800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1308, 'Alemannia Aachen', 'Werder Bremen', NULL, NULL, 13, 1163773800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1309, 'Energie Cottbus', 'FC Schalke 04', NULL, NULL, 13, 1163773800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1401, 'Werder Bremen', 'Arminia Bielefeld', NULL, NULL, 14, 1164465000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1402, 'Hamburger SV', 'Bayern Muenchen', NULL, NULL, 14, 1164465000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1403, 'FC Schalke 04', 'VFL Bochum', NULL, NULL, 14, 1164465000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1404, 'Bayer Leverkusen', 'Energie Cottbus', NULL, NULL, 14, 1164465000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1405, 'Hertha BSC', 'Alemannia Aachen', NULL, NULL, 14, 1164465000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1406, 'VfB Stuttgart', 'Bor. Mgladbach', NULL, NULL, 14, 1164465000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1407, 'Hannover 96', 'FSV Mainz 05', NULL, NULL, 14, 1164465000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1408, 'Eintracht Frankfurt', 'Borussia Dortmund', NULL, NULL, 14, 1164465000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1409, 'VfL Wolfsburg', '1. FC Nuernberg', NULL, NULL, 14, 1164465000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1501, 'Bayern Muenchen', 'Bor. Mgladbach', NULL, NULL, 15, 1165069800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1502, 'Werder Bremen', 'Hertha BSC', NULL, NULL, 15, 1165069800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1503, 'Borussia Dortmund', 'VfL Wolfsburg', NULL, NULL, 15, 1165069800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1504, '1. FC Nuernberg', 'FC Schalke 04', NULL, NULL, 15, 1165069800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1505, 'FSV Mainz 05', 'VfB Stuttgart', NULL, NULL, 15, 1165069800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1506, 'Arminia Bielefeld', 'Bayer Leverkusen', NULL, NULL, 15, 1165069800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1507, 'VFL Bochum', 'Hamburger SV', NULL, NULL, 15, 1165069800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1508, 'Alemannia Aachen', 'Eintracht Frankfurt', NULL, NULL, 15, 1165069800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1509, 'Energie Cottbus', 'Hannover 96', NULL, NULL, 15, 1165069800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1601, 'Bayern Muenchen', 'Energie Cottbus', NULL, NULL, 16, 1165674600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1602, 'Hamburger SV', '1. FC Nuernberg', NULL, NULL, 16, 1165674600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1603, 'FC Schalke 04', 'Borussia Dortmund', NULL, NULL, 16, 1165674600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1604, 'Bayer Leverkusen', 'Hertha BSC', NULL, NULL, 16, 1165674600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1605, 'VfB Stuttgart', 'VFL Bochum', NULL, NULL, 16, 1165674600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1606, 'Bor. Mgladbach', 'FSV Mainz 05', NULL, NULL, 16, 1165674600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1607, 'Hannover 96', 'Arminia Bielefeld', NULL, NULL, 16, 1165674600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1608, 'Eintracht Frankfurt', 'Werder Bremen', NULL, NULL, 16, 1165674600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1609, 'VfL Wolfsburg', 'Alemannia Aachen', NULL, NULL, 16, 1165674600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1701, 'Werder Bremen', 'VfL Wolfsburg', NULL, NULL, 17, 1166279400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1702, 'Hertha BSC', 'Eintracht Frankfurt', NULL, NULL, 17, 1166279400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1703, 'Borussia Dortmund', 'Bayer Leverkusen', NULL, NULL, 17, 1166279400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1704, '1. FC Nuernberg', 'Hannover 96', NULL, NULL, 17, 1166279400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1705, 'FSV Mainz 05', 'Bayern Muenchen', NULL, NULL, 17, 1166279400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1706, 'Arminia Bielefeld', 'FC Schalke 04', NULL, NULL, 17, 1166279400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1707, 'VFL Bochum', 'Bor. Mgladbach', NULL, NULL, 17, 1166279400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1708, 'Alemannia Aachen', 'Hamburger SV', NULL, NULL, 17, 1166279400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1709, 'Energie Cottbus', 'VfB Stuttgart', NULL, NULL, 17, 1166279400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1801, 'Borussia Dortmund', 'Bayern Muenchen', NULL, NULL, 18, 1169908200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1802, 'Energie Cottbus', 'Bor. Mgladbach', NULL, NULL, 18, 1169908200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1803, 'Eintracht Frankfurt', 'FC Schalke 04', NULL, NULL, 18, 1169908200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1804, 'Alemannia Aachen', 'Bayer Leverkusen', NULL, NULL, 18, 1169908200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1805, '1. FC Nuernberg', 'VfB Stuttgart', NULL, NULL, 18, 1169908200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1806, 'VFL Bochum', 'FSV Mainz 05', NULL, NULL, 18, 1169908200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1807, 'Hertha BSC', 'VfL Wolfsburg', NULL, NULL, 18, 1169908200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1808, 'Arminia Bielefeld', 'Hamburger SV', NULL, NULL, 18, 1169908200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1809, 'Werder Bremen', 'Hannover 96', NULL, NULL, 18, 1169908200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1901, 'VfB Stuttgart', 'Arminia Bielefeld', NULL, NULL, 19, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1902, 'VfL Wolfsburg', 'Eintracht Frankfurt', NULL, NULL, 19, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1903, 'Bayern Muenchen', 'VFL Bochum', NULL, NULL, 19, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1904, 'Bor. Mgladbach', '1. FC Nuernberg', NULL, NULL, 19, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1905, 'Hamburger SV', 'Energie Cottbus', NULL, NULL, 19, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1906, 'FC Schalke 04', 'Alemannia Aachen', NULL, NULL, 19, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1907, 'Bayer Leverkusen', 'Werder Bremen', NULL, NULL, 19, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1908, 'FSV Mainz 05', 'Borussia Dortmund', NULL, NULL, 19, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (1909, 'Hannover 96', 'Hertha BSC', NULL, NULL, 19, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2001, '1. FC Nuernberg', 'Bayern Muenchen', NULL, NULL, 20, 1170513000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2002, 'Energie Cottbus', 'VFL Bochum', NULL, NULL, 20, 1170513000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2003, 'Alemannia Aachen', 'Hannover 96', NULL, NULL, 20, 1170513000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2004, 'Borussia Dortmund', 'VfB Stuttgart', NULL, NULL, 20, 1170513000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2005, 'Arminia Bielefeld', 'Bor. Mgladbach', NULL, NULL, 20, 1170513000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2006, 'Hertha BSC', 'Hamburger SV', NULL, NULL, 20, 1170513000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2007, 'VfL Wolfsburg', 'Bayer Leverkusen', NULL, NULL, 20, 1170513000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2008, 'Eintracht Frankfurt', 'FSV Mainz 05', NULL, NULL, 20, 1170513000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2009, 'Werder Bremen', 'FC Schalke 04', NULL, NULL, 20, 1170513000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2101, 'VfB Stuttgart', 'Werder Bremen', NULL, NULL, 21, 1171117800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2102, 'Bayer Leverkusen', 'Eintracht Frankfurt', NULL, NULL, 21, 1171117800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2103, 'FC Schalke 04', 'Hertha BSC', NULL, NULL, 21, 1171117800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2104, 'VFL Bochum', '1. FC Nuernberg', NULL, NULL, 21, 1171117800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2105, 'Bor. Mgladbach', 'Alemannia Aachen', NULL, NULL, 21, 1171117800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2106, 'Bayern Muenchen', 'Arminia Bielefeld', NULL, NULL, 21, 1171117800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2107, 'Hamburger SV', 'Borussia Dortmund', NULL, NULL, 21, 1171117800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2108, 'FSV Mainz 05', 'Energie Cottbus', NULL, NULL, 21, 1171117800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2109, 'Hannover 96', 'VfL Wolfsburg', NULL, NULL, 21, 1171117800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2201, 'Bayer Leverkusen', 'Hannover 96', NULL, NULL, 22, 1171722600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2202, 'Eintracht Frankfurt', 'VfB Stuttgart', NULL, NULL, 22, 1171722600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2203, '1. FC Nuernberg', 'Energie Cottbus', NULL, NULL, 22, 1171722600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2204, 'VfL Wolfsburg', 'FC Schalke 04', NULL, NULL, 22, 1171722600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2205, 'Werder Bremen', 'Hamburger SV', NULL, NULL, 22, 1171722600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2206, 'Borussia Dortmund', 'Bor. Mgladbach', NULL, NULL, 22, 1171722600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2207, 'Hertha BSC', 'FSV Mainz 05', NULL, NULL, 22, 1171722600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2208, 'Alemannia Aachen', 'Bayern Muenchen', NULL, NULL, 22, 1171722600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2209, 'Arminia Bielefeld', 'VFL Bochum', NULL, NULL, 22, 1171722600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2301, 'FC Schalke 04', 'Bayer Leverkusen', NULL, NULL, 23, 1172327400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2302, 'VfB Stuttgart', 'Hertha BSC', NULL, NULL, 23, 1172327400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2303, 'Bayern Muenchen', 'VfL Wolfsburg', NULL, NULL, 23, 1172327400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2304, 'Hannover 96', 'Borussia Dortmund', NULL, NULL, 23, 1172327400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2305, 'Bor. Mgladbach', 'Werder Bremen', NULL, NULL, 23, 1172327400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2306, 'VFL Bochum', 'Alemannia Aachen', NULL, NULL, 23, 1172327400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2307, 'Hamburger SV', 'Eintracht Frankfurt', NULL, NULL, 23, 1172327400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2308, 'FSV Mainz 05', '1. FC Nuernberg', NULL, NULL, 23, 1172327400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2309, 'Energie Cottbus', 'Arminia Bielefeld', NULL, NULL, 23, 1172327400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2401, 'Werder Bremen', 'VFL Bochum', NULL, NULL, 24, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2402, 'Hertha BSC', 'Bayern Muenchen', NULL, NULL, 24, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2403, 'Eintracht Frankfurt', 'Hannover 96', NULL, NULL, 24, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2404, 'VfL Wolfsburg', 'Bor. Mgladbach', NULL, NULL, 24, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2405, 'Bayer Leverkusen', 'VfB Stuttgart', NULL, NULL, 24, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2406, 'Alemannia Aachen', 'FSV Mainz 05', NULL, NULL, 24, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2407, 'Arminia Bielefeld', '1. FC Nuernberg', NULL, NULL, 24, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2408, 'FC Schalke 04', 'Hamburger SV', NULL, NULL, 24, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2409, 'Borussia Dortmund', 'Energie Cottbus', NULL, NULL, 24, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2501, 'Energie Cottbus', 'Alemannia Aachen', NULL, NULL, 25, 1173537000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2502, 'Hannover 96', 'FC Schalke 04', NULL, NULL, 25, 1173537000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2503, 'Hamburger SV', 'Bayer Leverkusen', NULL, NULL, 25, 1173537000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2504, 'FSV Mainz 05', 'Arminia Bielefeld', NULL, NULL, 25, 1173537000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2505, 'Bor. Mgladbach', 'Hertha BSC', NULL, NULL, 25, 1173537000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2506, 'Bayern Muenchen', 'Werder Bremen', NULL, NULL, 25, 1173537000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2507, '1. FC Nuernberg', 'Eintracht Frankfurt', NULL, NULL, 25, 1173537000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2508, 'VfB Stuttgart', 'VfL Wolfsburg', NULL, NULL, 25, 1173537000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2509, 'VFL Bochum', 'Borussia Dortmund', NULL, NULL, 25, 1173537000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2601, 'Werder Bremen', 'FSV Mainz 05', NULL, NULL, 26, 1174141800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2602, 'Hannover 96', 'Hamburger SV', NULL, NULL, 26, 1174141800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2603, 'Borussia Dortmund', '1. FC Nuernberg', NULL, NULL, 26, 1174141800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2604, 'Hertha BSC', 'Energie Cottbus', NULL, NULL, 26, 1174141800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2605, 'VfL Wolfsburg', 'VFL Bochum', NULL, NULL, 26, 1174141800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2606, 'Bayer Leverkusen', 'Bor. Mgladbach', NULL, NULL, 26, 1174141800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2607, 'Alemannia Aachen', 'Arminia Bielefeld', NULL, NULL, 26, 1174141800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2608, 'Eintracht Frankfurt', 'Bayern Muenchen', NULL, NULL, 26, 1174141800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2609, 'FC Schalke 04', 'VfB Stuttgart', NULL, NULL, 26, 1174141800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2701, 'Arminia Bielefeld', 'Borussia Dortmund', NULL, NULL, 27, 1175347800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2702, 'Bayern Muenchen', 'FC Schalke 04', NULL, NULL, 27, 1175347800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2703, 'Energie Cottbus', 'Werder Bremen', NULL, NULL, 27, 1175347800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2704, 'Bor. Mgladbach', 'Eintracht Frankfurt', NULL, NULL, 27, 1175347800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2705, 'Hamburger SV', 'VfL Wolfsburg', NULL, NULL, 27, 1175347800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2706, 'FSV Mainz 05', 'Bayer Leverkusen', NULL, NULL, 27, 1175347800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2707, '1. FC Nuernberg', 'Hertha BSC', NULL, NULL, 27, 1175347800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2708, 'VFL Bochum', 'Hannover 96', NULL, NULL, 27, 1175347800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2709, 'VfB Stuttgart', 'Alemannia Aachen', NULL, NULL, 27, 1175347800, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2801, 'FC Schalke 04', 'Bor. Mgladbach', NULL, NULL, 28, 1175952600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2802, 'Hertha BSC', 'Arminia Bielefeld', NULL, NULL, 28, 1175952600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2803, 'Eintracht Frankfurt', 'Energie Cottbus', NULL, NULL, 28, 1175952600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2804, 'Bayer Leverkusen', 'VFL Bochum', NULL, NULL, 28, 1175952600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2805, 'Alemannia Aachen', 'Borussia Dortmund', NULL, NULL, 28, 1175952600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2806, 'Werder Bremen', '1. FC Nuernberg', NULL, NULL, 28, 1175952600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2807, 'Hamburger SV', 'VfB Stuttgart', NULL, NULL, 28, 1175952600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2808, 'VfL Wolfsburg', 'FSV Mainz 05', NULL, NULL, 28, 1175952600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2809, 'Hannover 96', 'Bayern Muenchen', NULL, NULL, 28, 1175952600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2901, 'Borussia Dortmund', 'Werder Bremen', NULL, NULL, 29, 1176557400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2902, 'VfB Stuttgart', 'Hannover 96', NULL, NULL, 29, 1176557400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2903, 'Bor. Mgladbach', 'Hamburger SV', NULL, NULL, 29, 1176557400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2904, 'FSV Mainz 05', 'FC Schalke 04', NULL, NULL, 29, 1176557400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2905, 'Arminia Bielefeld', 'Eintracht Frankfurt', NULL, NULL, 29, 1176557400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2906, 'Energie Cottbus', 'VfL Wolfsburg', NULL, NULL, 29, 1176557400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2907, 'Bayern Muenchen', 'Bayer Leverkusen', NULL, NULL, 29, 1176557400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2908, '1. FC Nuernberg', 'Alemannia Aachen', NULL, NULL, 29, 1176557400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (2909, 'VFL Bochum', 'Hertha BSC', NULL, NULL, 29, 1176557400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3001, 'Eintracht Frankfurt', 'VFL Bochum', NULL, NULL, 30, 1177162200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3002, 'Hamburger SV', 'FSV Mainz 05', NULL, NULL, 30, 1177162200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3003, 'Werder Bremen', 'Alemannia Aachen', NULL, NULL, 30, 1177162200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3004, 'Hertha BSC', 'Borussia Dortmund', NULL, NULL, 30, 1177162200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3005, 'Bayer Leverkusen', '1. FC Nuernberg', NULL, NULL, 30, 1177162200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3006, 'Hannover 96', 'Bor. Mgladbach', NULL, NULL, 30, 1177162200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3007, 'VfB Stuttgart', 'Bayern Muenchen', NULL, NULL, 30, 1177162200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3008, 'VfL Wolfsburg', 'Arminia Bielefeld', NULL, NULL, 30, 1177162200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3009, 'FC Schalke 04', 'Energie Cottbus', NULL, NULL, 30, 1177162200, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3101, 'Borussia Dortmund', 'Eintracht Frankfurt', NULL, NULL, 31, 1177767000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3102, '1. FC Nuernberg', 'VfL Wolfsburg', NULL, NULL, 31, 1177767000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3103, 'FSV Mainz 05', 'Hannover 96', NULL, NULL, 31, 1177767000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3104, 'Energie Cottbus', 'Bayer Leverkusen', NULL, NULL, 31, 1177767000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3105, 'Bor. Mgladbach', 'VfB Stuttgart', NULL, NULL, 31, 1177767000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3106, 'VFL Bochum', 'FC Schalke 04', NULL, NULL, 31, 1177767000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3107, 'Arminia Bielefeld', 'Werder Bremen', NULL, NULL, 31, 1177767000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3108, 'Alemannia Aachen', 'Hertha BSC', NULL, NULL, 31, 1177767000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3109, 'Bayern Muenchen', 'Hamburger SV', NULL, NULL, 31, 1177767000, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3201, 'FC Schalke 04', '1. FC Nuernberg', NULL, NULL, 32, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3202, 'Bor. Mgladbach', 'Bayern Muenchen', NULL, NULL, 32, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3203, 'VfB Stuttgart', 'FSV Mainz 05', NULL, NULL, 32, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3204, 'VfL Wolfsburg', 'Borussia Dortmund', NULL, NULL, 32, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3205, 'Hertha BSC', 'Werder Bremen', NULL, NULL, 32, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3206, 'Hamburger SV', 'VFL Bochum', NULL, NULL, 32, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3207, 'Eintracht Frankfurt', 'Alemannia Aachen', NULL, NULL, 32, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3208, 'Hannover 96', 'Energie Cottbus', NULL, NULL, 32, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3209, 'Bayer Leverkusen', 'Arminia Bielefeld', NULL, NULL, 32, -1, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3301, 'Energie Cottbus', 'Bayern Muenchen', NULL, NULL, 33, 1178976600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3302, 'FSV Mainz 05', 'Bor. Mgladbach', NULL, NULL, 33, 1178976600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3303, 'Werder Bremen', 'Eintracht Frankfurt', NULL, NULL, 33, 1178976600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3304, 'Arminia Bielefeld', 'Hannover 96', NULL, NULL, 33, 1178976600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3305, 'VFL Bochum', 'VfB Stuttgart', NULL, NULL, 33, 1178976600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3306, 'Borussia Dortmund', 'FC Schalke 04', NULL, NULL, 33, 1178976600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3307, 'Alemannia Aachen', 'VfL Wolfsburg', NULL, NULL, 33, 1178976600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3308, 'Hertha BSC', 'Bayer Leverkusen', NULL, NULL, 33, 1178976600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3309, '1. FC Nuernberg', 'Hamburger SV', NULL, NULL, 33, 1178976600, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3401, 'VfB Stuttgart', 'Energie Cottbus', NULL, NULL, 34, 1179581400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3402, 'Bayern Muenchen', 'FSV Mainz 05', NULL, NULL, 34, 1179581400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3403, 'Bor. Mgladbach', 'VFL Bochum', NULL, NULL, 34, 1179581400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3404, 'Hannover 96', '1. FC Nuernberg', NULL, NULL, 34, 1179581400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3405, 'Eintracht Frankfurt', 'Hertha BSC', NULL, NULL, 34, 1179581400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3406, 'Hamburger SV', 'Alemannia Aachen', NULL, NULL, 34, 1179581400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3407, 'FC Schalke 04', 'Arminia Bielefeld', NULL, NULL, 34, 1179581400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3408, 'Bayer Leverkusen', 'Borussia Dortmund', NULL, NULL, 34, 1179581400, 0);
INSERT INTO `tippspiel_spieltage` VALUES (3409, 'VfL Wolfsburg', 'Werder Bremen', NULL, NULL, 34, 1179581400, 0);