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 43245 times)

0 Members and 1 Guest are viewing this topic.

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
TWC
« on: July 20, 2008, 09: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

Help
  http://bebot.link/wiki/aowc

Demo
  http://twc.aofiles.com/demo/



Version Status
  • 1.4 - OK
  • 1.5 - Bot Module & SMF forum URL Broke
  • 1.6 - OK
  • 2.0 - Blob broken
  • 2.1 - uses &$ instead of $ which some servers may not like, Request Access not working(goto have allow new on)
  • 2.2 - Under Development - No Known Problems

ToDo

TWC is Available from here
    http://twc.aofiles.com/

Download Attachment
« Last Edit: February 02, 2011, 03:20:38 pm by Temar »

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: AOWC
« Reply #1 on: July 20, 2008, 09: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

Offline Jaycoldriser

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: AOWC
« Reply #2 on: July 21, 2008, 01:12:32 am »
Hi,
Thanks for the nice installer job  ;)
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: [Select]
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 21, 2008, 01:24:39 am by Jaycoldriser »

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: AOWC
« Reply #3 on: July 21, 2008, 01:22:38 am »
the module is currently for 0.4 you need to use the support module and put AOWC.php in /custom/04/

Offline Jaycoldriser

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: AOWC
« Reply #4 on: July 21, 2008, 01:25:19 am »
I allready used it  ;)
ok work with the module install in \custom\modules\04
« Last Edit: July 21, 2008, 01:29:59 am by Jaycoldriser »

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: AOWC
« Reply #5 on: July 21, 2008, 01:31:04 am »
i dont use the Table in PHPBB
Code: [Select]
if($this -> psettings["forum"] == 2)
echo "PHPBB Table not Used<br>";

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: AOWC
« Reply #6 on: July 22, 2008, 03:44:15 am »
Version 1.5 Released

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: AOWC
« Reply #7 on: July 22, 2008, 06:54:43 pm »
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

Offline Jaycoldriser

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: AOWC
« Reply #8 on: July 22, 2008, 08: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, 09:31:32 am by Jaycoldriser »

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: AOWC
« Reply #9 on: July 23, 2008, 03:39:34 am »
Version 1.6 Released

Offline Vain

  • BeBot User
  • **
  • Posts: 57
  • Karma: +0/-0
Re: AOWC
« Reply #10 on: July 26, 2008, 10:19:49 am »
This version doesnt support stand alone? I have no forums...
« Last Edit: July 26, 2008, 10:22:58 am by Vain »

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: AOWC
« Reply #11 on: July 26, 2008, 05:04:02 pm »
version 2.0 does u can get from my SVN directory

as stated above :D

Offline Vain

  • BeBot User
  • **
  • Posts: 57
  • Karma: +0/-0
Re: AOWC
« Reply #12 on: July 27, 2008, 02:23:58 am »
version 2.0 does u can get from my SVN directory

as stated above :D

well it keeps referring to a login.php that doesnt exist.

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: AOWC
« Reply #13 on: July 27, 2008, 05:01:02 am »
i fixed that about 9 hours ago

Offline Vain

  • BeBot User
  • **
  • Posts: 57
  • Karma: +0/-0
Re: AOWC
« Reply #14 on: July 28, 2008, 05:42:20 am »
I get a No database selected message.

 

* 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