'; } ?> LoadFlags(); $odd = ""; for ($i=0;$i<$Reflector->StationCount();$i++) { $ShowThisStation = true; if ($PageOptions['UserPage']['ShowFilter']) { $CS = true; if ($_SESSION['FilterCallSign'] != null) { if (!fnmatch($_SESSION['FilterCallSign'], $Reflector->Stations[$i]->GetCallSign(), FNM_CASEFOLD)) { $CS = false; } } $MO = true; if ($_SESSION['FilterModule'] != null) { if (trim(strtolower($_SESSION['FilterModule'])) != strtolower($Reflector->Stations[$i]->GetModule())) { $MO = false; } } $ShowThisStation = ($CS && $MO); } if ($ShowThisStation) { if ($odd == "#FFFFFF") { $odd = "#F1FAFA"; } else { $odd = "#FFFFFF"; } echo ' '; } if ($i == $PageOptions['LastHeardPage']['LimitTo']) { $i = $Reflector->StationCount()+1; } } ?>
'; if (($_SESSION['FilterModule'] != null) || ($_SESSION['FilterCallSign'] != null)) { echo ' '; } echo '
Disable filters
# Flag Callsign Suffix DPRS Via / Peer Last heard Listening on
'; if ($i==0 && $Reflector->Stations[$i]->GetLastHeardTime() > (time() - 60)) { echo ''; } else { echo ($i+1); } echo ' '; list ($Flag, $Name) = $Reflector->GetFlag($Reflector->Stations[$i]->GetCallSign()); if (file_exists("./img/flags/".$Flag.".png")) { echo ''.$Name.''.$Name.''; } echo ' '.$Reflector->Stations[$i]->GetCallsignOnly().' '.$Reflector->Stations[$i]->GetSuffix().' '.$Reflector->Stations[$i]->GetVia(); if ($Reflector->Stations[$i]->GetPeer() != $Reflector->GetReflectorName()) { echo ' / '.$Reflector->Stations[$i]->GetPeer(); } echo ' '.@date("d.m.Y H:i", $Reflector->Stations[$i]->GetLastHeardTime()).' '.$Reflector->Stations[$i]->GetModule().'
GetModules(); sort($Modules, SORT_STRING); echo ' '; for ($i=0;$i'.$PageOptions['ModuleNames'][$Modules[$i]]; if (trim($PageOptions['ModuleNames'][$Modules[$i]]) != "") { echo '
'; } echo $Modules[$i].' '; } else { echo '
'; } } echo ' '; $GlobalPositions = array(); for ($i=0;$iGetNodesInModulesByID($Modules[$i]); echo ' '; } echo ' '; ?>
'.$Modules[$i].'
'; $odd = ""; $UserCheckedArray = array(); for ($j=0;$jGetCallsignAndSuffixByID($Users[$j]); echo ' '; $UserCheckedArray[] = $Users[$j]; } echo '
'.$Displayname.'