Letzte Bearbeitung:

Wiedergabe des Textes von der Website von Albert Wilhelm

mit kleinen redaktionellen Änderungen (notwendig, weil die Website nicht mehr erreichbar ist).

Crazystat_XH based on crazystat 1.71 by © 2004-2012 by Christopher Kramer


Beispiele/Example  Countergrafiken

 - - - By CrazyStat - - -  - - - By CrazyStat - - -  - - - By CrazyStat - - -

Das Seitenstatistik-Plugin mit Besucherzähler "Crazystat" (Readme_de, _en, _da) von http://www.christosoft.de Copyright (C) 2004-2014 Christopher Kramer gibts hier als "unfertiges" Plugin für CMSimple_XH. Es wird in CMSimple unter Plugins angezeigt, jedoch kann es dort nicht konfiguriert werden, es funktioniert aber wie ein "normales" Plugin.
(you can use crazystat as normal plugin, but not config in CMSimple-backend)

Das Plugin ist nach einer Anregung von "cmb" (Christoph) im CMSimple_XH-Forum entstanden. Vielen Dank an Christoph und Christopher von Christosoft!

Installation:

Man kann das Plugin ganz normal wie jedes CMSimple-Plugin installieren.
Entpacken des Zip und den kompletten Ordner "crazystat" in CMSimple/plugins kopieren. Fertig.
Install: unzip and copy the complete folder "crazystat" to CMSimple/plugins

Systemanforderungen:

Erfordert/requires php 5.1 oder höher/or higher 
Dateien und Unterordner von "stat/usr" sowie der Order "stat/src/log-tool" CHMOD 777 setzen
Set chmod 777 for "stat/usr" and all of its files and sub-folders and "stat/src/log-tool"


Download

hier kannst du das Plugin herunterladen download the plugin here

Full Package version 1.05


Der Plugin-Aufruf/Plugin-Call

des Crazystat erfolgt dann wie bei jedem CMSimple-Plugin, also
entweder im Template als:
either plugin-call in template

<?php echo crazystat();?>

(Aufrufe aller Seiten werden gezählt)
(visits on all sides will be counted)
oder auf CMSimple-Seiten als
or on CMSimple-sides

{­{­{PLUGIN:crazystat();}­}­}

(dann werden nur die Aufrufe dieser Seite gezählt)
(only visits on this side will be counted)
Statistik ansehen / See statistics:
Durch Klick auf den Counter oder auf den Link im Backend gelangt man ins Admin-Menü.
Click on Counter itself or on the link shown in CMSimple-backend.

Login:

Username "admin"
password "pass"
Bitte Passwort umgehend ändern
pleas change password immed.

Konfigurieren/config:

Bearbeiten der Datei:  " /plugins/crazystat/stat/usr/config.php"
edit the file  "  /plugins/crazystat/stat/usr/config.php"
(Optionen options:  " /plugins/crazystat/stat/doc/config_settings_de.html" )

Unsichtbar / Unvisible: 

in der o.g. config.php  $config_counter_enabled=false; (statt =true  instead =true)

Löschen der gesammelten Daten / delete collected informations:

einfach alle log-Dateien löschen in /plugins/crazystat/stat/usr/logs ( ,htaccess muss bleiben)
delete all log-files in /plugins/crazystat/stat/usr/logs außer (,htaccess must remain)

Beispiel

wie das plugin im Template stehen könnte, im Footer, also ganz unten in template.htm:
Example how to put plugin-call into template:

<div id="footer">
(c) 2014 - 2015 yourname! | powered by <a href="http://www.cmsimple-xh.org/de" > cmsimple_XH </a> | <a href="http://validator.w3.org/check?uri=referer" > Xhtml</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" > css</a> | <?=loginlink()?> | <?php echo crazystat();?>
</div>