Pagina 1 van 1

Er staan geen bots in de bot lijst (PHPBB3.0.2)

Geplaatst: 24 aug 2008, 10:16
door BillGates
  • Adres van je forum: http://computerwereld.gethost.nl/habboretrohotelforum/
    Event. modificaties op je forum: Zijn er niet.
    Wanneer ontstond het probleem? Toen ik klaar was met installeren
    phpBB versie: 3.0.2

    Heb je onlangs iets veranderd aan je forum? Nee, het was al toen die klaar was met instasllleren VAN phpbb3
    Wat is het probleem?
Er staan geen bots in de bots lijst:
http://www.uploader.be/output/1219569379.png

Re: Er staan geen bots in de bot lijst (PHPBB3.0.2)

Geplaatst: 24 aug 2008, 11:56
door Jim
Ben jij de eigenaar/oprichter van het forum en heb je de permissie bots te bekijken?

Re: Er staan geen bots in de bot lijst (PHPBB3.0.2)

Geplaatst: 24 aug 2008, 12:40
door BillGates
JimB schreef:Ben jij de eigenaar/oprichter van het forum en heb je de permissie bots te bekijken?
Ja, ik ben de oprichter en ik heb de permissie bots om bots te bekijken.

Re: Er staan geen bots in de bot lijst (PHPBB3.0.2)

Geplaatst: 24 aug 2008, 12:55
door BetaDevil
Heb je misschien iets aangepast aan phpBB3?

Re: Er staan geen bots in de bot lijst (PHPBB3.0.2)

Geplaatst: 24 aug 2008, 13:00
door BillGates
BetaDevil schreef:Heb je misschien iets aangepast aan phpBB3?
Nee, toen ik phpBB3 installeerden was het gelijk al.

Re: Er staan geen bots in de bot lijst (PHPBB3.0.2)

Geplaatst: 25 aug 2008, 13:26
door BillGates
Iemand?

Re: Er staan geen bots in de bot lijst (PHPBB3.0.2)

Geplaatst: 25 aug 2008, 16:13
door BetaDevil
Ik vind het een erg raar verschijnsel, en ik heb het nog nooit eerder gezien zonder dat er iets aan het forum of de database veranderd is dus ik kan je niet verder helpen. :roll:

Re: Er staan geen bots in de bot lijst (PHPBB3.0.2)

Geplaatst: 25 aug 2008, 16:21
door Bv202
Die bots staan opgeslagen in de tabel phpbb_bots.
Is die tabel toevallig leeg bij jou?

Re: Er staan geen bots in de bot lijst (PHPBB3.0.2)

Geplaatst: 27 aug 2008, 08:59
door BillGates
Bv202 schreef:Die bots staan opgeslagen in de tabel phpbb_bots.
Is die tabel toevallig leeg bij jou?
Ja, bij mij is die leeg.
Kan iemand van die tabel een SQL maken?

Re: Er staan geen bots in de bot lijst (PHPBB3.0.2)

Geplaatst: 28 aug 2008, 18:14
door BillGates
Iemand?

Re: Er staan geen bots in de bot lijst (PHPBB3.0.2)

Geplaatst: 28 aug 2008, 18:52
door Mid
Zie de spoiler:
Spoiler: bekijk
--
-- Tabelinhoud voor tabel: phpbb_bots
--

CREATE TABLE `phpbb_bots` (
`bot_id` mediumint(8) unsigned NOT NULL auto_increment,
`bot_active` tinyint(1) unsigned NOT NULL default '1',
`bot_name` varchar(255) collate utf8_bin NOT NULL default '',
`user_id` mediumint(8) unsigned NOT NULL default '0',
`bot_agent` varchar(255) collate utf8_bin NOT NULL default '',
`bot_ip` varchar(255) collate utf8_bin NOT NULL default '',
PRIMARY KEY (`bot_id`),
KEY `bot_active` (`bot_active`)
) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;


--
-- Data voor tabel: phpbb_bots
--

