'; } ?> 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 ''.sanitize_attribute($Name).''.sanitize_output($Name).''; } echo ' '.sanitize_output($Reflector->Stations[$i]->GetCallsignOnly()).' '.sanitize_output($Reflector->Stations[$i]->GetSuffix()).' '.sanitize_output($Reflector->Stations[$i]->GetVia()); if ($Reflector->Stations[$i]->GetPeer() != $Reflector->GetReflectorName()) { echo ' / '.sanitize_output($Reflector->Stations[$i]->GetPeer()); } echo ' '.sanitize_output(@date("d.m.Y H:i", $Reflector->Stations[$i]->GetLastHeardTime())).' '.sanitize_output($Reflector->Stations[$i]->GetModule()).'
GetModules(); sort($Modules, SORT_STRING); echo ' '; for ($i=0;$i'.sanitize_output($PageOptions['ModuleNames'][$Modules[$i]]); if (trim($PageOptions['ModuleNames'][$Modules[$i]]) != "") { echo '
'; } echo sanitize_output($Modules[$i]).''; } else { echo '
'; } } echo ' '; $GlobalPositions = array(); for ($i=0;$iGetNodesInModulesByID($Modules[$i]); echo ' '; } echo ' '; ?>
'.sanitize_output($Modules[$i]).'
'; $odd = ""; $UserCheckedArray = array(); for ($j=0;$jGetCallsignAndSuffixByID($Users[$j]); echo ' '; $UserCheckedArray[] = $Users[$j]; } echo '
'.sanitize_output($Displayname).'