vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   phpMyChat Integration (https://vborg.vbsupport.ru/showthread.php?t=59592)

ashley53680 05-03-2004 02:14 AM

Looking to install... still wondering if things are worked out yet?

pjdaley 05-04-2004 07:54 AM

Quote:

Originally Posted by Khoder
Hi Guys,

I keep getting the error message "This username is registered. Please type your password or chose another username"

Any ideas?

Thanx

you might want to change the erasing of Users in the config.lib.php3

Before:

PHP Code:

// Cleaning settings for messages and usernames
define("C_MSG_DEL"'96');
define("C_USR_DEL"'4');
define("C_REG_DEL"'0'); 

change it to this

PHP Code:

// Cleaning settings for messages and usernames
define("C_MSG_DEL"'96');
define("C_USR_DEL"'1');
define("C_REG_DEL"'0'); 

this would automatically delete users names after 1 minute.

pjdaley 05-04-2004 07:56 AM

Quote:

Originally Posted by trulylowcarb
I am having the same trouble, keeps telling me You must choose a user name. Does this work with v.3? I tried it with the registration variable at 0 first (no reg needed) and then put it back to the original (1) setting... no luck at all either way... I was really hoping this would work, anyone have more hints, please?

reason why this may be happening is because you have a room name... chosen

in the config.lib.php3

look for this:

PHP Code:

// Proposed rooms
$DefaultChatRooms = ('ROOM NAME');
$DefaultPrivateRooms = array('Priv1''Priv2'); 

change the $DefaultChatRooms = ('ROOM NAME');

to

PHP Code:

// Proposed rooms
$DefaultChatRooms = ('');
$DefaultPrivateRooms = array('Priv1''Priv2'); 

that would make no room show up in the room name line... that would just make the user press Chat to go in and wallah

pjdaley 05-04-2004 07:57 AM

Quote:

Originally Posted by Weasel
I can't get this to work. The first time the chat window comes up everything is fine, after that I get the message "This username is already in use. Please chose another." until I clear out the chat_user table.

you might want to try what i posted... its those 2 things... change the time to erase the names and leaving it in the default room name

pjdaley 05-04-2004 08:14 AM

jezuz, its inconsistent... it works 1 time... then it doesn't work... then it does :devious:

floridaideal 06-09-2004 12:00 PM

Wish I could get this working, it installed fine but all I get is the message "To create your own room you must be registered" when I try and login, made all the changes you suggested in the above thread!

Any ideas please?


All times are GMT. The time now is 07:59 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03220 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete