1.12.7 i starsze - Online Bots Manager (mod. do phpbb by Przemo)
krystianr - 02-09-2010, 14:47
http://user-agent-string....=205.209.170.19
zobacz tą stronę
michu2009 - 02-09-2010, 17:12
po dodaniu modu jak wchodzę w panel admina to mam taki błąd czy ktoś pomoże?
Kod: | Couldn't obtain guest user/online information.
DEBUG MODE
SQL Error : 1054 Nieznana kolumna 'session_ua' w field list
SELECT session_page, session_logged_in, session_time, session_ip, session_start, session_ua FROM phpbb_sessions WHERE session_logged_in = 0 AND session_time >= 1283443538 ORDER BY session_ip ASC
Line : 676
File : index.php |
HardROoZi - 02-09-2010, 17:12
a co mam wpisać w "User Agent bota" ?
Woytec - 02-09-2010, 17:13
Wykonałeś zapytania SQL?
HardROoZi - 02-09-2010, 18:00
mam np msn bota http://user-agent-string....tail?bot=MSNBot i co mam wpisywać w pole "user agent bota" ?
michu2009 - 02-09-2010, 18:07
jak wykonuje zapytanie msql to pojawia się takie coś
Kod: | Nie mogę wykonać: CREATE TABLE phpbb_bots (bots_id int primary key auto_increment, bots_name varchar(255) not null, bots_ip text not null, bots_lastvisit int(11) unsigned not null, bots_visits int(11) unsigned not null, bots_ua varchar(50)) |
krystianr - 02-09-2010, 18:45
michu2009, wykonaj te zapytanie przez phpmyadmin i wtedy pokaż błąd
michu2009 - 02-09-2010, 19:04
wykonuje zapytania przed wgraniem zedytowanych plików i jest taki błąd
Kod: | Nie mogę wykonać: CREATE TABLE phpbb_bots (bots_id int primary key auto_increment, bots_name varchar(255) not null, bots_ip text not null, bots_lastvisit int(11) unsigned not null, bots_visits int(11) unsigned not null, bots_ua varchar(50))
Kliknij Tutaj żeby powrócić. |
i po wgraniu zmodyfikowanych plików jest taki sam błąd czy może mogę komuś podesłać oryginalne pliki i dopisze mi to bo ja już nie wiem czy dobrze to zrobiłem
HardROoZi - 02-09-2010, 22:47
zauważyłem że po tej modyfikacji strona główna (index.php) znacznie wolniej wgrywa... jak chodzę po działach i subforach wszystko szybko śmiga
[ Dodano: 02-09-2010, 23:57 ]
czy ktoś też tak ma ? czy może coś pokopałem w index.hp lub się gryzie z inna modyfikacją
michu2009 - 04-09-2010, 00:48
pomoże ktoś??
NineX - 04-09-2010, 08:31
michu2009, wykonaj takie oto zapytanie w phpmyadmin:
Kod: | CREATE TABLE phpbb_bots(
bots_id int PRIMARY KEY AUTO_INCREMENT ,
bots_name varchar( 255 ) NOT NULL ,
bots_ip text NOT NULL ,
bots_lastvisit int( 11 ) unsigned NOT NULL ,
bots_visits int( 11 ) unsigned NOT NULL ,
bots_ua varchar( 50 )
) |
mercu? - 04-09-2010, 11:42
a ja mam problem ..
1 to taki ze nie moge wykonac zapytania do SQL
Kod: | CREATE TABLE phpbb_bots (bots_id int primary key auto_increment, bots_name varchar(255) not null, bots_ip text not null, bots_lastvisit int(11) unsigned not null, bots_visits int(11) unsigned not null, bots_ua varchar(50));
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('Googlebot/2.1', '66.249;66.154.103.123', 0, 0);
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('msnbot/1.0', '207.66.146;207.46.98.52;207.46.98.54', 0, 0);
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('psbot/0.1', '217.212.224.165', 0, 0);
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('Gigabot/2.0', '66.154.103.123', 0, 0);
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('OnetSzukaj/5.0', '213.180.128.151;213.180.128.152', 0, 0);
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('Yahoo! Slurp', '66.196.91.130', 0, 0);
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('NetSprint/2.0', '217.153.57.115', 0, 0);
ALTER TABLE phpbb_sessions ADD session_ua VARCHAR(255); |
2 problem to taki :
code]Could not obtain user/online information
DEBUG MODE
SQL Error : 1054 Unknown column 's.session_ua' in 'field list'
SELECT u.username, u.user_id, u.user_allow_viewonline, u.user_level, u.user_jr, u.user_session_time, u.user_session_start, s.session_logged_in, s.session_ip, s.session_start, s.session_page, s.session_ua FROM (phpbb_users u, phpbb_sessions s) WHERE u.user_id = s.session_user_id AND s.session_time >= 1283596477 ORDER BY u.user_level = 1 DESC, u.user_jr DESC, u.user_level = 2 DESC, u.user_level = 0 DESC, u.username, s.session_start ASC
Line : 502
File : functions_add.php[/code]
co mogłem zrobić zle ?
[ Dodano: 04-09-2010, 12:43 ]
a ja mam problem ..
1 to taki ze nie moge wykonac zapytania do SQL
Kod: | CREATE TABLE phpbb_bots (bots_id int primary key auto_increment, bots_name varchar(255) not null, bots_ip text not null, bots_lastvisit int(11) unsigned not null, bots_visits int(11) unsigned not null, bots_ua varchar(50));
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('Googlebot/2.1', '66.249;66.154.103.123', 0, 0);
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('msnbot/1.0', '207.66.146;207.46.98.52;207.46.98.54', 0, 0);
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('psbot/0.1', '217.212.224.165', 0, 0);
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('Gigabot/2.0', '66.154.103.123', 0, 0);
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('OnetSzukaj/5.0', '213.180.128.151;213.180.128.152', 0, 0);
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('Yahoo! Slurp', '66.196.91.130', 0, 0);
INSERT INTO phpbb_bots (bots_name, bots_ip, bots_lastvisit, bots_visits) VALUES ('NetSprint/2.0', '217.153.57.115', 0, 0);
ALTER TABLE phpbb_sessions ADD session_ua VARCHAR(255); |
2 problem to taki :
Kod: | Could not obtain user/online information
DEBUG MODE
SQL Error : 1054 Unknown column 's.session_ua' in 'field list'
SELECT u.username, u.user_id, u.user_allow_viewonline, u.user_level, u.user_jr, u.user_session_time, u.user_session_start, s.session_logged_in, s.session_ip, s.session_start, s.session_page, s.session_ua FROM (phpbb_users u, phpbb_sessions s) WHERE u.user_id = s.session_user_id AND s.session_time >= 1283596477 ORDER BY u.user_level = 1 DESC, u.user_jr DESC, u.user_level = 2 DESC, u.user_level = 0 DESC, u.username, s.session_start ASC
Line : 502
File : functions_add.php |
co mogłem zrobić zle ?
TES - 04-09-2010, 11:48
mercu? napisał/a: | 1 to taki ze nie moge wykonac zapytania do SQL
| jaki błąd wywala
Cytat: | 2 problem to taki : | powodem jest brak tabel w bazie
mercu? - 04-09-2010, 12:13
taki :
Kod: |
Zapytanie SQL:
CREATE TABLE phpbb_bots(
bots_id int PRIMARY KEY AUTO_INCREMENT ,
bots_name varchar( 255 ) NOT NULL ,
bots_ip text NOT NULL ,
bots_lastvisit int( 11 ) unsigned NOT NULL ,
bots_visits int( 11 ) unsigned NOT NULL ,
bots_ua varchar( 50 )
);
MySQL zwrócił komunikat: Dokumentacja
#1046 - No database selected
|
HardROoZi - 04-09-2010, 12:14
mercu?, masz więcej baz ? masz inny prefix niż phpbb_ ?
|
|
|