Einstein
Jump to navigation
Jump to search
Developer(s): | Cthom06 |
Programming language: | PHP |
Development state: | RC 2 |
Source model: | Open source |
Last stable release: | 2.0 |
License type: | Free software (GPL)
|
Einstein is intended to be a stable, multi-functional bot. It runs on Charon's core (barely) with additional classes and functions. It is currently in version 2.0.
Contents
Downloads
- Version 2.0 (Hopefully the last version!) now available at:
- Botdom Mirror: Here
- Botdom Mirror: Here
- Version 1.0 now available at:
- Botdom Mirror: Here
- Upgrade Version Only if you already have Einstein
- Botdom Mirror: Here
- Version 0.6 now available at:
- Botdom Mirror: Here
- Botdom Mirror: Here
- Version 0.5 now available at:
- Botdom Mirror: Here
- Botdom Mirror: Here
- Version 0.4 (Very Buggy) now available at:
- No Longer Available.
- No Longer Available.
Module System
The module system is fairly simple to use. At bot startup, the bot looks in every folder inside the modules folder and loads config.php. A config should look like this: <php><?php global $modules; $modules->addcmd($command, $file, $priv(0-99), $status(on/off)); ?></php>
Script System
On startup the bot creates a list of every file in the scripts folder. If a command with the name of the script file is given, it evaluates the contents of that file. Therefore scripts should not have php tags.
Uses
Einstein intends to be a highly stable, multi-functional dAmn bot.