1.WICHTIG IP-Logger < 0.65 oder weniger nicht Kompatibel!!!!! Deinstallieren
2.Alle Dateien die im Ordner "upload" sind hochladen.
3.
<domain>/admin.php?iplogger-install ausführen
4.NOTICE! Sollte include/admin/iplogger/installation.php, include/admin/iplogger/installation.sql und include/admin/iplogger/deinstall.php nicht gelöscht sein. Bitte Löschen
5.Einstellungen auf
<domain>/admin.php?allg ausfüllen
6.Öffne index.php Zeile 33
site_statistic();
Darunter einfügen
require_once ('iplog.php');
7.Öffne admin.php Zeile 33
$menu = new menu();
Darunter einfügen
require_once ('iploga.php');
8.Öffne include/includes/func/statistic.php Zeile 136
db_query("INSERT INTO xic_stats (wtag,stunde,`day`,mon,yar,os,browser,ip,ref) VALUES(" . $wt . "," . $st . "," . $d . "," . $m . "," . $y . ",'" . $os . "','" . $br . "','" . $ip . "','" . $ur . "')");
Ersetzen mit
db_query("INSERT INTO xic_stats (wtag,stunde,`day`,mon,yar,os,browser,ip,ipname,ref,uid,sid) VALUES(".$wt.",".$st.",".$d.",".$m.",".$y.",'".$os."','".$br."','".$ip."','".gethostbyaddr($ip)."','".$ur."','".$_SESSION['authid']."','".session_id()."')");
9.Öffne include/admin/allg.php Zeile 89
}
Darunter einfügen
function admin_allg_logger_Month ( $ak ) {
$ar = array ( 0 => 'nein', 1 => '1 Monat', 2 => '2 Monate', 3 => '3 Monate', 4 => '4 Monate', 5 => '5 Monate', 6 => '6 Monate', 7 => '7 Monate', 8 => '8 Monate', 9 => '9 Monate' );
$l = '';
foreach ( $ar as $k => $v ) {
if ( $k == $ak ) { $sel = ' selected'; } else { $sel = ''; }
$l .= '<option'.$sel.' value="'.$k.'">'.$v.'</option>';
}
return ($l);
}
/code]
Zeile 103
$wars_last_komms = admin_allg_wars_last_komms ( $allgAr['wars_last_komms'] );[
Darunter einfügen
[code]
$loggerdelMonth = admin_allg_logger_Month ( $allgAr['loggerdelMonth'] );
10.Das Modul ist nun im Admin Control Panel bei Module zufinden