Zitat
function debug_backtrace does not exists MySQL Error:
1146 : Table 'lftest.ic1_iplogger_stats' doesn't exist
in Query:
UPDATE `ic1_iplogger_stats` SET typ = typ+1 WHERE schl = 'Gesamt'
function debug_backtrace does not exists MySQL Error:
1146 : Table 'lftest.ic1_iplogger_preg' doesn't exist
in Query:
SELECT * FROM `ic1_iplogger_preg` WHERE osorbr = '' ORDER by id DESC
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /usr/export/www/vhosts/funnetwork/hosting/lftest/include/includes/func/db/mysql.php on line 67
function debug_backtrace does not exists MySQL Error:
1146 : Table 'lftest.ic1_iplogger_preg' doesn't exist
in Query:
SELECT * FROM `ic1_iplogger_preg` WHERE osorbr = 'os' ORDER by id ASC
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /usr/export/www/vhosts/funnetwork/hosting/lftest/include/includes/func/db/mysql.php on line 67
function debug_backtrace does not exists MySQL Error:
1146 : Table 'lftest.ic1_iplogger_stats' doesn't exist
in Query:
UPDATE `ic1_iplogger_stats` SET typ = typ+1 WHERE schl = 'Gesamt'
function debug_backtrace does not exists MySQL Error:
1146 : Table 'lftest.ic1_iplogger_preg' doesn't exist
in Query:
SELECT * FROM `ic1_iplogger_preg` WHERE osorbr = '' ORDER by id DESC
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /usr/export/www/vhosts/funnetwork/hosting/lftest/include/includes/func/db/mysql.php on line 67
function debug_backtrace does not exists MySQL Error:
1146 : Table 'lftest.ic1_iplogger_preg' doesn't exist
in Query:
SELECT * FROM `ic1_iplogger_preg` WHERE osorbr = 'br' ORDER by id ASC
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /usr/export/www/vhosts/funnetwork/hosting/lftest/include/includes/func/db/mysql.php on line 67
function debug_backtrace does not exists MySQL Error:
1146 : Table 'lftest.ic1_iplogger' doesn't exist
in Query:
INSERT INTO `ic1_iplogger` (`ip`, `userid`, `timestamp`, `sid`, `os`, `br`, `url`, `request`, `page`, `selfpage`, `svn`) VALUES ('95.223.114.28', '1', '1317229759', '138b7b69ae188b0081737969d44aade2', '', '', 'lftest.lf.funpic.de/admin.php', 'iplogger-install=db=1', 'ADMIN', '/admin.php?iplogger-install', 'Mozilla/5.0 (Windows NT 6.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2')
1146 : Table 'lftest.ic1_iplogger_stats' doesn't exist
in Query:
UPDATE `ic1_iplogger_stats` SET typ = typ+1 WHERE schl = 'Gesamt'
function debug_backtrace does not exists MySQL Error:
1146 : Table 'lftest.ic1_iplogger_preg' doesn't exist
in Query:
SELECT * FROM `ic1_iplogger_preg` WHERE osorbr = '' ORDER by id DESC
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /usr/export/www/vhosts/funnetwork/hosting/lftest/include/includes/func/db/mysql.php on line 67
function debug_backtrace does not exists MySQL Error:
1146 : Table 'lftest.ic1_iplogger_preg' doesn't exist
in Query:
SELECT * FROM `ic1_iplogger_preg` WHERE osorbr = 'os' ORDER by id ASC
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /usr/export/www/vhosts/funnetwork/hosting/lftest/include/includes/func/db/mysql.php on line 67
function debug_backtrace does not exists MySQL Error:
1146 : Table 'lftest.ic1_iplogger_stats' doesn't exist
in Query:
UPDATE `ic1_iplogger_stats` SET typ = typ+1 WHERE schl = 'Gesamt'
function debug_backtrace does not exists MySQL Error:
1146 : Table 'lftest.ic1_iplogger_preg' doesn't exist
in Query:
SELECT * FROM `ic1_iplogger_preg` WHERE osorbr = '' ORDER by id DESC
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /usr/export/www/vhosts/funnetwork/hosting/lftest/include/includes/func/db/mysql.php on line 67
function debug_backtrace does not exists MySQL Error:
1146 : Table 'lftest.ic1_iplogger_preg' doesn't exist
in Query:
SELECT * FROM `ic1_iplogger_preg` WHERE osorbr = 'br' ORDER by id ASC
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /usr/export/www/vhosts/funnetwork/hosting/lftest/include/includes/func/db/mysql.php on line 67
function debug_backtrace does not exists MySQL Error:
1146 : Table 'lftest.ic1_iplogger' doesn't exist
in Query:
INSERT INTO `ic1_iplogger` (`ip`, `userid`, `timestamp`, `sid`, `os`, `br`, `url`, `request`, `page`, `selfpage`, `svn`) VALUES ('95.223.114.28', '1', '1317229759', '138b7b69ae188b0081737969d44aade2', '', '', 'lftest.lf.funpic.de/admin.php', 'iplogger-install=db=1', 'ADMIN', '/admin.php?iplogger-install', 'Mozilla/5.0 (Windows NT 6.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2')
Was hat das zu bedeuten und wie muss ich vorgehen, damit es funktioniert?
Folgende daten habe ich geändert:
Zitat
Öffne index.php Zeile 33
site_statistic();
Darunter einfügen
require_once ('iplog.php');
Öffne admin.php Zeile 33
$menu = new menu();
Darunter einfügen
require_once ('iploga.php');
Öffne include/includes/func/statistic.php Zeile 136
db_query("INSERT INTO prefix_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 prefix_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()."')");
Ö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);
}
Zeile 103
$wars_last_komms = admin_allg_wars_last_komms ( $allgAr['wars_last_komms'] );
Darunter einfügen
$loggerdelMonth = admin_allg_logger_Month ( $allgAr['loggerdelMonth'] );
site_statistic();
Darunter einfügen
require_once ('iplog.php');
Öffne admin.php Zeile 33
$menu = new menu();
Darunter einfügen
require_once ('iploga.php');
Öffne include/includes/func/statistic.php Zeile 136
db_query("INSERT INTO prefix_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 prefix_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()."')");
Ö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);
}
Zeile 103
$wars_last_komms = admin_allg_wars_last_komms ( $allgAr['wars_last_komms'] );
Darunter einfügen
$loggerdelMonth = admin_allg_logger_Month ( $allgAr['loggerdelMonth'] );
Danke schon mal.
LG
Zuletzt modifiziert von C_haos am 28.09.2011 - 19:20:08