TWC

From Bebot Wiki 2
Jump to navigationJump to search
TWC[edit]

Description[edit]

This is a webchat plugin for Age of Conan and Anarchy Online. It allows the user to interact with in-game chat via a web page.


Features[edit]

 * Web interface to guild chat
 * Runs over normal http (so it works from your workplace :-))
Commands provided[edit]

There are no commands for this module.

Module settings[edit]

^Setting ^Default ^Description ^ |TWC |botname |What botname should be used to relay to TWC web side? |

Module colors[edit]

^Scheme name ^Default ^ |name_of_scheme|colorname |


Requirements[edit]

TWC is a web interface to bebots chat system. To run it you will need PHP, a Webserver such as Apache and a MySQL database.

For Linux, install each one seperately with your package manager.\\ For Windows you can use [Server] bundle.


Installation[edit]

Instruction to help you with the installation of TWC



Standalone[edit]

How to do a standalone install of this bot.

Steps[edit]

 - Create the twc user with mysql database of same name and grant all priviledges
 - Download TWC lite 2.0 into www\twc directory of server, run the /install/index.php (see below) 
 - Relocate bot\TWC.php to your bebot\custom\modules directory
 - Restart the bot and check messages for bot load
 - Bring up the main page [[1]] and register a new user
 - Login and see how you go.

Tips[edit]

Install Page[edit]

An example of how the install page was filled out.

Forum MySQL Server: localhost\\ Forum MySQL Username: twc\\ Forum MySQL Password: *********\\ Bot MySQL Server: localhost\\ Bot MySQL Username: bebot\\ Bot MySQL Password: ***********\\ Forum Database: twc\\ OrgBot Database: bebot\\ OrgBot Name: bbchat (case sensitive)\\ Online OrgBot Names: bbchat\\ TWC Table Database: twc\\ TWC Root Path: Leave as default unless its wrong\\ TWC URL: Leave as default unless its wrong\\ Forum Type: TWC\\ Allow New Members Access: Yes\\


Notes[edit]
 * The code for the template is below with more comprehensive values filled in.