bbclone DSGVO/GDPR konform machen

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
manu
Posts: 1085
Joined: Wed Jun 04, 2008 12:05 pm
Location: St. Gallen - Schweiz
Contact:

bbclone DSGVO/GDPR konform machen

Post by manu » Tue May 29, 2018 3:35 pm

Das Thema ist ja bekannt: bbclone speichert in der detaillierten Statistik die IP Adressen der letzten (standard 100) Aufrufe -> no go.
-
The topic is well known, bbclone stores the ip addresses in clear format for the detailed statistics (standard 100 items). This is a no-go.
-
Meiner Meinung nach kann bbclone folgendermassen DSGVO konform gemacht werden:
-
IMHO bbclone can be made GDPR conform as follows:
  • edit conf/config.php:

    Code: Select all

    // A value of "0" will reset the detailed stats.
    $BBC_MAXVISIBLE = 0;
    Damit erscheint keine detaillierte Statistik mehr. - No more detailed statistic.
  • edit var/last.php:

    Code: Select all

    <?php
    global $last;
    stehen lassen, alles folgende löschen. - Let stay the code above, delete all code below.
Damit sind die detaillierten Statistikdaten gelöscht und werden auch in Zukunft nicht mehr angelegt. Nur noch die "allgemeine" und die "Zeit-" Statistik werden via counter ausgewertet. In der "allgemeinen" Statistik werden die Hosts (die wohl nicht aufgelöst werden können) ohne den hintersten Zahlenblock ausgewertet, IMHO genug anonymisiert. Auf den ersten Blick läuft die Statistik so korrekt. Ich werde es weiter im Auge behalten. Wenn jemand etwas anderweitig irreguläres entdeckt, bitte melden.
Gruss
manu

Post Reply