vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBChat v2.3 (https://vborg.vbsupport.ru/showthread.php?t=71049)

oberheimhaven 06-25-2006 11:44 AM

Quote:

Originally Posted by Skyline_GT
very nice ZT:)

[high] * oberheimhaven installed:)

[/high]

well i have installed and uninstalled 3 times i keep getting an error the .\

Error. vbchat.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

I have loaded her three times any s uggestions plz
thxs
wendy

oberheimhaven 06-25-2006 12:05 PM

Quote:

Originally Posted by juicemanfta
OK i installed it and this baby worked fine :) thanks for the DL


Thanks bragger LOl how about helping the rest of us out mate???? I loaded everything 10 times to the tee and still get file not found anyone knowwhats going on??

Snake 06-25-2006 06:52 PM

OK everything seems to work fine but I got a couple of questions to ask.

-How do I add more font size & colors to the user prefecenes?
-How to change the phrase "Send Private Chat Message" to "Send PM"?
-How to increase the size (or width) of the chat room to make it bigger?
-And finally, how can I change the phrase for the online list to...

"Viewing Chat
Chat Room"?

Paul M 06-25-2006 07:09 PM

This has it's own premium forum here ;

https://vborg.vbsupport.ru/forumdisplay.php?f=107

However, the author has not been online for six months.

Snake 06-25-2006 07:27 PM

I know that already but I'm supposed to post here for all kind of support.

j1mmy 06-27-2006 07:07 PM

Quote:

Originally Posted by oberheimhaven
well i have installed and uninstalled 3 times i keep getting an error the .\

Error. vbchat.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

I have loaded her three times any s uggestions plz
thxs
wendy


Yep me too, theres loads more too.

If someone has installed this succesfully, please guide us all..

satfox360 07-03-2006 08:37 AM

Quote:

Originally Posted by oberheimhaven
well i have installed and uninstalled 3 times i keep getting an error the .\

Error. vbchat.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

I have loaded her three times any s uggestions plz
thxs
wendy

I get the same err also. Tried to delete all files and re upload all of them and still get the same err.

Thanks you for your time on this matter.

satfox360 07-03-2006 08:51 AM

Quote:

Originally Posted by FamilyCorner
There wre several changes from older versions to 3.5 that affected all hacks, including this one. It will take a developer to fix it (which I am definitely not). Not sure what happened to Zero Tolerance, he's been gone a while...

Ouch this was posted in november of 2005.

satfox360 07-03-2006 09:22 AM

Quote:

Originally Posted by Milad
upon these two posts 1 & 2, I post this port of vBChat 2.3 for vB3.5

This hack had been ported to work with vB3.5.x by Milad
The Original creator is zero tolerance

Due to lack of time I provide no support.
This is a mere port only and there are no new functions or bugs fixes.
file vbchat.php was renamed into chat.php

read the text file to learn how to install

I hope you like it.

Regrads

Looks like someone else came out with a fix for this.

satfox360 07-03-2006 11:29 AM

Had some err's for some time but finally got it working.

1 err in the text doc.
says to find:
------------------------------------------------------------------
while ($loggedin = $db->fetch_array($forumusers))
{
$userid = $loggedin['userid'];
if (!$userid)
{ // Guest
$numberguest++;
$inforum["$loggedin[inforum]"]++;
}
else if (empty($userinfos["$userid"]) OR ($userinfos["$userid"]['lastactivity'] < $loggedin['lastactivity']))
{
$userinfos["$userid"] = $loggedin;
}

if(preg_match("/chat.php/",$loggedin['location']) && $loggedin['userid']){
$vbchat_users[$loggedin['userid']] = $loggedin;
}

}
------------------------------------------------------------------
it is all right except the bottom few lines. The chat.php is not already in the index.php. I guess it's becuase i didn't have the file in before.

However if you never loaded this before you should find this text below.
------------------------------------------------------------------
while ($loggedin = $db->fetch_array($forumusers))
{
$userid = $loggedin['userid'];
if (!$userid)
{ // Guest
$numberguest++;
$inforum["$loggedin[inforum]"]++;
}
else if (empty($userinfos["$userid"]) OR ($userinfos["$userid"]['lastactivity'] < $loggedin['lastactivity']))
{
$userinfos["$userid"] = $loggedin;
}
}

if (!$vbulletin->userinfo['userid'] AND $numberguest == 0)
{
$numberguest++;
}
------------------------------------------------------------------
replace it with the // Get the users in vBChat text in the notepad.

