Saison 25/26 Bezirksliga Gruppe 2 Isar hier geht’s zur Tabelle
Samuel Seidenberger, Jonas Geist, Philipp Bierer und Samuel Lukas
Saison 16/17 2. Kreisliga
// Datenquelle von der Tabelle/Liga eingeben
$host = “http://obb-bttv.click-tt.de/cgi-bin/WebObjects/nuLigaTTDE.woa/wa/groupPage?championship=K112+2016%2F17&group=276528″;
// Kommande um die Inhalte zu holen
$filestring = file_get_contents($host);
// Wo soll das Script startern, an der ersten Position
$startpos = 0;
$filestring = preg_replace(‘~[\r\n\t]+~’, ”, $filestring);
$filestring = preg_replace(‘~[ ]{2,}~’, ‘ ‘, $filestring);
$filestring = preg_replace(‘#href=”#Uis’, ‘href=”http://www.bttv.click-tt.de’, $filestring);
// Startpostion vom Html text, hier halt die table
while($pos = strpos($filestring, “<table”, $startpos))
{
//jetzt noch die Endposition der Table eintragen
$string = substr($filestring, $pos, strpos($filestring, ”
“, $pos + 1) – $pos);
//hyperlinks noch entfernen und Bereich schließen
print_r($string.”
“);
$startpos = $pos + 1;
}
// Php schließen
?>
geholt von www.bttv.de/obb
Keine 3. Mannschaft in der Saison 15/16
Keine 3. Mannschaft in der Saison 14/15
Saison 13/14 2. Kreisliga
Bild
// Datenquelle von der Tabelle/Liga eingeben
$host = “http://obb-bttv.click-tt.de/cgi-bin/WebObjects/ClickBTTV.woa/wa/groupPage?championship=K112+2013%2F14&group=203405″;
// Kommande um die Inhalte zu holen
$filestring = file_get_contents($host);
// Wo soll das Script startern, an der ersten Position
$startpos = 0;
$filestring = preg_replace(‘~[\r\n\t]+~’, ”, $filestring);
$filestring = preg_replace(‘~[ ]{2,}~’, ‘ ‘, $filestring);
$filestring = preg_replace(‘#href=”#Uis’, ‘href=”http://www.bttv.click-tt.de’, $filestring);
// Startpostion vom Html text, hier halt die table
while($pos = strpos($filestring, “<table”, $startpos))
{
//jetzt noch die Endposition der Table eintragen
$string = substr($filestring, $pos, strpos($filestring, ”
“, $pos + 1) – $pos);
//hyperlinks noch entfernen und Bereich schließen
print_r($string.”
“);
$startpos = $pos + 1;
}
// Php schließen
?>
geholt von www.bttv.de/obb
Saison 12/13 1. Kreisliga
// Datenquelle von der Tabelle/Liga eingeben
$host = “http://obb-bttv.click-tt.de/cgi-bin/WebObjects/ClickBTTV.woa/wa/groupPage?championship=K112+2012%2F13&group=179324″;
// Kommande um die Inhalte zu holen
$filestring = file_get_contents($host);
// Wo soll das Script startern, an der ersten Position
$startpos = 0;
$filestring = preg_replace(‘~[\r\n\t]+~’, ”, $filestring);
$filestring = preg_replace(‘~[ ]{2,}~’, ‘ ‘, $filestring);
$filestring = preg_replace(‘#href=”#Uis’, ‘href=”http://www.bttv.click-tt.de’, $filestring);
// Startpostion vom Html text, hier halt die table
while($pos = strpos($filestring, “<table”, $startpos))
{
//jetzt noch die Endposition der Table eintragen
$string = substr($filestring, $pos, strpos($filestring, ”
“, $pos + 1) – $pos);
//hyperlinks noch entfernen und Bereich schließen
print_r($string.”
“);
$startpos = $pos + 1;
}
// Php schließen
?>
geholt von www.bttv.de/obb
Saison 11/12: 1. Kreisliga
// Datenquelle von der Tabelle/Liga eingeben
$host = “http://obb-bttv.click-tt.de/cgi-bin/WebObjects/ClickBTTV.woa/wa/groupPage?championship=K112+2011%2F12&group=157495″;
// Kommande um die Inhalte zu holen
$filestring = file_get_contents($host);
// Wo soll das Script startern, an der ersten Position
$startpos = 0;
$filestring = preg_replace(‘~[\r\n\t]+~’, ”, $filestring);
$filestring = preg_replace(‘~[ ]{2,}~’, ‘ ‘, $filestring);
$filestring = preg_replace(‘#href=”#Uis’, ‘href=”http://www.bttv.click-tt.de’, $filestring);
// Startpostion vom Html text, hier halt die table
while($pos = strpos($filestring, “<table”, $startpos))
{
//jetzt noch die Endposition der Table eintragen
$string = substr($filestring, $pos, strpos($filestring, ”
“, $pos + 1) – $pos);
//hyperlinks noch entfernen und Bereich schließen
print_r($string.”
“);
$startpos = $pos + 1;
}
// Php schließen
?>
geholt von www.bttv.de/obb
Saison 10/11: 1. Kreisliga
// Datenquelle von der Tabelle/Liga eingeben
$host = “http://obb-bttv.click-tt.de/cgi-bin/WebObjects/ClickBTTV.woa/wa/groupPage?championship=K112+2010%2F11&group=139449″;
// Kommande um die Inhalte zu holen
$filestring = file_get_contents($host);
// Wo soll das Script startern, an der ersten Position
$startpos = 0;
$filestring = preg_replace(‘~[\r\n\t]+~’, ”, $filestring);
$filestring = preg_replace(‘~[ ]{2,}~’, ‘ ‘, $filestring);
$filestring = preg_replace(‘#href=”#Uis’, ‘href=”http://www.bttv.click-tt.de’, $filestring);
// Startpostion vom Html text, hier halt die table
while($pos = strpos($filestring, “<table”, $startpos))
{
//jetzt noch die Endposition der Table eintragen
$string = substr($filestring, $pos, strpos($filestring, ”
“, $pos + 1) – $pos);
//hyperlinks noch entfernen und Bereich schließen
print_r($string.”
“);
$startpos = $pos + 1;
}
// Php schließen
?>
geholt von www.bttv.de/obb
Saison 09/10: 2. Kreisliga
// Datenquelle von der Tabelle/Liga eingeben
$host = “http://obb-bttv.click-tt.de/cgi-bin/WebObjects/ClickBTTV.woa/wa/groupPage?championship=K112+2009%2F10&group=136919″;
// Kommande um die Inhalte zu holen
$filestring = file_get_contents($host);
// Wo soll das Script startern, an der ersten Position
$startpos = 0;
$filestring = preg_replace(‘~[\r\n\t]+~’, ”, $filestring);
$filestring = preg_replace(‘~[ ]{2,}~’, ‘ ‘, $filestring);
$filestring = preg_replace(‘#href=”#Uis’, ‘href=”http://www.bttv.click-tt.de’, $filestring);
// Startpostion vom Html text, hier halt die table
while($pos = strpos($filestring, “<table”, $startpos))
{
//jetzt noch die Endposition der Table eintragen
$string = substr($filestring, $pos, strpos($filestring, ”
“, $pos + 1) – $pos);
//hyperlinks noch entfernen und Bereich schließen
print_r($string.”
“);
$startpos = $pos + 1;
}
// Php schließen
?>
geholt von www.bttv.de/obb
Saison 08/09: 3. Kreisliga
// Datenquelle von der Tabelle/Liga eingeben
$host = “http://obb-bttv.click-tt.de/cgi-bin/WebObjects/ClickBTTV.woa/wa/groupPage?championship=K112+2008%2F09&group=133807″;
// Kommande um die Inhalte zu holen
$filestring = file_get_contents($host);
// Wo soll das Script startern, an der ersten Position
$startpos = 0;
$filestring = preg_replace(‘~[\r\n\t]+~’, ”, $filestring);
$filestring = preg_replace(‘~[ ]{2,}~’, ‘ ‘, $filestring);
$filestring = preg_replace(‘#href=”#Uis’, ‘href=”http://www.bttv.click-tt.de’, $filestring);
// Startpostion vom Html text, hier halt die table
while($pos = strpos($filestring, “<table”, $startpos))
{
//jetzt noch die Endposition der Table eintragen
$string = substr($filestring, $pos, strpos($filestring, ”
“, $pos + 1) – $pos);
//hyperlinks noch entfernen und Bereich schließen
print_r($string.”
“);
$startpos = $pos + 1;
}
// Php schließen
?>
geholt von www.bttv.de/obb





