Skip to content

dugwood/botsector

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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