# BogusHTML 2.06.4

**Category:** Eggdrop_Bot
**Original Author:** SpiKe^^ (spike@mytclscripts.com)

## Description
BogusHTML is a TCL script for Eggdrop IRC bots that generates HTML statistics pages from trivia game data. It supports various types of player score and history reports, including daily, weekly, monthly, and lifetime stats.

## Key Features
- Generates HTML pages displaying trivia game scores.
- Supports multiple types of stat pages: active, history, extended history.
- Configurable templates for different time periods (day, week, month).
- Allows customization of output page settings via `t-2.html.tcl`.
- Includes default CSS styles in `default.css`.

## File Analysis
- **t-2.html.tcl** — Main script for generating HTML pages. Contains configuration options and commands.
- **BogusHtml-Commands.txt** — Documentation on how to use the bot's commands.
- **BogusHtml-Install-Upgrade.txt** — Instructions for installing or upgrading BogusHTML.
- **BogusHtml-ReadMe.txt** — General information about the script, including version history and usage notes.
- **active.html** — Template file for displaying today’s top players.
- **default.css** — Default CSS styles used in generated HTML pages.
- **ever.html** — Template file for lifetime player scores.
- **history.html** — Template file for extended history stats.
- **index.html** — Main page template with links to various stat pages.