INSERT INTO phpbb_bots VALUES (1, 0, 'AdsBot ', 3, 'AdsBot-Google', '');
INSERT INTO phpbb_bots VALUES (2, 0, 'Alexa [Bot]', 4, 'ia_archiver', '');
INSERT INTO phpbb_bots VALUES (3, 0, 'Alta Vista [Bot]', 5, 'Scooter/', '');
INSERT INTO phpbb_bots VALUES (4, 0, 'Ask Jeeves [Bot]', 6, 'Ask Jeeves', '');
INSERT INTO phpbb_bots VALUES (5, 0, 'Baidu [Spider]', 7, 'Baiduspider+(', '');
INSERT INTO phpbb_bots VALUES (6, 0, 'Exabot [Bot]', 8, 'Exabot/', '');
INSERT INTO phpbb_bots VALUES (7, 0, 'FAST Enterprise [Crawler]', 9, 'FAST Enterprise Crawler', '');
INSERT INTO phpbb_bots VALUES (8, 0, 'FAST WebCrawler [Crawler]', 10, 'FAST-WebCrawler/', '');
INSERT INTO phpbb_bots VALUES (9, 0, 'Francis [Bot]', 11, 'http://www.neomo.de/', '');
INSERT INTO phpbb_bots VALUES (10, 0, 'Gigabot [Bot]', 12, 'Gigabot/', '');
INSERT INTO phpbb_bots VALUES (11, 0, 'Google Adsense [Bot]', 13, 'Mediapartners-Google', '');
INSERT INTO phpbb_bots VALUES (12, 0, 'Google Desktop', 14, 'Google Desktop', '');
INSERT INTO phpbb_bots VALUES (13, 0, 'Google Feedfetcher', 15, 'Feedfetcher-Google', '');
INSERT INTO phpbb_bots VALUES (14, 0, 'Google [Bot]', 16, 'Googlebot', '');
INSERT INTO phpbb_bots VALUES (15, 0, 'Heise IT-Markt [Crawler]', 17, 'heise-IT-Markt-Crawler', '');
INSERT INTO phpbb_bots VALUES (16, 0, 'Heritrix [Crawler]', 18, 'heritrix/1.', '');
INSERT INTO phpbb_bots VALUES (17, 0, 'IBM Research [Bot]', 19, 'ibm.com/cs/crawler', '');
INSERT INTO phpbb_bots VALUES (18, 0, 'ICCrawler - ICjobs', 20, 'ICCrawler - ICjobs', '');
INSERT INTO phpbb_bots VALUES (19, 0, 'ichiro [Crawler]', 21, 'ichiro/2', '');
INSERT INTO phpbb_bots VALUES (20, 0, 'Majestic-12 [Bot]', 22, 'MJ12bot/', '');
INSERT INTO phpbb_bots VALUES (21, 0, 'Metager [Bot]', 23, 'MetagerBot/', '');
INSERT INTO phpbb_bots VALUES (22, 0, 'MSN NewsBlogs', 24, 'msnbot-NewsBlogs/', '');
INSERT INTO phpbb_bots VALUES (23, 0, 'MSN [Bot]', 25, 'msnbot/', '');
INSERT INTO phpbb_bots VALUES (24, 0, 'MSNbot Media', 26, 'msnbot-media/', '');
INSERT INTO phpbb_bots VALUES (25, 0, 'NG-Search [Bot]', 27, 'NG-Search/', '');
INSERT INTO phpbb_bots VALUES (26, 0, 'Nutch [Bot]', 28, 'http://lucene.apache.org/nutch/', '');
INSERT INTO phpbb_bots VALUES (27, 0, 'Nutch/CVS [Bot]', 29, 'NutchCVS/', '');
INSERT INTO phpbb_bots VALUES (28, 0, 'OmniExplorer [Bot]', 30, 'OmniExplorer_Bot/', '');
INSERT INTO phpbb_bots VALUES (29, 0, 'Online link [Validator]', 31, 'online link validator', '');
INSERT INTO phpbb_bots VALUES (30, 0, 'psbot [Picsearch]', 32, 'psbot/0', '');
INSERT INTO phpbb_bots VALUES (31, 0, 'Seekport [Bot]', 33, 'Seekbot/', '');
INSERT INTO phpbb_bots VALUES (32, 0, 'Sensis [Crawler]', 34, 'Sensis Web Crawler', '');
INSERT INTO phpbb_bots VALUES (33, 0, 'SEO Crawler', 35, 'SEO search Crawler/', '');
INSERT INTO phpbb_bots VALUES (34, 0, 'Seoma [Crawler]', 36, 'Seoma [SEO Crawler]', '');
INSERT INTO phpbb_bots VALUES (35, 0, 'SEOSearch [Crawler]', 37, 'SEOsearch/', '');
INSERT INTO phpbb_bots VALUES (36, 0, 'Snappy [Bot]', 38, 'Snappy/1.1 ( http://www.urltrends.com/ )', '');
INSERT INTO phpbb_bots VALUES (37, 0, 'Steeler [Crawler]', 39, 'http://www.tkl.iis.u-tokyo.ac.jp/~crawler/', '');
INSERT INTO phpbb_bots VALUES (38, 0, 'Synoo [Bot]', 40, 'SynooBot/', '');
INSERT INTO phpbb_bots VALUES (39, 0, 'Telekom [Bot]', 41, 'crawleradmin.t-info@telekom.de', '');
INSERT INTO phpbb_bots VALUES (40, 0, 'TurnitinBot [Bot]', 42, 'TurnitinBot/', '');
INSERT INTO phpbb_bots VALUES (41, 0, 'Voyager [Bot]', 43, 'voyager/1.0', '');
INSERT INTO phpbb_bots VALUES (42, 0, 'W3 [Sitesearch]', 44, 'W3 SiteSearch Crawler', '');
INSERT INTO phpbb_bots VALUES (43, 0, 'W3C [Linkcheck]', 45, 'W3C-checklink/', '');
INSERT INTO phpbb_bots VALUES (44, 0, 'W3C [Validator]', 46, 'W3C_*Validator', '');
INSERT INTO phpbb_bots VALUES (45, 0, 'WiseNut [Bot]', 47, 'http://www.WISEnutbot.com', '');
INSERT INTO phpbb_bots VALUES (46, 0, 'YaCy [Bot]', 48, 'yacybot', '');
INSERT INTO phpbb_bots VALUES (47, 0, 'Yahoo MMCrawler [Bot]', 49, 'Yahoo-MMCrawler/', '');
INSERT INTO phpbb_bots VALUES (48, 0, 'Yahoo Slurp [Bot]', 50, 'Yahoo! DE Slurp', '');
INSERT INTO phpbb_bots VALUES (49, 0, 'Yahoo [Bot]', 51, 'Yahoo! Slurp', '');
INSERT INTO phpbb_bots VALUES (50, 0, 'YahooSeeker [Bot]', 52, 'YahooSeeker/', '');

-- --------------------------------------------------------

Re: Er staan geen bots in de bot lijst (PHPBB3.0.2)

Geplaatst: 18 okt 2008, 09:55
door Kaza
Ik heb hetzelfde probleem, geen lijst of wat ook. Nu heb ik die lijst zoal hier boven toegevoegd in SQL maar nu nog geen lijst te zien in systeem / Algemene zaken / spiders. Moet ik ze handmatig toevoegen? Of is er een andere manier? Ook staat er niks in de groep MODS zodat er niks verschijnt op de index. Hoe voeg ik ze hier bij?