XOOP-Stats v0.45 for XOOPS 2

XOOPS@IBDeeming! anuncia un nuevo lanzamiento de XOOP-XOOP-Stats v0.45 para XOOPS 2.0.7+. El XOOP-XOOP-Stats continúa desarrollándose y convirtiéndose en la mejor oferta para los administradores de XOOPS 2. ¡Hay un número de ventajas para hacer de este módulo parte integral de su sitio de XOOPS!!

Esta versión tiene las siguiente características :

XOOP-Stats V0.3 para XOOPS 2

Version 0.3

Esta versión tiene las siguientes características:

Versión 0.2

Versión 0.1

¡Se planea más para el futuro, y estamos siempre abiertos a las sugerencias o a las necesidades!

Haga un BACKUP sino se siente seguro antes de instalar o de actualizar!!!

NUEVA INSTALACIÖN

NOTA: Sí usted está actualizando salte estos pasos.!

La instalación de este módulo es similar a cualquier módulo estandar de XOOPS, aunque tiene algunos pasos especiales. Aqui algunos para lograr que el módulo se ejecute en su sítio.
  1. Ingrese a su sitio XOOPS como el ADMINISTRADOR
  2. Vaya al Panel de Administración de su sítio XOOPS
  3. Copie el módulo Statistics en el directorio de modulos (lo más problable via FTP)
  4. Luego vaya administrador de módulos e instale el módulo
    1. Seleccione Administración -> Enlace Módulos.
    2. Localice el módulo Statistics en la parte baja de la lista en pantalla
    3. Presiona el bóton (icono) instalar módulo
    4. Confirme su instalación
    5. Usted podrá ver en la pantalla la información del módulo sí ha sido bien instalada. Usted puede regresar al módulo administración.
  5. Aquí los pasos necesarios para hacer que esto funcione.
    1. Agrege en su archivo header.php localizado en la raiz de XOOPS

      // for stats by XOOPS@IBDeeming!
      require_once XOOPS_ROOT_PATH.'/modules/statistics/include/hitcounter.php';


      esto es al principio del archivo header.php exactamente debajo de la línea

      require_once XOOPS_ROOT_PATH.'/class/xoopsblock.php';
  6. Ahora usted podrá empezar a acumular datos de sus visitantes
  7. Estos son los dos bloque que son incluidos con este módulo, activados cuando se ingrese a cualquiera de los módulos.
    1. Hitcounter - muestra el grafico del contador de su sitio. Revise las opcines listadas más adelante.
    2. Referers - muestra las referencias que han enviado visitantes a su página.

UPGRADE V0.1-V0.2 TO V0.3

There has been a minor table change to allow the new functionality of tracking referers, and a new table for holding your blacklist. I have supplied the proper update0-1or0-2to0-3.sql file in the statistics/sql folder. Please follow these recommended steps for a successful upgrade!
  1. Log in to your XOOPS site as ADMIN
  2. Go to your XOOPS administration cPanel
  3. Deactivate the Statistics module
    1. Uncheck the Active box for Statistics
    2. Select Submit
  4. Copy the Statistics package to the modules directory
  5. Apply the update0-1or0-2to0-3.sql file. This can be done through your favorite mySql tool. phpMyAdmin is the generator of the sql file. NOTE: if your prefix on your tables is NOT xoops, then you must edit the upgrade.sql file prior to installing. Make sure you replace xoops with your prefix is needed!
  6. Go to the Admin cPanel of your XOOPS site.
  7. Update the Statistics module
    1. select the System Admin->Modules link.
    2. select the upgrade option for Statistics
  8. Activate the statistics module
    1. Check the Active box for Statistics
    2. Select Submit
  9. Don't foget to check the settings for the Referers block!

UPGRADE V0.3 TO V0.45

There has been a minor table change to allow the new functionality of tracking screen width and color depth (not fully functioning yet!!!), and a new table for holding this data. I have supplied the proper update0-3to0-4-5.sql file in the statistics/sql folder. Please follow these recommended steps for a successful upgrade!
  1. Log in to your XOOPS site as ADMIN
  2. Go to your XOOPS administration cPanel
  3. Deactivate the Statistics module
    1. Uncheck the Active box for Statistics
    2. Select Submit
  4. Copy the Statistics package to the modules directory
  5. Apply the update0-3to0-4-5.sql file. This can be done through your favorite mySql tool. phpMyAdmin is the generator of the sql file. NOTE: if your prefix on your tables is NOT xoops, then you must edit the update0-3to0-4-5.sql file prior to installing. Make sure you replace xoops with your prefix is needed!
  6. Go to the Admin cPanel of your XOOPS site.
  7. Update the Statistics module
    1. select the System Admin->Modules link.
    2. select the upgrade option for Statistics
  8. Activate the statistics module
    1. Check the Active box for Statistics
    2. Select Submit
  9. Don't foget to check the settings for the Referers block!

Upgrade 0.4.5 BETA RC3 to 0.4.5 PROD

If you have been running the RC3 Version 0.4.5 - then your upgrade is simple!

ALL INSTALLATIONS - Activating User Screen Width and Color Depth

The capturing of screen width and color depth is not required for the active collection of stats data for your site. If you would like to capture this addtional data, you will need to activate the javascript required for reading this data from the users screen. This is very simple!

  1. Use the following script code:
    <script language="javascript">
    <!--
    writeCookie();
    
    function writeCookie()
    {
     var today = new Date();
     var the_date = new Date("December 25, 2012");
     var the_cookie_date = the_date.toGMTString();
     var the_cookie = "sw=" + screen.width +
          "; expires=" + the_cookie_date +
          "; path=/" +
          "; domain=";
    
     document.cookie=the_cookie
    
     var today = new Date();
     var the_date = new Date("December 25, 2012");
     var the_cookie_date = the_date.toGMTString();
     var the_cookie = "sc=" + screen.colorDepth +
          "; expires=" + the_cookie_date +
          "; path=/" +
          "; domain=";
    
     document.cookie=the_cookie
    }
    //-->
    </script>
    
    Make sure it is contained within the valid script tags for Javascript!!!
  2. Log in as admin to your site
  3. Select Sytem Admin->Preferences
  4. Select Edit Meta Tags and Footer
  5. Add the Javascript provided anywhere within the FOOTER text entry field (this will activate for all themes that are properly supporting the xoops_footer Smarty tag. They all should be!
  6. Save your settings!
  7. This counts for visitors in your site, not admin pages.

SUPPORT

Go to XOOPS@IBDeeming! and check the forums. You can also contact us at the site for more support!

Thanks for using this mod!