Development > Generic custom modules

TWC

<< < (22/23) > >>

Wizhk:
No matter how much I try I can never get the Download to accept my Username and Password.

Temar:
i created a new login and tested, 2.1 worked fine, 2.2 link was bugged and now fixed

Temar:
TWC added as Attachment

Oolwe:
Hi,

After a fresh install i have installed TWC without error, but when i connect to the chat page:

No Settings File Found Please Run Install

In which file the installer store information like pass, mysql user etc pls ? (settings.php?) Can anyone give me the good syntax of the file for a manual edit pls ?

in my bebot database:
- twc_msgs -> contain all guild chat messages
- mybotname_settings -> two TWC options: relay and botname

in twc database, 3 tables empty:
- settings
- users
- user_prefs

need help pls ;)

Temar:
this is 1 of my settings files, this is setup for smf forum

--- Code: ---<?php
// TWC Settings

$settings["forum_sql_server"] = 'localhost';
$settings["forum_sql_username"] = '****';
$settings["forum_sql_password"] = '****';
$settings["bot_sql_server"] = 'localhost';
$settings["bot_sql_username"] = '****';
$settings["bot_sql_password"] = '****';
$settings["forum_pre"] = 'smf_';
$settings["forum_db"] = 'bangbot_smf';
$settings["orgbot_db"] = 'shared';
$settings["twc_db"] = 'bangbot_smf';
$settings["twc_pre"] = 'twc_';
$settings["login_table"] = '';
$settings["loginbots_prefix"] = '';
$settings["orgchat"] = TRUE;
$settings["loginchat"] = FALSE;
$settings["forum_root"] = '/var/www/bangbot/smf';
$settings["twc_root"] = '/var/www/bangbot/twc';
$settings["twc_url"] = 'http://bangbot.aofiles.com/twc';
$settings["user_data"] = 1;


////////// Do not Edit Below this line /////////////

$settings["installedv"] = 202.027;

--- End code ---

for internal user system, use forum vaiable still for info on were to find user database
and put


--- Code: ---$settings["user_data"] = 3;

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version