# IDLE RPG Website Code

**Category:** Standalone_Bot
**Original Author:** Caffeen & Chewie

## Description
This software is a web-based interface for an IRC-based idle role-playing game (IRPG). It provides player information, quest details, and world maps. The code includes functions for sorting players by various criteria and displaying their stats.

## Key Features
- Player database management with sorting functions.
- Quest tracking and display.
- World map visualization of player locations.
- Contact form for user feedback.
- XML API for accessing player data.

## File Analysis
- **admincomms.txt** — Admin commands documentation.
- **ChangeLog** — Version history and changes made to the code.
- **commonfunctions.php** — Utility functions for sorting and formatting data.
- **config.php** — Configuration settings for the website, including database paths and admin details.
- **contact.php** — Form for user feedback.
- **db.php** — Displays a sorted list of players based on various criteria.
- **dump.php** — Outputs player data in a specific format.
- **footer.php** — Footer content with hit counter.
- **header.php** — Header content including navigation links.
- **index.php** — Home page information about the game and how to register/login.
- **makemap.php** — Draws a map of a player's location on the world map.
- **makequestmap.php** — Creates a quest map based on active quests.
- **makeworldmap.php** — Generates an online/offline user map.
- **maperror.png** — Error image for redirections.
- **players.php** — List of players with links to individual player pages.
- **playerview.php** — Detailed view of a single player's stats.
- **quest.php** — Displays active quest information.
- **README** — General instructions and version history.
- **xml.php** — Outputs player data in XML format.