[ Index ]
 

Code source de phpMyVisites 2.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/core/datas/ -> osLists.php (source)

   1  <?php
   2  /* 
   3   * phpMyVisites : website statistics and audience measurements
   4   * Copyright (C) 2002 - 2006
   5   * http://www.phpmyvisites.net/ 
   6   * phpMyVisites is free software (license GNU/GPL)
   7   * Authors : phpMyVisites team
   8  */
   9  
  10  // $Id: osLists.php 216 2007-05-04 15:34:17Z matthieu_ $
  11  
  12  // infos os
  13  $GLOBALS['osNameToId'] = Array(
  14      'Nintendo Wii'     => 'WII',
  15      'PlayStation Portable' => 'PSP',
  16      'PLAYSTATION 3'  => 'PS3',
  17      'Windows NT 6.0' => 'WVI',
  18      'Windows Vista'  => 'WVI',
  19      'Windows NT 5.2' => 'WS3',
  20      'Windows Server 2003' => 'WS3',
  21      'Windows NT 5.1' => 'WXP',
  22      'Windows XP'     => 'WXP',
  23      'Win98'          => 'W98',
  24      'Windows 98'     => 'W98',
  25      'Windows NT 5.0' => 'W2K',
  26      'Windows 2000'   => 'W2K',
  27      'Windows NT 4.0' => 'WNT',
  28      'WinNT'          => 'WNT',
  29      'Windows NT'     => 'WNT',
  30      'Win 9x 4.90'    => 'WME',
  31      'Win 9x 4.90'    => 'WME',
  32      'Windows Me'     => 'WME',
  33      'Win32'          => 'W95',
  34      'Win95'          => 'W95',        
  35      'Windows 95'     => 'W95',
  36      'Mac_PowerPC'    => 'MAC', 
  37      'Mac PPC'        => 'MAC',
  38      'PPC'            => 'MAC',
  39      'Mac PowerPC'    => 'MAC',
  40      'Mac OS'         => 'MAC',
  41      'Linux'          => 'LIN',
  42      'SunOS'          => 'SOS', 
  43      'FreeBSD'        => 'BSD', 
  44      'AIX'            => 'AIX', 
  45      'IRIX'           => 'IRI', 
  46      'HP-UX'          => 'HPX', 
  47      'OS/2'           => 'OS2', 
  48      'NetBSD'         => 'NBS',
  49      'Unknown'        => 'UNK' 
  50      );
  51  
  52  $GLOBALS['osIdToName'] = array_flip($GLOBALS['osNameToId']);
  53  
  54  $GLOBALS['osNameToIdForGraph'] = Array(
  55      'PS3' => 'PS3',
  56      'PSP' => 'PSP',
  57      'WII' => 'WII',
  58      'WVI' => 'Win Vista',
  59      'WS3' => 'Win S2003',
  60      'WXP' => 'Win XP',
  61      'W98' => 'Win 98',
  62      'W2K' => 'Win 2000', 
  63      'WNT' => 'Win NT',
  64      'WME' => 'Win Me',
  65      'W95' => 'Win 95',        
  66      'WCE' => 'Win CE',
  67      'MAC' => 'Mac OS',
  68      'LIN' => 'Linux', 
  69      'INC' => 'Inconnu', 
  70      'SOS' => 'SunOS', 
  71      'BSD' => 'FreeBSD', 
  72      'AIX' => 'AIX',
  73      'IRI' => 'IRIX', 
  74      'HPX' => 'HPX', 
  75      'OS2' => 'OS/2', 
  76      'NBS' => 'NetBSD',
  77      'UNK' => 'Unknown',
  78      );
  79  ?>


Généré le : Mon Nov 26 14:10:01 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics