collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: TWC  (Read 43246 times)

0 Members and 1 Guest are viewing this topic.

Offline Wizhk

  • BeBot Apprentice
  • ***
  • Posts: 85
  • Karma: +0/-0
Re: TWC
« Reply #105 on: May 11, 2009, 03:36:58 am »
No matter how much I try I can never get the Download to accept my Username and Password.

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: TWC
« Reply #106 on: May 11, 2009, 06:07:03 am »
i created a new login and tested, 2.1 worked fine, 2.2 link was bugged and now fixed

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: TWC
« Reply #107 on: February 02, 2011, 03:21:00 pm »
TWC added as Attachment

Offline Oolwe

  • BeBot User
  • **
  • Posts: 47
  • Karma: +0/-0
Re: TWC
« Reply #108 on: June 07, 2011, 10:42:00 am »
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 ;)
« Last Edit: June 07, 2011, 03:42:24 pm by Eelwo »

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: TWC
« Reply #109 on: June 08, 2011, 05:54:44 am »
this is 1 of my settings files, this is setup for smf forum
Code: [Select]
<?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;

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

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

Offline Oolwe

  • BeBot User
  • **
  • Posts: 47
  • Karma: +0/-0
Re: TWC
« Reply #110 on: June 08, 2011, 09:44:40 am »
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: [Select]
<?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;

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
« Last Edit: June 08, 2011, 09:49:29 am by Eelwo »

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: TWC
« Reply #111 on: June 08, 2011, 11:45:31 am »
go under the setting area and find adition options, some like botname are under there

Offline Oolwe

  • BeBot User
  • **
  • Posts: 47
  • Karma: +0/-0
Re: TWC
« Reply #112 on: June 08, 2011, 12:20:36 pm »
Much tanks Temar it works, i'll put a complete noob guide here later ;)
« Last Edit: June 08, 2011, 12:25:16 pm by Eelwo »

Offline Oolwe

  • BeBot User
  • **
  • Posts: 47
  • Karma: +0/-0
Re: TWC
« Reply #113 on: June 10, 2011, 08:58:54 pm »
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.


 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 490
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal