'; echo $ajax; echo '

User Agent Liste


'; } $ua = $_SERVER['HTTP_USER_AGENT']; if($_GET['ua_type'] == ''){ $ua_type = 'all'; } else{ $ua_type = $_GET['ua_type']; } $write = true; $ua_list = file('ua_list.txt'); if ($ua == ''){ $write = false; } else if(stripos($ua,'\n"; if($ua_type == strtolower($line_type) || $ua_type == 'all'){ //if ($found_nr == ($i+1)){ //if ($ua_list[$i] == $ua){ if($_GET['filetype'] == 'csv'){ fputcsv($file_stream , array(trim($ua_list[$i]),$line_type),';','"'); } else{ if (strstr($ua_list[$i],$ua)){ //$out_line [$i]= '
  • '.htmlspecialchars($ua_list[$i]).'
  • '; $out_line [$i]= ''.($i+1).'.) '.htmlspecialchars($ua_list[$i]).''.$line_type."\n"; } else{ //$out_line [$i]= '
  • '.htmlspecialchars($ua_list[$i]).'
  • '; $out_line [$i]= ''.($i+1).'.) '.htmlspecialchars($ua_list[$i]).''.$line_type."\n"; } } } //$i++; } if($_GET['filetype'] == 'csv'){ fclose($file_stream); exit; } /* echo '
    '; echo '
    Du kannst diese Liste mit User Agents nach Typ filtern:'; echo "\n"; echo '
    '; echo '

    '; */ echo 'Dein User Agent lautet:
    '.htmlspecialchars($ua)."
    \n"; if ($found){ echo 'Er ist mit Nummer '.$found_nr.''." bereits in der Liste unten aufgeführt!

    \n"; //echo '
      '; //echo ''; echo ''; echo '
      Nr.User AgentType
      '; echo @implode('',$out_line)."\n"; echo "
      Nr.User AgentType: '; echo "\n"; echo '
      "; echo ''; //echo "
    "; //echo implode("
    \n",$out_line); } else{ echo 'Dein User Agent wurde in die Liste aufgenommen! :-)

    '; echo ''; echo @implode('',$out_line)."\n"; echo "
    Nr.User AgentType
    "; //echo '
      '; //echo implode("\n",$out_line)."\n"; //echo "
    "; echo ($i+1).'.) '.htmlspecialchars($ua)."
    \n"; if ($write){ @$fp = fopen('ua_list.txt', 'a'); @fwrite($fp, $ua."\n"); @fclose($fp); } } ?>

    Danke fürs Mitmachen! :-)

    Top of User Agent List