4. Jugend

Saison 25/26     Bezirksklasse A Gruppe 2 Isar West hier geht’s zur Tabelle

Kaan Özkurt, Drake Heath, Simon Bögl, Simon Prem und Pavlo Kolianko

 

Keine 4. Jugend in der Saison 16/17
Keine 4. Jugend in der Saison 15/16
Keine 4. Jugend in der Saison 14/15
Keine 4. Jugend in der Saison 13/14

Saison 12/13     2. 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=179614″;
// 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:    2. Kreisliga

Klimm K., Klimm J., Sauer, Calligaris

// 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=157497″;
// 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:    2. Kreisliga Ost

Matthiesen, Nguyen, Pfleger S., Pfleger V.

// 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=139467″;
// 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

Schreibe einen Kommentar