Development > Generic custom modules

TWC

(1/23) > >>

Temar:
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

Temar:
also a note to User who have an Older version the install file will update the table  and settings file for you

Jaycoldriser:
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
--- End quote ---

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));
--- End code ---

Temar:
the module is currently for 0.4 you need to use the support module and put AOWC.php in /custom/04/

Jaycoldriser:
I allready used it  ;)
ok work with the module install in \custom\modules\04

Navigation

[0] Message Index

[#] Next page

Go to full version