Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 844 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 844 Bytes

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