Development > Generic custom modules

TWC

<< < (23/23)

Oolwe:
Hi,

much tanks for your feedback, i have change permission to the folder to be writable by everybody and installer created the file as intended:


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

$settings["forum_sql_server"] = 'localhost';
$settings["forum_sql_username"] = 'twc';
$settings["forum_sql_password"] = '*****';
$settings["bot_sql_server"] = 'localhost';
$settings["bot_sql_username"] = 'bebot_user';
$settings["bot_sql_password"] = '******';
$settings["forum_pre"] = '';
$settings["forum_db"] = 'twc';
$settings["orgbot_db"] = 'bebot';
$settings["twc_db"] = 'twc';
$settings["twc_pre"] = '';
$settings["login_table"] = '';
$settings["loginbots_prefix"] = '';
$settings["orgchat"] = TRUE;
$settings["loginchat"] = FALSE;
$settings["forum_root"] = '/var/www/htdocs/twc';
$settings["twc_root"] = '/var/www/htdocs/twc';
$settings["twc_url"] = 'https://192.168.3.1:10080/twc';
$settings["user_data"] = 3;


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

$settings["installedv"] = 202.027;

--- End code ---

i have created a user and can login to the interface, when i write messages nothing appear in guild chat/console, do i have to make some tweak from the ingame bot to make it work ? Also i don't understand the importance of IRC.php, does it need to be loaded ? actually it is but from guild chat irc say not connected.

IRC.php location:
/custom/modules/IRC.php
/custom/modules/TWC.php
/modules/_IRC.php

Temar:
go under the setting area and find adition options, some like botname are under there

Oolwe:
Much tanks Temar it works, i'll put a complete noob guide here later ;)

Oolwe:
Hi,

I'v noticed a little bug with accentued characteres (ex: é à ô) while interface is in french and AUTO-REFRESH is set to ON they are replaced by ?.

As soon as i turn auto-refresh off, they appear normally. tested with Firefox and IE.

Navigation

[0] Message Index

[*] Previous page

Go to full version