Hi Stasik,
first, thanks for this hack!

I hope I'll be able to give something back to the community of vbhackers.
And here is my question:
I don't get it working. I can't get rid of the "no".
What I did:
First I installed the chat in a second database, so now i use the
same as vbulletin.
I've set "Registration of users" to:
define("C_REQUIRE_REGISTER", '0');
define("C_EMAIL_PASWD", '0');
I've got clean tables. Just myself in "c_reg_users" with the
same password and the same username as in my forum.
In index.lib.php3 I configured:
chdir("/homepages/htdocs/forum/");
require("./global.php4");
chdir("/homepages/htdocs/chat/");
I cleaned all my cookies, reloged in again and again, but I can't get rid of the "no". Why?
Please help. I've been searching for ages...
dbdb
Ps: I am able to login admin.php3, but there are no rooms listed (to clean up).
PS: I had phpmychat working before, but did a clean install.