0 || strpos($file, ".spc") > 0) { $publicList[] = $file; } } closedir($handle); sort($publicList); } if ($handle = opendir($protectedPath)) { $protectedList = array(); while (false !== ($file = readdir($handle))) { if (strpos($file, ".html") > 0 || strpos($file, ".spc") > 0) { $protectedList[] = $file; } } closedir($handle); sort($protectedList); } ?>
Auf der folgenden Seite finden Sie unsere Sportler nach Name sortiert. Für einige Profile müssen Sie sich anmelden.

Sollten Sie Ihre Zugangsdaten vergessen haben oder Ihr Kind noch nicht gelistet sein, so schreiben Sie uns bitte eine Email.

Öffentliche Profile:
0) { for ($i = 0; $i < sizeof($publicList); $i++) { if (strpos($publicList[$i], ".html") > 0) { $name = substr($publicList[$i], 0, strpos($publicList[$i], ".html")); ?>

"; } ?>
Geschützte Profile:
0) { for ($i = 0; $i < sizeof($protectedList); $i++) { if (strpos($protectedList[$i], ".html") > 0) { $name = substr($protectedList[$i], 0, strpos($protectedList[$i], ".html")); ?>

"; } ?>