[ 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/ -> browsers.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: browsers.php 216 2007-05-04 15:34:17Z matthieu_ $
  11  
  12  
  13  $GLOBALS['browsers'] = array(
  14          'msie'                            => 'IE',
  15          'microsoft internet explorer'    => 'IE',
  16          'internet explorer'            => 'IE',
  17          'netscape6'                    => 'NS',
  18          'netscape'                        => 'NS',
  19          'galeon'                        => 'GA',
  20          'phoenix'                        => 'PX',
  21          'firefox'                        => 'FF',
  22          'mozilla firebird'                => 'FB',
  23          'firebird'                        => 'FB',
  24          'seamonkey'                    => 'SM',
  25          'chimera'                        => 'CH',
  26          'camino'                        => 'CA',
  27          'safari'                        => 'SF',
  28          'k-meleon'                        => 'KM',
  29          'mozilla'                        => 'MO',
  30          'opera'                            => 'OP',
  31          'konqueror'                        => 'KO',
  32          'icab'                            => 'IC',
  33          'lynx'                            => 'LX',
  34          'links'                            => 'LI',
  35          'ncsa mosaic'                    => 'MC',
  36          'amaya'                        => 'AM',
  37          'omniweb'                        => 'OW',
  38          'hotjava'                        => 'HJ',
  39          'browsex'                        => 'BX',
  40          'amigavoyager'                    => 'AV',
  41          'amiga-aweb'                    => 'AW',
  42          'ibrowse'                        => 'IB',
  43          'unknown'                        => 'unk'
  44  );
  45  
  46  $GLOBALS['browsers_reverse'] = array_flip($GLOBALS['browsers']);
  47  
  48  $GLOBALS['browsers_graph'] = $GLOBALS['browsers_reverse'];
  49  $GLOBALS['browsers_graph']['IE'] = "IE";
  50  $GLOBALS['browsers_graph']['FB'] = "Firebird";
  51  ?>


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