Remember that you have to go to Milad's post and download the new vbchat2.3 for vb3.5. You can not download the file by the original creator at this time. He has not been around to make modifcations.

Good luck everyone hope this helps.

Thanks to Milad for the fix with 3.5 and to the original creator.

directprint 07-07-2006 08:37 PM

Quote:

Originally Posted by j1mmy
i get this error:

Error. vbchat.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

during installation. what have i done wrong. the only file with that name is supposed to be in the admincp folder.

Same for me also.

Lena Starling 07-22-2006 11:43 PM

I get this error when trying to Import the vbchat.xml from the admincp folder (because I didnt see a product file elsewhere) via the Product Manager:

"Invalid File Specified"

What am I doing wrong?

j1mmy 07-25-2006 04:31 PM

:(

Help, anyone??

Aqi_T? 07-28-2006 04:22 AM

How Can I Installed the vBChat v2.3. Step x step please ? I will depply apreciated your help .:confused: :tired:

Thank You...!

AqiTa

j1mmy 07-29-2006 09:45 PM

Wheres the support gone??

Bounce 07-31-2006 10:37 PM

Quote:

Originally Posted by Olli460
I get this error when I tried importing the product.
Database error in vBulletin 3.5.4:

Invalid SQL:
alter table user add vbchat_pref_font_face varchar(255) not null default '',add vbchat_pref_font_color varchar(255) not null default '',add vbchat_pref_user_ignore text not null default '';;

MySQL Error : Duplicate column name 'vbchat_pref_font_face'
Error Number : 1060

This is following the text instructions and I get this error. Does anyone know how I can fix it? I dont even know why its giving this error because font_face is not even duplicating itself anywhere in the xml script.

Quote:

Database error in vBulletin 3.5.4:

Invalid SQL:
alter table user add vbchat_pref_font_face varchar(255) not null default '',add vbchat_pref_font_color varchar(255) not null default '',add vbchat_pref_user_ignore text not null default '';;

MySQL Error : Duplicate column name 'vbchat_pref_font_face'
Error Number : 1060
Date : Tuesday, August 1st 2006 @ 12:34:00 AM
Snap lol

Derekclarke 08-04-2006 07:02 PM

will this work on 3.6?

Andromeda2875 08-06-2006 12:52 AM

I have tried to install this on two different boards running vbulletin 3.5.4 and each time I get this error:

Code:

Error. vbchat.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below
What is wrong here please? I am going crazt trying to figure it out.

JompaMP 08-07-2006 08:20 PM

when i should install it i gett this error
Quote:

Could not find phrase 'invalid_or_empty_style_file'.

louis_chypher 08-08-2006 02:05 PM

Quote:

Originally Posted by Derekclarke
will this work on 3.6?

Hi, had chat installed with 3.5 did the upgrade to 3.6, so far no issue running under 3.6

Brandr 08-13-2006 11:12 AM

Hello,

This goes nowhere for me. Any alternatives?


http://YOURSITE.COM/FORUMS/cpanel/install_vbchat.php

And yes I chnaged the site address.

Best wishes.
Thanks.
_Brandr

narius 08-15-2006 05:21 AM

<a href="https://vborg.vbsupport.ru/showthread.php?p=985071#post985071" target="_blank">https://vborg.vbsupport.ru/showt...071#post985071</a>

That should fix it up. Worked for me!

JompaMP 08-19-2006 07:17 AM

hey i have try to install this but when i come to step 2 or there i should press add template i only get this error:

Quote:

Could not find phrase 'invalid_or_empty_style_file'.

Sonia 08-21-2006 12:39 AM

We have vb 3.6. Our url is http://www.newportwaterfrontassociation.org, homepage is okay but our vbulletin board appears to have crash, and we get the following message.

There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web browser. An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.

We apologise for any inconvenience.


Don't know what's causing this problem, can one of you help us out? We will appreciate your suggestions.

Brandr 08-23-2006 04:13 AM

Hi,

I installed the pager successfuly. I am a new vBulletin owner so please be understanding.
Can someone tell me where in my directory i should install the audio file?

Thanks and best wishes,
_Brandr

Eagle Creek 08-24-2006 02:01 AM

Quote:

Originally Posted by louis_chypher
Hi, had chat installed with 3.5 did the upgrade to 3.6, so far no issue running under 3.6

So I can safeley install it?

Eagle Creek 08-24-2006 02:08 AM

Nop.. Keeps saying:
Error. vbchat.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

midirtrider 08-24-2006 05:52 PM

So whats the word.. is this working on 3.6.0 or not?

members are becoming restless :D

JompaMP 08-24-2006 06:18 PM

yea i also want this and wanna know if its work for 3.6.0 because i still get this error:
Quote:

Could not find phrase 'invalid_or_empty_style_file'.

midirtrider 08-24-2006 11:47 PM

I tried re installing it on my 3.6.0 and some of the templates must have changed because the admincp/index.php is totaly diffrent.. when you are trying to find and add the codeing for this vbchat.

would love to see it upgraded for the 3.6.0 there is nothing out there as far as decent chat rooms at this point..

Necrosaro420 09-01-2006 01:11 PM

Does this work correctly with 3.5.4? Thanks Alot!

ociosos 09-02-2006 05:01 AM

Quote:

Originally Posted by JompaMP
yea i also want this and wanna know if its work for 3.6.0 because i still get this error:
Could not find phrase 'invalid_or_empty_style_file'.

waiting 4 a 3.6 upgrade!!!!!

plz some body mail me if its ready lynx_m3@earthlink.net

thanks!!!!!!! :surprised:

rezapci 09-04-2006 01:56 AM

any new update?

I don't have those

::: Open File - ROOT FORUM DIRECTORY/admincp/index.php
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
FIND:
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
// *************************************************

$printhr = false;
if (can_administer('canadminsettings'))
{
$printhr = true;
construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
if ($debug == 1)
{
construct_nav_option($vbphrase['admin_help_manager'], 'help.php?do=manage&script=NOSCRIPT');
}
construct_nav_group($vbphrase['vbulletin_options'], '<hr />');
}
if ($printhr == true)
{
construct_nav_spacer();

LT Mote 09-07-2006 06:48 PM

Does this hack work on vB 3.6 ?

EDIT:

I guess not, Tryin to install, I get this error

Error. vbchat.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

Snake 09-09-2006 02:19 PM

Just use the shoutbox, it's much better. ;)

jenni_kitten 09-10-2006 11:04 AM

Is there any way of admins being able to sort the users into groups, or give them a certain coloured username? What I'm looking for is a chat script that would support team quizzes (for example, red team vs blue team). And also, I'd like a command which would prevent the users' messages from going through (for example when I'm trying to explain the rules).

ronman 09-11-2006 04:18 AM

I just got it working on my board.

Thanks a bunch!

For the guy who's having the database error when he tries to install, you've got to go into PHPMyAdmin, search for vbchat, and delete the instances.
There's probably a couple tables you'll want to drop with the vbchat_ prefix.

Then, once you've done that, go into the user table, and drop the vbchat_ columns.

If you can't figure out how to do that, you're pretty much SOL.

FamilyCorner 09-11-2006 01:57 PM

Quote:

Originally Posted by Milad
upon these two posts 1 & 2, I post this port of vBChat 2.3 for vB3.5

This hack had been ported to work with vB3.5.x by Milad
The Original creator is zero tolerance

Due to lack of time I provide no support.
This is a mere port only and there are no new functions or bugs fixes.
file vbchat.php was renamed into chat.php

read the text file to learn how to install

I hope you like it.

Regrads

Thank you for this, I had pretty much given up on this chatroom. I have followed the instructions thus far, when I import the product however, I get the following error. Anyone else experienced this? it just continues to try and import forever and never stops...


PHP Code:

Database error in vBulletin 3.5.1:

Invalid SQL:
alter table user add vbchat_pref_font_face varchar(255not null default '',add vbchat_pref_font_color varchar(255not null default '',add vbchat_pref_user_ignore text not null default '';;

MySQL Error  Duplicate column name 'vbchat_pref_font_face'
Error Number 1060
Date         
MondaySeptember 11th 2006 07:55:21 AM
Script       
http://www.familycorner.com/forums/admincp/plugin.php3
Referrer     
IP Address   71.49.171.46
Username     
FamilyCorner
Classname    
vB_Database 


ronman 09-11-2006 04:33 PM

Obviously you failed to read MY post, just above yours.

FamilyCorner 09-11-2006 04:43 PM

Quote:

Originally Posted by ronman
Obviously you failed to read MY post, just above yours.

You're right *blush*

I read it, but didn't realize it was related to my issue. I don't actually handle that, but have given your instructions to my 'server guy' and he is working on it. Thanks!

:cross-eyed:


All times are GMT. The time now is 06:05 PM.

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.02690 seconds
  • Memory Usage 1,845KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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