L* R*
HOME FORUM DOWNLOADS
Content
  Links
     Browse SVN
     SVN Commit log
     Documentation (Wiki)
  Developers
     Taskmanager
User
Welcome, Guest. Please login or register.
Did you miss your activation email?
October 06, 2008, 08:33:37 AM

Login with username, password and session length
Search



Advanced search
Support GoPHP5.org
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Modules > 0.5.x Custom/Unofficial Modules > Topic: TWC
Pages: [1] 2 3 ... 6   Go Down
« previous next »
Print
Author Topic: TWC  (Read 2586 times)
0 Members and 3 Guests are viewing this topic.
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 772



WWW
TWC
« on: July 20, 2008, 02:48:44 PM »

Temar's Web Chat (formally known as AOWC)

This is a Web Based Chat Client for Talking to your Org
Should work with both AO and AoC

The Files in /bot/ folder are Modules for the Bot
Place the rest of the files on the webserver were you want it
and run /install/index.php
you should Delete this folder after

Help
  http://bebot.shadow-realm.org/wiki/aowc

Demo
  http://www.twc-bebot.co.uk/

Change Log
  • 20/07/08 [1.4] - 1st Public Release
  • 21/07/08 [1.5] - Fixed file location by useing FULL path and address names
  • 21/07/08 [1.5] - Fixed Error where Forum table was checked for PHPBB
  • 21/07/08 [1.5] - Fixed Bandwidth Saving Method
  • 21/07/08 [1.5] - Added a Log and Version View to Installer
  • 21/07/08 [1.5] - Updated Bot Module AOWC.php to 0.5
  • 22/07/08 [1.6] - Fixed Registering of gmsg event in Bot Module
  • 23/07/08 [1.6] - Code Improvments
  • 23/07/08 [1.6] - Fixed SMF forum URL Value
  • 23/07/08 [1.6] - Added check to Correct Path and Address Setting with the / as end
  • 23/07/08 [2.0] - Fixed check for Group Access with PHPBB
  • 24/07/08 [2.0] - Added Option to Allow New Forum Members Access with out need to Move to Group
  • 25/07/08 [2.0] - Now has Seperate MySQL connect Details for forum & bot
  • 25/07/08 [2.0] - Now has Option to use Internal User Login instead of SMF or PHPBB
  • 25/07/08 [2.0] - Fixed 'undefined' message you get from auto-refresh when you are no longer logged in
  • 25/07/08 [2.0] - No longer outputs the Old MySQL passwords into the install Form, still uses Old if left unchanged
  • 26/07/08 [2.0] - Added a Movable Box With the Org Online list in it
  • 26/07/08 [2.0] - The Chat box is now Selected and Ready for Typing on Load and after Send
  • 26/07/08 [2.0] - Fixed the Reload Bug When Sending Chat with Auto-Send on thx to Dreamcast
  • 27/07/08 [2.0] - Fixed Issue with prefix and aowc tables
  • 28/07/08 [2.0] - Added a Request Access
  • 17/09/08 [2.0] - Added Admin for Settings
  • 22/09/08 [2.0] - Added Member list to Admin page
  • 24/09/08 [2.0] - Added a Logout Function and Link
  • 25/09/08 [2.0] - Users set to Banned no Longer have Access
  • 27/09/08 [2.0] - Added Check for Updated Files and if Install is Required to Run

Version Status
  • 1.4 - OK
  • 1.5 - Bot Module & SMF forum URL Broke
  • 1.6 - OK
  • 2.0 - Blob broken
  • 2.1 - Under Development - No Known Problems

ToDo

TWC Version 2.1 Beta is Available from here
    http://www.twc-bebot.co.uk/

2.1 Change Log so far
  • 29/09/08 - Changed SetInterval to Window.SetTimeout so runs only once (pref links)
  • 29/09/08 - Updated Blob to Current Coding Method (broke on 2.0)

Attachment Broke so Here is a Link to Get 2.0
   TWC 2.0
« Last Edit: October 01, 2008, 09:48:04 PM by Temar » Logged
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 772



WWW
Re: AOWC
« Reply #1 on: July 20, 2008, 02:52:47 PM »

also a note to User who have an Older version the install file will update the table  and settings file for you
Logged
Jaycoldriser
Freshman
*
Offline Offline

Posts: 6


Re: AOWC
« Reply #2 on: July 20, 2008, 06:12:32 PM »

Hi,
Thanks for the nice installer job  Wink
But I alway get this error each time the AOCW mudole launch
Quote
Fatal error: Call to a member function create() on a non-object in C:\php5\bebot
\bebot-aoc\custom\modules\AOWC.php on line 88

Note:
On my phpbb version (phpbb v 3.0.1) there is no table named "phpbb_membres" and no columns named "TimeOffset" in it
I change those values in the aowc_install.php as :

Table: users
Column : user_timezone

Code:
function check_forum_table()
{
$table["ID_GROUP"] = "";
$table["user_timezone"] = "";
$forum_db = $this -> psettings['forum_db'];
$forum_pre = $this -> psettings['forum_pre'];
echo "Checking Forum Table...";
if($this -> psettings["forum"] == 2)
echo "PHPBB Table not Used<br>";
else
{
$check = $this -> check_table($forum_db, $forum_pre."users", array_flip($table));
« Last Edit: July 20, 2008, 06:24:39 PM by Jaycoldriser » Logged
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 772



WWW
Re: AOWC
« Reply #3 on: July 20, 2008, 06:22:38 PM »

the module is currently for 0.4 you need to use the support module and put AOWC.php in /custom/04/
Logged
Jaycoldriser
Freshman
*
Offline Offline

Posts: 6


Re: AOWC
« Reply #4 on: July 20, 2008, 06:25:19 PM »

I allready used it  Wink
ok work with the module install in \custom\modules\04
« Last Edit: July 20, 2008, 06:29:59 PM by Jaycoldriser » Logged
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 772



WWW
Re: AOWC
« Reply #5 on: July 20, 2008, 06:31:04 PM »

i dont use the Table in PHPBB
Code:
if($this -> psettings["forum"] == 2)
echo "PHPBB Table not Used<br>";
Logged
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 772



WWW
Re: AOWC
« Reply #6 on: July 21, 2008, 08:44:15 PM »

Version 1.5 Released
Logged
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 772



WWW
Re: AOWC
« Reply #7 on: July 22, 2008, 11:54:43 AM »

there is a bug in version 1.5
in the Bot Module (AOWC.php)
use this to Fix
http://svn.aofiles.com/svn/AOWC_Lite/Bot/AOWC.php
Logged
Jaycoldriser
Freshman
*
Offline Offline

Posts: 6


Re: AOWC
« Reply #8 on: July 22, 2008, 01:55:23 PM »

Many thanks to Temar for the great job he did on this module and his support was absolutly awesome.
« Last Edit: July 24, 2008, 02:31:32 AM by Jaycoldriser » Logged
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 772



WWW
Re: AOWC
« Reply #9 on: July 22, 2008, 08:39:34 PM »

Version 1.6 Released
Logged
Vain
Rookie
**
Offline Offline

Posts: 35


Re: AOWC
« Reply #10 on: July 26, 2008, 03:19:49 AM »

This version doesnt support stand alone? I have no forums...
« Last Edit: July 26, 2008, 03:22:58 AM by Vain » Logged
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 772



WWW
Re: AOWC
« Reply #11 on: July 26, 2008, 10:04:02 AM »

version 2.0 does u can get from my SVN directory

as stated above Cheesy
Logged
Vain
Rookie
**
Offline Offline

Posts: 35


Re: AOWC
« Reply #12 on: July 26, 2008, 07:23:58 PM »

Quote from: Temar on July 26, 2008, 10:04:02 AM
version 2.0 does u can get from my SVN directory

as stated above Cheesy

well it keeps referring to a login.php that doesnt exist.
Logged
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 772



WWW
Re: AOWC
« Reply #13 on: July 26, 2008, 10:01:02 PM »

i fixed that about 9 hours ago
Logged
Vain
Rookie
**
Offline Offline

Posts: 35


Re: AOWC
« Reply #14 on: July 27, 2008, 10:42:20 PM »

I get a No database selected message.
Logged
Pages: [1] 2 3 ... 6   Go Up
Print
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Modules > 0.5.x Custom/Unofficial Modules > Topic: TWC
« previous next »
 
Jump to:  

Recent
!items database
by cthulhu
[October 05, 2008, 11:36:16 AM]

Supplies needed module
by viper
[October 05, 2008, 11:11:13 AM]

Assist
by Foxy
[October 05, 2008, 05:09:02 AM]

How's 0.5.x coming? Wonde...
by Hyde
[October 04, 2008, 04:59:20 PM]

TWC
by Elesar1
[October 04, 2008, 12:55:59 PM]

Org in AoC
by Alreadythere
[October 04, 2008, 04:50:00 AM]

OnlineOrg
by Slacklin
[October 04, 2008, 03:06:00 AM]

Learning .NET, Mono, C#, ...
by Vhab
[October 04, 2008, 02:39:03 AM]

guild taxes module for ag...
by Elesar1
[October 03, 2008, 09:06:09 AM]

MediaControl
by Elesar1
[October 03, 2008, 08:38:18 AM]
Stats
Members
Total Members: 983
Latest: Titerris
Stats
Total Posts: 10740
Total Topics: 1448
Online Today: 15
Online Ever: 168
(July 01, 2007, 09:30:02 PM)
Users Online
Users: 1
Guests: 30
Total: 31
Karsta

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
TinyPortal v0.9.8 © Bloc | NewDef design by Bloc
Page created in 0.286 seconds with 28 queries. (Pretty URLs adds 0.064s, 4q)
Loading...