Mise jour du sam jun 12 23:21:56 CEST 2004

 - Version 2.1 incluant les templates smarty

 - Le bloc compteur est configurable :
	- nombre de chiffres (images) afficher
	- rertoire d'images utiliser
	- montrer ou non l'avatar du membre

 - Le bloc Web stats est configurable :
	- section du format de la date (FR or US)

 - Le module Istats a maintenant une partie admin :
	- Prences:
		- section du format de la date (FR or US)
		- vous pouvez choisir le nombre de 'requested pages' afficher
		- vous pouvez choisir le nombre de 'hostnames' afficher
		- vous pouvez choisir le nombre de 'referers' afficher
	- Cookie:
		- vous pouvez dinir la dur de vie de votre cookie
		  Attention : cette option utilise un fichier spifique (config.php dans le rertoire cache).
		  N'oubliez pas les permissions sur le rertoire cache (chmod 777) ainsi que sur le fichier config.php (chmod 666).

   La 'compact policy' P3P est incluse dans le fichier counter.php file avec la chaine de Janmetpet par daut.
   Suivez simplement le lien ci-dessous afin d'obtenir la vre :
   http://www.privacycouncil.com/freep3pfix.php
   
   Inclus dans ce texte (point numo 3), la modification pour empher que l'admin du site ne soit comptpar le module (Lucastds).
-------------------------------------------------------

A faire lors de l'installation du module I-Stats :

1 - Extraire le contenu de l'archive et uploader le tout dans le rertoire modules du site xoops, procer ensuite l'installation classique
    d'un module.

2 - Ajouter dans les fichiers *.css de chaque the les classes suivantes :

    .statstable { margin:0px; padding:0px; width:auto; font-size: small; font-weight: normal;}
    .stats { vertical-align: bottom; width:625px; margin:0; border: 0;}
    .statsimg { vertical-align: bottom; width:25px; text-align:center;}
    .statsimgweekday { vertical-align: bottom; font-size: small; font-weight: normal;}
    .statswords { border-width: 0; font-size: x-small; background-color: transparent; font-weight: normal; text-align:center; width:25px;}
    .statsfore { width: 30%; padding:2px;}
    .statsdiv { text-align:center; padding:0px;}
    
    J'ai ajoutces quelques classes dans le but d'essayer de garantir le me aspect visuel du module avec la plus part des thes de xoops ainsi qu'avec
    les principaux navigateurs (IE, opera, mozilla, konqueror et galeon).
    A noter quelques imperfections avec konqueror.

3 - Aller dans chaque fichier theme.html et ajouter dans la partie footer de xoops le code suivant :
    Exemple issu du the Default de xoops :
    
	      <table width="100%" cellspacing="0">
	    <tr id="footerbar">
	      <td><a href="http://www.xoops.org/" target="_blank"><img src="<{$xoops_imageurl}>poweredby.gif" alt="" /></a>
	        <{if $xoops_isadmin != 1}>
	          <script type="text/Javascript">
		  <!--
		  istat = new Image(1,1);
		  istat.src = "http://URL_DE_VOTRE_SITE_XOOPS/modules/istats/include/counter.php?sw="+screen.width+"&sc="+screen.colorDepth+"&refer="+escape(document.referrer)+"&page="+location.href;
		  //-->
		  </script>
		<{/if}>
	      </td>
	    </tr>
	      </table>
	</body>
	</html>
    
    Ce code permettra au module de stats d'effectuer les diffents comptabilisations.

4 - A noter que pour les possesseurs d'ran ne permettant pas d'aller au-deld'une rolution de 1024x768, il ne faudra pas afficher les blocs de droite
    sur la page des stats, sous peine de voir certains tableaux daler cette colonne.
    Laussi, j'ai fait mon possible pour que l'aspect visuel soit le me en 1024x768 et dans les rolutions supieures.
    Si toutes fois, quelqu'un de plus calque moi question css et tableaux arrivait faire mieux (ce qui ne me semble pas trop difficile),
    surtout qu'il n'hite pas corriger et m'envoyer les nouveaux fichiers.
    
    
    Sylvain B. webmaster http://123rando.com
    

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------    
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Updated sam jun 12 23:21:56 CEST 2004

 - Version 2.1 smarty templates included

 - Counter block with configurable options:
	- number of graphical numbers to display
	- directory to use for graphics
	- avatar member to show or not

 - Web stats block now include option:
	- selectable date format (FR or US)

 - Istats module has now an admin section:
	- Preferences:
		- selectable date format (FR or US)
		- you can choose the number of 'requested pages' to display
		- you can choose the number of 'hostnames' to display
		- you can choose the number of 'referers' to display
	- Cookie:
		- you can define your cookie's lifetime duration
		  Warning: the option use a specific file (config.php in the cache directory).
		  Don't forget to chmod the cache directory to 777 and the config.php file to 666.

   P3P compact policy is included in the counter.php file with Janmetpet's string.
   Just follow the link below to obtain yours:
   http://www.privacycouncil.com/freep3pfix.php
   
   Included into this text (point number 3), modification to prevent admin to be counted by the module (Lucastds).
-------------------------------------------------------

To do during the I-Stats module installation: 

1 - Extract the contents from the archive and upload it in the modules directory of your xoops site, then proceed to a traditional installation of a module. 

2 - Add in the *.css files of each theme the following classes: 

    .statstable { margin:0px; padding:0px; width:auto; font-size: small; font-weight: normal;}
    .stats { vertical-align: bottom; width:625px; margin:0; border: 0;}
    .statsimg { vertical-align: bottom; width:25px; text-align:center;}
    .statsimgweekday { vertical-align: bottom; font-size: small; font-weight: normal;}
    .statswords { border-width: 0; font-size: x-small; background-color: transparent; font-weight: normal; text-align:center; width:25px;}
    .statsfore { width: 30%; padding:2px;}
    .statsdiv { text-align:center; padding:0px;}

    I added these classes trying to guaranteeing the same visual aspect of the module with the majority of the xoops themes 
    and also with these browsers (IE, opera, mozilla, konqueror and galeon). 
    Some imperfections with konqueror. 

3 - Go in each theme.html file and add in the footer part of xoops the following code: 
    Example resulting from the Default xoops theme:
     
	      <table width="100%" cellspacing="0">
	    <tr id="footerbar">
	      <td><a href="http://www.xoops.org/" target="_blank"><img src="<{$xoops_imageurl}>poweredby.gif" alt="" /></a>
	        <{if $xoops_isadmin != 1}>
	          <script type="text/Javascript">
		  <!--
		  istat = new Image(1,1);
		  istat.src = "http://YOUR_XOOPS_SITE_URL/modules/istats/include/counter.php?sw="+screen.width+"&sc="+screen.colorDepth+"&refer="+escape(document.referrer)+"&page="+location.href;
		  //-->
		  </script>
		<{/if}>
	      </td>
	    </tr>
	      </table>
	</body>
	</html>    

    This code will allow the stats module to count. 

4 - It should be noted that for the owners of 1024x768 screen, you should not show right blocks on the I-Stats page because it'll broke your screen.  
    There too, I makes my possible so that visual style is the same one in 1024x768 and in the higher resolutions. 
    If somebody moreover fixed in css and tables questions managed to do better things than me (what does not seem too difficult to me), 
    I say: don't hesitate to correct it and to send me the new files. 


Sylvain B webmaster http://123rando.com

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------    
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ǽ sam jun 12 23:21:56 CEST 2004

 - Version 2.1 smarty ƥץ졼Ȥ

 - 󥿡֥åꥪץ
	- βĴ
	- Ѥβǥ쥯ȥǻ
	- СΥХɽǤ

 - פΥץ
	- դη (FR or US)

 - i-stats⥸塼δ̡
    - 
		- դη (FR or US)
		- 줿ڡɽ
		- ۥȾɽ
		- եɽ
	- åꡧ
		- å֤꤬ͭǤޤ
		աΥץϥ⥸塼cacheǥ쥯ȥconfig.php¸ޤ
		ΥեΥѡߥ666ˤơcacheǥ쥯ȥΥСߥ777ˤƤ

   P3Pѥȥݥꥷcounter.php եJanmetpetʸǴޤޤƤޤ
   ϡΥ󥯤˾äƤޤ
   http://www.privacycouncil.com/freep3pfix.php
   
   Ԥˡ⥸塼뤬ȤƤޤΤɤ褦ˤʤäƤޤ(Lucastds)
-------------------------------------------------------

I-Stats⥸塼Υ󥹥ȡ˴ؤơ

1 - ֥եŸơxoopsΥ⥸塼ǥ쥯ȥ˥åץɤƤθ塢̾Υ⥸塼Υ󥹥ȡ˽äƤ

2 - 줾Υơޤ.cssեˡʲεҤäƤ
  ------ 
    .statstable { margin:0px; padding:0px; width:auto; font-size: small; font-weight: normal;}
    .stats { vertical-align: bottom; width:625px; margin:0; border: 0;}
    .statsimg { vertical-align: bottom; width:25px; text-align:center;}
    .statsimgweekday { vertical-align: bottom; font-size: small; font-weight: normal;}
    .statswords { border-width: 0; font-size: x-small; background-color: transparent; font-weight: normal; text-align:center; width:25px;}
    .statsfore { width: 30%; padding:2px;}
    .statsdiv { text-align:center; padding:0px;}
 --------- ޤ

ºݤˡҤεҤxoopsΤʥơޤˤĤɽΥƥȤ򤷤Ȥkonqueror֥饦ǤϤĤԶ礬ޤ
IE, opera, mozilla, galeonǤϡʤ褦Ǥ

3 - 줾Υơޤtheme.htmlեΥեåΥѡȤ˰ʲΥɤäƤxoopsΥǥեȥơޤξ򼨤ޤ

	      <table width="100%" cellspacing="0">
	    <tr id="footerbar">
	      <td><a href="http://www.xoops.org/" target="_blank"><img src="<{$xoops_imageurl}>poweredby.gif" alt="" /></a>
		  <!-- äʬ  -->
	        <{if $xoops_isadmin != 1}>
	          <script type="text/Javascript">
		  <!--
		  istat = new Image(1,1);
		  istat.src = "http://YOUR_XOOPS_SITE_URL/modules/istats/include/counter.php?sw="+screen.width+"&sc="+screen.colorDepth+"&refer="+escape(document.referrer)+"&page="+location.href;
		  //-->
		  </script>
		<{/if}>
		  <!-- ޤǲäʬ  -->
	      </td>
	    </tr>
	      </table>
	</body>
	</html>    

    ΥɤʬǡIstats⥸塼˥Ȥ򤵤ޤ
	

4 - 1024x768Υ꡼ѤƤϼΤȤդƤI-StatsΥڡˤơ̤򥪡СƱ֥åʤȤȻפޤ
	伫ȤϡĴԤȤ1024x768Ȥʾβ٤Ǥʤʤޤ⤷ɤʤcssȥơ֥ˤĤƤ褤ˡ
	ĤޤʤƤϡۤ񤷤ʤ褦ʤΤɤǤˡ뤳Ȥʤ˿եäƤ
	
	Sylvain B webmaster http://123rando.com
ܸ http://tohokuaiki.jp ITOH Takashi - ޤ뤳ȤʤϢ
