Skip to content

dugwood/botsector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotSector

See http://www.dugwood.com/botsector/index.html.

BotSector analyzes Apache's logs (or other servers' ones, based on NCSA's format) to look for bots and special hits on your server. Then you can explore which bots crawl your website, and what pages are the most important.

There's a demo here: https://botsector.dugwood.com/ (user: demo, password: demo) which shows the data for https://www.dugwood.com/

Installation

  • clone the github repo:
git clone https://github.com/dugwood/botsector.git
  • copy the config file:
cp config/config.sample.ini.php config/config.ini.php
  • edit the config/config.ini.php to suit your needs: you can use an existing database or create a dedicated one for BotSector
  • point to botsector/index.php

Upgrade

  • upgrade your git:
git pull
  • point to botsector/index.php