Not Solved about Spider/bot in Who is online data,,Asking Help ?
#1
Not Solved
Who is online data which contain total active user ( 1 member, invisible, 1 guest)
my question if Bot spider visit my web it will marked in guess or will not specified active users??
because I found sometime total active 1, 0 invisible, 0 guest, but actually there mark written 'Google' in who is online part
Reply
#2
Not Solved
None, spiders are listed seperatly. You have (visible) members, invisible members, guests and bots.
Rasmus Lerdorf Wrote:If eval() is the answer, you're almost certainly asking the wrong question. - Rasmus Lerdorf
Reply
#3
Not Solved
is it mean that User Active in the past of xxx minutes NOT Represent Spiders/bot?
Reply
#4
Not Solved
(2015-02-22, 04:13 AM)muflih Wrote: is it mean that User Active in the past of xxx minutes NOT Represent Spiders/bot?

Recognized crawlers such as Google are not included. Bots on the other hand could be (if they are smart bots Wink
Find me here or at my new blog about MyBB, Web Design, SEO
My Services
MyBB Themes
Reply
#5
Not Solved
(2015-02-22, 05:34 AM)ThemeFreaknet Wrote:
(2015-02-22, 04:13 AM)muflih Wrote: is it mean that User Active in the past of xxx minutes NOT Represent Spiders/bot?

Recognized crawlers such as Google are not included. Bots on the other hand could be (if they are smart bots Wink

are facebook, baidu, bing was smart bots as you have mentioned?
Reply
#6
Not Solved
In your Admin Control Panel (ACP), you can tell MyBB how to identify bots / spiders based on the USER_AGENT string they provide. You can even assign each bot / spider to a different group. I personally have a Spiders group with limited permissions (eg. can't post), and assign misbehaving bots to the Banned user group.
Reply
#7
Not Solved
I did as laie_techie done. I've a group "Bots" (ID in the mybb_groups : 10) with restricted rights.

Here's the content of my mybb_spiders table:
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('1','Google','0','','10','Googlebot','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('2','Lycos','0','','10','lycos','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('3','Ask.com','0','','10','Teoma','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('4','What You Seek','0','','10','whatuseek','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('5','Internet Archive','0','','10','archive_crawler','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('6','Alexa Internet','0','','10','ia_archiver','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('7','Bing','0','','10','bingbot','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('8','Yahoo!','0','','10','Slurp','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('9','Baidu','0','','10','Baiduspider','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('10','Twitter','0','','10','twitterbot','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('11','QuerySeeker','0','','10','QuerySeekerSpider','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('12','Crowsnest','0','','10','Crowsnest','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('13','Paper.li','0','','10','PaperLiBot','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('14','Showyou','0','','10','ShowyouBot','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('15','Flip','0','','10','FlipboardProxy','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('16','Yandex','0','','10','YandexBot','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('17','Majestic 12','0','','10','MJ12bot','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('18','Linkdex','0','','10','inkdexbot','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('19','DataSift','0','','10','TweetmemeBot','0');
INSERT INTO mybb_spiders (`sid`,`name`,`theme`,`language`,`usergroup`,`useragent`,`lastvisit`) VALUES ('20','Ahrefs','0','','10','AhrefsBot','0');

Feel free to complete this list
Tchat en français
Do not ask me help through PM or Discord

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)