Log in

View Full Version : vBChat v2.3


Pages : 1 2 3 4 [5] 6

Imperial Fritz
05-10-2005, 02:47 PM
How can I decrease the chatroom refresh time?

greenhybrid
05-10-2005, 05:20 PM
At the top of the page, you'll see a "refresh" tag with the number -1. Change it to the number of seconds you'd like the script to wait. You'll probably find this tag in the _blank templates.

Imperial Fritz
05-10-2005, 05:27 PM
thanks, but where do I find this template?....

Alrasam
05-12-2005, 06:25 PM
Hello sir

i just intalled the hack VBchat2.1.3
i got this Error

Database error in vBulletin 3.0.7:
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'
mysql error number: 1060
Date: Thursday 12th of May 2005 07:56:18 PM

can you help me?

Justdave
05-15-2005, 06:38 AM
Hi!

Wanting to change the background to white, I cut someone's script and pasted it into chat_iframe. I think it must have been an older version, I have 2.3 Fresh install.

So I loaded chat, with no luck in changing the color to white, and then I also lost the ability to chat. The page loads, but my username is not displayed, and whatever I type, doesn't translate to the chat page. So I then tried revert, and inadvertantly deleted the whole chat_iframe.

Is there an effective way to easily recreate this chat_iframe v. 2.3?

Or, do I have to uninstall chat, and then reinstall?

It was working so great, and I had to tinker with it.
:disappointed:
JustDave

greenhybrid
05-15-2005, 12:33 PM
You can hunt down what the template code was by opening up the relevant PHP file.

Justdave
05-15-2005, 01:26 PM
I suppose finding the relevant php file is half the fun for some.

greenhybrid
05-15-2005, 01:29 PM
Do a search for the template name ;)

Justdave
05-15-2005, 01:33 PM
Could you possibly post what you have for vchat_iframe?

I'd like to try that first.

greenhybrid
05-15-2005, 01:42 PM
Mine's modified. I think I just changed alt1 to alt2, but not sure.<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
$headinclude
<style type="text/css">
<!--
body {background:url();}
-->
</style>
</head>
<body class='alt2'>
<span id='ChatPage'>
$chat_page
</span>
<span id='ChatUPage'>
$chat_upage
</span>
</body>
<if condition="$do_scroll_auto == '1'">
<script type="text/javascript">
<!--
parent.frames['vBChatFrame'].scroll(0,999999999)
-->
</script>
</if>
<script type="text/javascript">
<!--
function TransportHTML(){
if(parent.frames['vBChatFrame'].document.getElementById('ChatDisplay')){
ToTransport = document.getElementById('ChatPage').innerHTML
parent.frames['vBChatFrame'].document.getElementById('ChatDisplay').innerHTML = ToTransport
} else {
setTimeout("TransportHTML()",1000);
}
}
TransportHTML();
-->
</script>
<script type="text/javascript">
<!--
function TransportHTML(){
if(parent.frames['vBChatUserBlank'].document.getElementById('ChatDisplay')){
ToTransport = document.getElementById('ChatUPage').innerHTML
parent.frames['vBChatUserBlank'].document.getElementById('ChatDisplay').innerHTML = ToTransport
parent.document.getElementById('total_users').inne rHTML = '{$total_users_in_room}'
} else {
setTimeout("TransportHTML()",1000);
}
}

TransportHTML();
-->
</script>
</html>

Justdave
05-15-2005, 01:49 PM
thanks, that worked like a charm!

:up:

JustDave

trancetopia
05-16-2005, 01:56 PM
I've searched for this but can't see that anyone has posted this before so here goes.

Can vbChat be restricted to members that have xx minimum posts before chatting?

TIA

Paul

Blam Forumz
05-16-2005, 02:06 PM
you could do a usergruop promotion so when they reach xx posts they get promoted to that gruop, and the normal group cant access it?

Pepelux71
05-16-2005, 04:59 PM
Everything works really great. Excellent hack.

I'm facing a small problem... Although I have all permissions enabled for all usergroups, when an unregistered user tries to enter the chat room or see who's chatting receives the following messages...

Guest - No Permissions
Unable To View
Guests Are Unable To Use The vB Chat System

Does anyone has any idea why this is happening cause i really want chat room available for the guests.

organik81
05-18-2005, 08:57 AM
Hi all; I installed the hack but there is a little problem; in admincp >> Settings Menu>> there is only "Setting Group" and "Save"; nothing else.. (also with other 1-2 hacks I have the same problem).. What can be this problem's reason? Thanx.....

Zero Tolerance
05-18-2005, 09:02 AM
Pepelux - The guests are not allowed permission, the system doesn't support guest usage, sorry.

organik81 - Not sure quite what you mean - screenshot perhaps?

- Zero Tolerance

organik81
05-18-2005, 10:46 AM
organik81 - Not sure quite what you mean - screenshot perhaps?

- Zero Tolerance
Sorry; I wrote my message to wrong topic... :surprised: Thanx much...

Justdave
05-18-2005, 08:40 PM
I want to change the name of vBChat to something else.

In ACP, I tried using phrase manager, but "vBChat" is not a listed phrase word.

Suggestions?

Polo
05-19-2005, 12:17 PM
I want to change the name of vBChat to something else.

In ACP, I tried using phrase manager, but "vBChat" is not a listed phrase word.

Suggestions?
the word "vBChat" is hard coded in this hack, just look for the word "vbchat" in the installation instructions and change them to whatever you want... :)

Chadi
05-21-2005, 07:37 PM
I'm getting this error when I click on "save" in my admin panel for vbchat options

Database error in vBulletin 3.0.7:

Invalid SQL: update vbchat_datastore set d_online='yes',d_allowbbcode='no',d_chat_order='bo ttom',d_smiliedisplay='0',d_sm ilieamount='10',d_allowbantag='1',d_maxrooms='0',d _smilequery='1',d_autoprune='1 ',d_autoprunedays='3',d_roomprune='24' where did='1'
mysql error: Unknown column 'd_roomprune' in 'field list'

mysql error number: 1054

What should I do?

Justdave
05-23-2005, 06:32 AM
I have real problem. Either one of my forum members is dead while logged into vBchat 3.0.7, or he really likes being alone, or he's stuck, can't get out and can't log out.

Has this problem been addressed before?

playstation
05-25-2005, 09:38 AM
Thanks ZT,works great.

I did modify it a little to include the forum header,navbar and footer though.

*clicks install*

friendly
05-27-2005, 06:48 PM
*installed*

greenhybrid
05-28-2005, 03:44 AM
Here's an idea: Is there a way to lower the refresh time if there's only one person in the chat? I have one member who likes to hang out there 24 hours a day and it eats bandwidth like anything.

Club3G
05-28-2005, 09:08 PM
/installs x2

Club3G
05-28-2005, 09:09 PM
Thanks ZT,works great.

I did modify it a little to include the forum header,navbar and footer though.

*clicks install*

Can you post the code for that? :)

92GreenGT
05-29-2005, 03:32 PM
I have a problem, when you go to the Chat section, where the pop ups used to come up...we get this at the top of the page. How do we fix it? Do we just need lines from these files replaced and we will be good? Thanks (Here is a ScreenShot) :smoke:

https://vborg.vbsupport.ru/

It used to not do this, but we had some server problems and after everything got fixed it started this. Thanks

playstation
05-29-2005, 05:52 PM
Can you post the code for that? :)

I just put


$header
$navbar


in chat_navigation and


$footer



In the chat_footer template.

playstation
05-29-2005, 06:33 PM
The demo link doesn't seem to be working. Anyone have a demo I could check out. I'll register if I need to do so.

Here you go.

Playstation-Elite Chat (http://www.playstation-elite.co.uk/forum/vBChat.php?&do=main&nojoin=1)

friendly
05-29-2005, 09:50 PM
Thanks playstation, we just installed a few minutes ago.
I'll probably still join to see what you've done with yours. :)

Is it possible to remove the copyright in the footer for a fee?

92GreenGT
05-29-2005, 11:35 PM
Can anyone help with my problem?

friendly
05-30-2005, 08:01 PM
This is the best of any chat I've installed so far. Sure, it needs some tweaking and a few modifications, but so far so good. Thank you.

What exactly is "Status: None"
I'd like to streamline the "Users Currently In vBChat" tables. They are somewhat bulky I think.

Anyhow, here's a button I made.

Cheers!

Oscar19
06-11-2005, 05:40 PM
Hi all i just installed vb chat on my site and when i try to get on it this is what i get
No input file specified.

Tornado.Tech
06-18-2005, 08:45 AM
looks nice

ATN
06-21-2005, 08:33 PM
hi, cheers this is good... how do i let the chat box show more history?

Cheers

apfparadise
06-21-2005, 10:01 PM
Question. I have 1.1 right now, and would love to upgrade to the latest and greatest. How do I do that?

Grant Sherwood
06-23-2005, 01:45 AM
At the bottom of the forum where it shows whos in the chat its stuck all the way to the right and looks goofy..anyway to make this look the same way the " Currently Active Users " looks like?

http://ntsr.org/forums/index.php?

Grant Sherwood
06-23-2005, 01:56 AM
Also, why does it load all the chat that others have posted? Like I come on there after a few people have been in there chatting and it shows what they have said. Anyway to turn that off?

Yeah, is there a way to make it reset everytime you exit or enter the chat?

angelicGrace
06-23-2005, 02:52 PM
well done. this was super easy to install. and went extreemly smoothly! very welll done!

mustang_lex
06-24-2005, 12:34 PM
Ok I just successfully installed this great hack. in need help with these

1) How do I change "default room" title to "main lobby" ** FIXED NOW **
2) Changing the background from alt2 to white ( i tried modding the chat_iframe for the body tag and doesn't work)

3) Changing the main popup screen size. Besides that, it kicks ass ** FIXED NOW **

4) How do i refresh a new screen when you reenter the chat room?

mustang_lex
06-24-2005, 01:23 PM
Yeah, is there a way to make it reset everytime you exit or enter the chat?

I would like this feature as well.

FamilyCorner
06-24-2005, 03:54 PM
I can't quite figure out why, but some of the smilies are broken images on the bottom of the chat window. I've attached a screen shot:

FamilyCorner
06-24-2005, 04:13 PM
This is a great little mod :cool:. I have a few questions:

Is there any way a sound can be triggered if someone types a message, if you're in teh chat room, but have it open in another browser window / popup?
Can the mod be modified to include a way to invite someone to the chat room. I used to have this feature on vB2.x where they'd receive a popup, which the recipient could say 'Yes' or 'No' to. If they selected 'Yes, they'd be taken to the chat room


These are great ideas, I would love an invite feature. Was this ever answered?

This hack is AWESOME! Thank you!

FamilyCorner
06-24-2005, 11:48 PM
When you view who is online, and when someone is in the chatroom, instead of saying "in chatroom" it says "Unknown Location". It does list the url, but is there a fix for this?

oldengine
06-25-2005, 12:35 PM
Here's an idea: Is there a way to lower the refresh time if there's only one person in the chat? I have one member who likes to hang out there 24 hours a day and it eats bandwidth like anything.
I also have this situation.

ATN
06-25-2005, 11:41 PM
Hi There

How do i totally remove chat from my forums, db and templates?

Cheers

FamilyCorner
06-26-2005, 02:15 PM
Hi There

How do i totally remove chat from my forums, db and templates?

Cheers

i would imagine you just click the "uninstall" box in the upper right hand corner of your post.

ATN
06-26-2005, 08:56 PM
i would imagine you just click the "uninstall" box in the upper right hand corner of your post.

hahaha good one... now thats the obvious answer, shame when i click that it does fuk all.

cheers

USAPatriot
06-27-2005, 04:56 AM
Hi,

How strange is this...

I did the mods for vBChat...works great as far as I can tell, though unlike another user, it took ME a tad longer than 7 minutes to accomplish.

Anyhow, this line got me to chuckling:
"Go back to your admin cp, refresh it, and go to vBChat -> vBChat Options, set up the configuration to your own liking."
That would be great, except that vBChat does not exist anywhere in my Admin CP. Anywhere. It certainly works well enough though...at least on the forum itself. Question is...whar'd it go in the CP? :D -Rod-

FamilyCorner
06-27-2005, 11:41 AM
That would be great, except that vBChat does not exist anywhere in my Admin CP. Anywhere. It certainly works well enough though...at least on the forum itself. Question is...whar'd it go in the CP? :D -Rod-

There was a step in the instructions to edit the /admincp/index.php. There was a section you needed to add, did you possible skip that by mistake? Here's the section of the instructions:

::: 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();
}

// *************************************************
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
UNDERNEATH ADD:
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
$printhr = true ;
construct_nav_option ( 'vBChat Options', 'admin_vbchat.php', '<br />' ) ;
construct_nav_option ( 'Banned Usergroups', 'admin_vbchat.php?do=banned_groups', '<br />' ) ;
construct_nav_option ( 'Banned Users', 'admin_vbchat.php?do=banned_users', '<br />' ) ;
construct_nav_option ( 'Usergroup Permissions', 'admin_vbchat.php?do=group_perms', '<br />' ) ;
construct_nav_option ( 'vBChat Room Control', 'admin_vbchat.php?do=room', '<br />' ) ;
construct_nav_option ( 'vBChat Prune Options', 'admin_vbchat.php?do=prune', '<br />' ) ;
construct_nav_group ( 'vBChat Control', '<hr />' ) ;
$printhr = false;

::: Save & Reupload ROOT FORUM DIRECTORY/admincp/index.php

USAPatriot
06-27-2005, 02:19 PM
Hi,

That was done and I rechecked it. It looks fine to me. The chat works fine, it's just not present in my admincp -Rod-

EDIT: K, I got it. I just redid it from an backup set of original files and it worked fine. Maybe an odd character got created before. Dunno. Anyhow, thanks :) -Rod-

mustang_lex
06-29-2005, 01:19 AM
Ok. I know your suppose to ask the questions in the VBCHAT forum, but I asked question days ago and its a ghost town.

My members are complaining that the refresh is SLOOOWWWWW. Is there a way to make realtime, more realtime? faster refresh

Also I would like to strip down the user info on the right side, just their name would be fine (get rid of Send PM and Status)

Thank you

PiranhATR
06-29-2005, 10:49 AM
i install this mod but i can't works true;

you watch at: www.mpx.gen.tr/forum2 (with default template)

when i click the vbChat button, the windows opens but there is anything to do?

Marco van Herwaarden
06-29-2005, 11:53 AM
I suggest that you first start with uploading clean (original!!!) vB files, before you try making modifications.

The version you are using is very insecure.

gyutae
06-30-2005, 01:43 AM
my vbChat was working fine before but now I get this error and it won't log anything after someone types anything

Warning: Cannot modify header information - headers already sent by (output started at /home2/gyutae/public_html/drumsetconnect/forums/includes/functions_newpost.php:2) in /vBChat.php on line 243

mrcrx
06-30-2005, 12:32 PM
My chat is working great but members are saying its slow. Is there anything I can do to fix this issue? thanks in advance.

chapsrulez
07-01-2005, 12:42 PM
I have 1.1.1 installed and working ok, how do i upgrade to 2.3, is it safe to do it with the installer, o do i have to manually remove it from the forum??

If i need to remove it manually from the forum, does anybody has a 1.1.1 file just to follow instructions backwards.
thanks.

OFFSHORE DAN
07-06-2005, 02:06 PM
When I enter a chat room it opens the page to full size. I want users to be able to chat and cruise the forums. How do I change this? I tried to make the page smaller but it won't let me.

reeferman
07-06-2005, 04:16 PM
there's seems to be some issues using this with Safari browser on the Mac, the screen shows blank, firefox and ie browsers for the mac work fine though

OFFSHORE DAN
07-06-2005, 04:22 PM
Found it in old post!

resizable=yes

reeferman
07-06-2005, 06:57 PM
in firefox for mac when you add a smilie the 'javascript add smilie' part goes into the chat window too along with the smilie, also I am curious how hard would it be to put all the smilies on the chat window, but in multiple rows? I have a php coding friend who can do it just wondering if this is possible

Bratz-Designs
07-07-2005, 12:31 PM
I installed this correctly, but when I go to the chat, I get a blank page?

rmilli
07-10-2005, 10:40 PM
I also am getting a blank page. Saying it can not be found

Bounce
07-11-2005, 05:54 PM
Database error in vBulletin 3.0.7:

Invalid SQL: alter table vbchat_datastore
add `d_roomprune` int(15) not null default '1';
mysql error: Duplicate column name 'd_roomprune'

mysql error number: 1060

getting this on upgrading from 1.1.1...

I originally had the first ever hack of this but decided not to use it as the screen keep refreshing and flashing! On reading that the new version does not do that i thought i'd try again :tired:

NJTy180
07-17-2005, 01:56 AM
I installed this correctly, but when I go to the chat, I get a blank page?
same here.....

EDIT:

I think I fixed the problem, go here, see if this works for you https://vborg.vbsupport.ru/showthread.php?t=92360

reeferman
07-18-2005, 12:30 AM
does anyone know if there is a way to increase the amount of lines on the chat screen that are in memory? so that I can scroll up a few pages to see what I missed...

jules213
07-18-2005, 05:25 AM
Hi there, i tried installing chat but came across the same problem i did with trying to install the arcade which is that it doesn't appear to recognise that the install file is there.

thus i am assuming it is something i have done with my set up

this is the error message for chat:

Warning: main(./global.php): failed to open stream: No such file or directory in /hsphere/local/home/jules213/youth-tv.co.uk/forums/admincp/install_vbchat.php on line 16

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /hsphere/local/home/jules213/youth-tv.co.uk/forums/admincp/install_vbchat.php on line 16

and this for arcade

Warning: main(./global.php): failed to open stream: No such file or directory in /hsphere/local/home/jules213/youth-tv.co.uk/forums/admincp/install_arcade.php on line 24

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /hsphere/local/home/jules213/youth-tv.co.uk/forums/admincp/install_arcade.php on line 24

anyone any ideas what i may have done?

thanks

Drunkacho
07-18-2005, 08:07 PM
Database error in vBulletin 3.0.7:

Invalid SQL: alter table vbchat_datastore
add `d_roomprune` int(15) not null default '1';
mysql error: Duplicate column name 'd_roomprune'

mysql error number: 1060


getting this on upgrading from 1.1.1...Same here. Any help? :ermm:

Bounce
07-19-2005, 05:29 PM
Same here. Any help? :ermm:

don't hold yer breath, i've went back to sigmachat,fully functional with my forums :squareeyed:

ach well least ive bumped this up lol :ninja:

sv1cec
07-19-2005, 06:09 PM
Gentlemen,

you have to understand, that this is a difficult period for all vB hack developers. With the announcement of vB 3.5, we are all working hard to port our hacks to the new version, which is not an easy task I assure you.

So please do not be too harsh on ZT, or any other developer here.

Rgds

mustang_lex
07-20-2005, 10:52 AM
Then perhaps uncheck the support box so we will know?

Bounce
07-20-2005, 08:02 PM
Gentlemen,

you have to understand, that this is a difficult period for all vB hack developers. With the announcement of vB 3.5, we are all working hard to port our hacks to the new version, which is not an easy task I assure you.

So please do not be too harsh on ZT, or any other developer here.

Rgds

Fair enough, ZT is a great developer,I apologise for my comments but as mustang_lex says why not "temp" untick support box..

I posted in the chat forum about the prob i have above, I stated why I dumped the original vbchat hack but since its been so well developed since then I wanted to try again but when your site is popular and folk like a good chatroom you have to try and get stuff up quickly as you will all know.. Now i've went with sigmachat and have it workin a treat

My sites not broke so why the need to fix it {upgrade} :ninja: :ninja:

I'm waiting till all the beta's are out :nervous:

BLazeD1
07-22-2005, 08:34 PM
How do you set the font size for the entire chat system? - ie all the font size on this page - http://forums.planetxbox360.com/vBChat.php?

They are too big!

romerom
07-24-2005, 01:02 AM
How do you set the font size for the entire chat system? - ie all the font size on this page - http://forums.planetxbox360.com/vBChat.php?

They are too big!

i tried installing this mod but get a blank page in admincp when i try and activate it. any ideas? i'm running 3.0.7 barely modded if at all

romerom
07-24-2005, 01:11 AM
i tried installing this mod but get a blank page in admincp when i try and activate it. any ideas? i'm running 3.0.7 barely modded if at all

it is having trouble rendering admin_vbchat.php for some reason. i double checked my changes against the instructions and i'm pretty sure i've done them correctly?

romerom
07-26-2005, 02:22 AM
fixed.. "chown apache:apache <vbchat files>"

wrang
07-26-2005, 02:47 AM
Hi There

How do i totally remove chat from my forums, db and templates?

Cheers

I wonder it to. How can i remove the hole chat from the template and database.

This chat sink the hole databse and the forum goes slow

lifanovsky
07-27-2005, 06:41 AM
Me and users on my forum really enjoy this chat, thank you very much! Will it be upgraded to be compatible with vB 3.5.0 version?

romerom
07-27-2005, 01:38 PM
could you add a feature to show the current users browsing the forums and invite them into chat via something similar to the PM popup ?

VPREATR
07-29-2005, 02:17 PM
We presently have 1.1.1 installed, can we directly upgrade from 1.1.1 to 2.3 without error?

Thanks!

wrang
07-31-2005, 05:12 PM
I ask again!
How can i remove the hole chat from the template and database.

Please help

Trana
08-02-2005, 04:55 PM
Is there an easy way to enable a "Leave" message? I would like to see when people are leaving the chatroom.

Thanks.

sv1cec
08-02-2005, 06:04 PM
Yes, you can have a "User XYZ left the room" message, if you use a log out button. It's not easy however, to tell you how to do it, my site is heavily hacked and the vBChat hack has been.... rehacked by me very much.

The only way that you can do it, is if you decide you like my version. I send you the files and you install them. You can have a look at my version at http://forum.m1911.org, but you will have to register first.

Sorry :(

alsfeena
08-03-2005, 09:07 AM
the last version i used was 1.1.1
and i tried to install this version ..
I clicked on install file and it added templets
but it didnt installed the database

I have these options in the Control Panal
vBChat Options
Banned Usergroups
Banned Users
Usergroup Permissions
vBChat Room Control
vBChat Prune Options


Usergroup Permissions not working ..?
what is the diffrent between banned usergroups & Usergroup Permissions ?

I didnt change any file or templets but i checked most of them, and they are the same... Is there any changes i missed ? which resulted to the "permission" problem ?

thanks

alsfeena
08-03-2005, 09:15 AM
There is another problem
The "vbchat options" not working
The page can open but the submission gives me database error

clasione
08-06-2005, 07:14 AM
This is one of the nicest hacks I have ever seen....

RWDF1
08-07-2005, 07:01 AM
I have installed the hack, but when I click to open the chat page on the navbar, all I get is a empty page opening.

I have just upgraded to VB3.0.8

:Judge:
08-07-2005, 07:14 AM
I have installed the hack, but when I click to open the chat page on the navbar, all I get is a empty page opening.

I have just upgraded to VB3.0.8

Just re-install, I had the same problem.

RWDF1
08-07-2005, 07:21 AM
I tried that, but I looked back in this thread, and on the page before this is a link to another thread that explains how to sort it. I have just sorted the problem, the templates hadnt been installed in the skin I use, so I copied them to the skin and the chat is working fine now.

Thanks

dai-kun
08-07-2005, 03:40 PM
i really like this chat but it's taking up too much resources. With this off, my domain uses about 170 CPU mins per day, with vbChat on, it uses 433 CPU mins per day. Is this suppose to happen? I only have about 8 people on different times of the day...

Firepower_426
08-12-2005, 03:35 AM
http://www.mk5gti.com/4.jpg

I'm trying to switch the pale blue to another color, any idea how / where I could do this? Thanks!

dethfire
08-13-2005, 01:17 AM
This is still a little buggy. Everytime it refreshes whatever I had in the textbox is added. So often times my chat will be like:

[03:13 AM] luvs2sellit: page
[03:13 AM] luvs2sellit: u 2
[03:13 AM] luvs2sellit: u
[03:13 AM] Greg Bernhardt: ack
[03:13 AM] Greg Bernhardt: I'll check this out
[03:13 AM] luvs2sellit: thanks
Greg Bernhardt Joins Room
[03:14 AM] luvs2sellit: r u
[03:14 AM] luvs2sellit: having
[03:14 AM] luvs2sellit: troubles
[03:14 AM] luvs2sellit: too
luvs2sellit Joins Room
[03:15 AM] luvs2sellit: o well
[03:15 AM] luvs2sellit: i willtry another day
Greg Bernhardt Joins Room

csidlernet
08-13-2005, 06:46 AM
why thankyou for this!!!!
/me whacks install button

interfx
08-15-2005, 09:00 AM
I'm currently running VBChat v.1.1.1, and was wondering if the upgrade script will run OK? This version is older, and I need to be careful not to mess up a very cative site...

Any experiences out there?

Gutspiller
08-15-2005, 03:04 PM
My users want my navbar link to the chat to change colors if anybody is in the chat. Is something like this possible? If somebody could tell me how to do this, I would really appreciate it.

Thank you!

PrinzII
08-16-2005, 02:11 PM
Is there a logging function?

Lee
08-16-2005, 11:45 PM
Is there a logging function?

I am having an issue with two things on two different boards:

1. on board 1 the smilies show up in a row at the bottom but when posted in the chat it just shows : ) for example, no actual smilie.

2. on board 2 the chat text disappears frequently without notice, during an active chat session

Any ideas?

Europeanlee
08-20-2005, 01:42 AM
Is there any way to add a 'log' of what happens in the chat so that it appears as a thread in a specific forum?

Trana
08-20-2005, 02:54 AM
Great suggestion.

creekdawgg
08-21-2005, 10:52 PM
very nice! easy install thanks a million

CP,
08-22-2005, 10:52 PM
Very nice!! thanks!

CP,
08-22-2005, 11:36 PM
Also when i re-enter the chat room i still see the old messages??? ive got auto prune at 1min but it still dosent work?? i have to manually prune it?? anybody help?

imported_pmay68
08-28-2005, 09:47 PM
Will Ajax be incorperated in this sometime or another vers?

tuanluu
08-30-2005, 05:52 AM
I post the question the other all question answer here no one answer me. so I ask again over here hope someone can help please.

I have Install succefully, but when ever I click on the chat Nav bar it just pop up a white blank widown then awhile it show error plz help

link http://www.luuhoanggallery.com/forums

Pete C
08-31-2005, 02:26 PM
Excellent hack (/me clicks install) :classic:

Just a couple of questions though - the chatroom opens full-screen, and there doesn't appear to be anyway of re-sizing - can it be done? There is a diagonal "grab" arrow at botton left, it just doesn't work.

Also, I can't see how to set status for Admins / Mods?

Any clues would be appreciated, maybe it's something I've missed?

Anyway, thanks for a great hack ;)


*Edit - a little later . . I'll be *&^^%$?* !! If I enter the chat room via the "Who's in vBChat" link - I get a floating, and fully resizeable window. If I use the Navbar link I get a full-screen window that won't resize. Curiouser and curiouser! LOL All things considered, I think we can live with it though :)

symptome
08-31-2005, 05:13 PM
Awesome!!

How can I translate that in german?

tuanluu
09-01-2005, 04:06 AM
Does this chat work with vBulletin v3.0.8 bc I intstall it give me blank white windown??? thanks

Tracer Gun Kata
09-02-2005, 09:37 PM
I use a Vizon skin on my forum -

Find the template 'navbar'

Find -
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>

I dont have this in my navbar for the Vizon skin... any suggestions?

steadicamop
09-02-2005, 09:42 PM
I had the same issue, it should appear in the header template - some skins put the navbar in the header instead of the navbar ... HTH

Tracer Gun Kata
09-02-2005, 09:47 PM
I had the same issue, it should appear in the header template - some skins put the navbar in the header instead of the navbar ... HTH

Thanks for the suggestion.. it would seem that its not in the header either :ermm:

Tracer Gun Kata
09-02-2005, 09:51 PM
It is in my Default Style navbar... wonder where vizon style has stuck it :ninja:

steadicamop
09-03-2005, 01:32 PM
I have to admit though that I had to search for something slightly different as the piece of code above didn't appear when I searched for it, I ended up just searching for calendar.php and see what came back, then try and find the navbar components

mattyk72
09-05-2005, 03:32 AM
I like this chat hack but it seems really buggy.

Has anyone had any experiences with other chats?

Are there any other options other than vbChat?

thanks

jthorpe
09-07-2005, 12:32 PM
I like it too, but not worth keeping on the site. My users hate it and yes, it is extremely buggy. I've heard that FlashChat is pretty decent. I might try that for a while and see how it works. I've been using gtchat for years, but have always hated it as well.

rammbs
09-08-2005, 10:29 PM
just installed it. a really awesome mod! :up:

haiboss
09-08-2005, 11:44 PM
How to uninstall this hack?

HormZ
09-11-2005, 04:45 AM
OK SOORRRRY! I have sorted the problem.

Wow! It is great!!

Thanks
===============================================
I am a newbie dunce . Why am I getting this error?

The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

--------------------------------------------------------------------------------

Please try the following:

If you typed the page address in the Address bar, make sure that it is spelled correctly.

Open the bokbok.co.uk home page, and then look for links to the information you want.
Click the Back button to try another link.
Click Search to look for information on the Internet.



HTTP 404 - File not found
Internet Explorer

digitalSite
09-11-2005, 09:42 PM
How do disable the ability for non-registered vB users to see "Users Currently Inside vBChat" (it's the box at the bottom of the page). I only want people who are registered on my site to see this box.

Thanks!

HormZ
09-12-2005, 11:00 AM
Does this chat work with vBulletin v3.0.8 bc I intstall it give me blank white windown??? thanks

Yeah, I got it working and it did really well. My members are going ape without it!! They love it!

Then I went and installed Arcade Games!!

Ooops! I need to get help on how to clean up the mess!

Does changing a .php file completely overwrite the existing file on the server ( ie the index files that are amended for vBChat & Arcade games )?

After loading arcade, I went into into and took a look around but since exiting, it does not work, and nor does chat.

scoles15
09-15-2005, 01:03 PM
Ther 2 things that I would like to add to my install of this product, which I know would help my members.

First, the join and leave room messages should have a time stamp.

and

When someone joins a room there should be an option to sound an audible alarm.

Anyone have an idea where I can start?

John the Artist
09-15-2005, 02:46 PM
Nice!!! Do we know if it works under 3.5 yet? Or does it need a re-write?

=)

Ken Woods
09-17-2005, 06:07 PM
For some reason when I go to vBChat Room Control, I don't see a "Create" there. How do you create a chat room?

GREAT mod by the way, beautiful!

dashaka2
09-26-2005, 08:12 PM
<font color="Lime">***Clicks Install***</font>

Thanks

a squared
09-26-2005, 10:58 PM
Hi, I'm a new Vb user running 3.0.8 and I was going to update to v 3.0.9. vB Chat looks perfect for my forum. Can you tell me if it will run with v 3.0.8 or 3.0.9? Thanks

reteep
09-29-2005, 03:35 PM
I'm also curious if this is vb 3.5 compatible?

aberg
10-01-2005, 06:35 PM
Same questions is already 4 times ask but no answer yet.
So I ask it also:
HOW TO REMOVE THIS HACK OUT OF THE DATABASE ????????

Darkmeteor
10-02-2005, 06:03 PM
tried to install on a 3.5 vb, lots of problems at the first 2 steps so I stopped there, don't think it's gonna work anyway

Lt. Dan
10-02-2005, 08:11 PM
We've been asking for an uninstaller for this program since day 1. This has got to be one of the worst supported hacks on this site. This should be removed from the forum if it is not going to be supported fully.

Zachariah
10-02-2005, 10:10 PM
We've been asking for an uninstaller for this program since day 1. This has got to be one of the worst supported hacks on this site. This should be removed from the forum if it is not going to be supported fully.

It needs no support. PJIRC has a support site. The man integrated users rights / basic config / skins. This was a free script to enhance your site that took time to create. Time is money, and you did not pay for his time. You have nothing to say.


Same questions is already 4 times ask but no answer yet.
So I ask it also:
HOW TO REMOVE THIS HACK OUT OF THE DATABASE ????????

Edit the installer look @ what it did, do it in reverse order if there is not an uninstaller.

BTW: @ the top of the hack:

NOTCE: ALL SUPPORT SHALL NOW BE ANSWERED HERE (https://vborg.vbsupport.ru/forumdisplay.php?f=107)

Lt. Dan
10-03-2005, 06:29 AM
It needs no support. PJIRC has a support site. The man integrated users rights / basic config / skins. This was a free script to enhance your site that took time to create. Time is money, and you did not pay for his time. You have nothing to say.

Thanks for your opinion, as if it matters to me. The guy offered up a hack and then didn't support it, that's pretty shoddy if you ask me. I'll remember his name when he's offering up pay hacks.



BTW: @ the top of the hack:

NOTCE: ALL SUPPORT SHALL NOW BE ANSWERED HERE (https://vborg.vbsupport.ru/forumdisplay.php?f=107)

Thank for the hot tip, Einstein. Equally great support in that forum where questions such as this: https://vborg.vbsupport.ru/showthread.php?t=96938 have gone unanswered after nearly a year.

Or how about this thread, titled I do not understand what it takes to get support for this mod (https://vborg.vbsupport.ru/showthread.php?t=92168)

Mr.ciuk
10-05-2005, 07:45 PM
please can you help me about 3.5 i had a mistake didn't unistall it and now i have "Fatal error: Call to a member function on a non-object in /web/htdocs/www.xxx.it/home/forum/vBChat.php on line 95"

any hints ?

thanks

Mr.ciuk
10-06-2005, 09:50 AM
i can't use this beatiful hack :( :( so i have to uninstall :( :( i need a chat for my site .... i click unistall :( :(

oldengine
10-07-2005, 11:56 PM
<a href="http://www.tufat.com/docs/flashchat/index.html" target="_blank">http://www.tufat.com/docs/flashchat/index.html</a>

ukDesign
10-14-2005, 07:28 PM
Just installed and seems to be be working well great instructions for a newbie like me to follow

Club3G
10-16-2005, 11:14 PM
Is it possible to enable smilies, but keep BBCode disabled?

I had to disable bbcode for the /me hack problem, but it brakes smilies too. :(

Toeludeu
10-18-2005, 02:38 AM
Is there any way of extending the amount of shown messages in a room? My room has on average 30 people in it at any one time. Is there a way I can make the chat history visable for longer? say the last 10 minutes?

Thanks for the great hack.

myCube
10-20-2005, 10:16 AM
I have a little problem.This script not worked on my vbulletin forum.
I'm clicking vBChat link and give empty page to me?.
http://www.forum.keyfinebak.com/vBChat.php?&do=main&nojoin=1 :(
please help mee :(

nnjj.net
10-21-2005, 08:28 AM
is there will be one for 3.5?

Digital_Finance
10-24-2005, 05:56 PM
support for vb-3.5 would be nice :)

jcfuller
10-28-2005, 05:47 PM
Great program just installed it and love it. Nice job. :banana:

LiftNw8
10-28-2005, 06:23 PM
How do I integrate this with vB 3.5, trying to install it now, and can't find some of the stuff that needs to be replaced in one of the files. Any help would be appreciated.

BackSideSA
11-02-2005, 04:43 AM
I have a little problem.This script not worked on my vbulletin forum.
I'm clicking vBChat link and give empty page to me?.
http://www.forum.keyfinebak.com/vBChat.php?&do=main&nojoin=1 :(
please help mee :(


i got this same issue.

is it that 3.0.9 is not supported to run this hack???

mojahudba
11-06-2005, 11:30 PM
i did upload all files like in manual but in step 2 i get this message i try first with v 2.3 get this error then i delete files what i upoad and try with version 2,2
but i get same error can someone help me why here is pix

http://img221.imageshack.us/img221/9130/error6ks.jpg (http://imageshack.us)

dug320
11-07-2005, 06:07 AM
I have the same message

Bob Ricci
11-10-2005, 05:35 PM
As do I. I manually changed the code to point to the DIR and it still fails.

Athca
11-11-2005, 11:15 PM
same message for me..

Bob Ricci
11-18-2005, 12:28 AM
I emailed Zero and have not received a reply.

dug320
11-18-2005, 01:58 AM
Time to close this thread and forum.

I installed FlashChat with ease and it is worth the 5 bucks. :mad:

MoMan
11-25-2005, 12:55 AM
Hmm, I got the same error...I'm running 3.5.1 but it should still work...

MoMan
11-26-2005, 04:57 PM
Hmm, I got the same error...I'm running 3.5.1 but it should still work...

Any help?

FamilyCorner
11-26-2005, 06:30 PM
Hmm, I got the same error...I'm running 3.5.1 but it should still work...

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...

MoMan
11-27-2005, 01:32 AM
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...

Ah, thanks, I'll be checking back :)

JAYEMULE
12-17-2005, 07:41 PM
Yes I had to remove this one after the upgrade. :( The whole forum is waiting for it to come back. I sure hope he gets the time and inclination to do so.

Neoka21
12-21-2005, 03:08 AM
hmm... I got a error...I'm running 3.5.0:

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

thanks! n__n

Mosh
12-21-2005, 07:58 PM
People do realise this is a v3.0.x mod and NOT a v3.5.x mod don't they????

This is not for v3.5.x, you will have to wait for ZT to do one for v3.5.x.

Pcparts
12-26-2005, 08:55 PM
any chance of this being made available for 3.5.x ?

wacnstac
12-26-2005, 09:04 PM
any chance of this being made available for 3.5.x ?

Don't hold your breath.

croportal
12-27-2005, 12:06 AM
if this exist in 3.5 version

BaselineAce
01-02-2006, 10:24 PM
Don't hold your breath.
I'm holding my breath...

hadog
01-02-2006, 10:28 PM
Hi
I guess I am the only one having trouble.
I followed the instruction and ran the install script
I get an error saying vbchat.xml in directory '' is not found

It is there...in the admincp directory

What have I done wrong?

wacnstac
01-08-2006, 01:28 PM
I'm holding my breath...

I wouldn't do that if I was you. Are you turning blue yet? :rolleyes:

Cork
01-08-2006, 10:39 PM
ok lil confused,what is the difference between download & Install mod does the install mod option give credit to coder,if so,,then thats what i wanted to know..thank you I know dumb question.:lick:

Mosh
01-09-2006, 12:05 AM
ok lil confused,what is the difference between download & Install mod does the install mod option give credit to coder,if so,,then thats what i wanted to know..thank you I know dumb question.:lick:
Yes, download is where you can download the attached files. Install Mod is where the author is credited, so for instance if the hack has a 100 installs acredited to it, then when you click Install it makes it up to 1001. Hope this answers your question.

Cork
01-09-2006, 12:47 AM
Yes, download is where you can download the attached files. Install Mod is where the author is credited, so for instance if the hack has a 100 installs acredited to it, then when you click Install it makes it up to 1001. Hope this answers your question.

Thank you,,very much

chrisciardi
01-09-2006, 07:48 PM
hey all, thanks a million for the cool chat mod. I am trying to install and keep getting an error message that says

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

i did successfully upload vbchat.xml in the admincp folder, it seems the script is not seeing it properly

thanks a million
chris

FalkinPro
01-12-2006, 11:43 PM
Hi everyone,

I got the same problem as everyone here,

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

I am now subscribed to the thread, I hope there is a fix soon...

Are there any other hacks out there for live chat?

Supposedly it is because we are running version 3.5 or great, am I correct?

Regards,

kalnet4u
01-16-2006, 11:41 AM
I am also getting the same error, hope it is fixed soon.

I am running verson 3.5.3

croportal
01-16-2006, 11:56 AM
this is for 3.0 not 3.5????????????

FalkinPro
01-16-2006, 06:03 PM
this is for 3.0 not 3.5????????????

Yes sadly :disappointed:

I just went ahead and bought flashchat for $5, and it works fine now for me. For $5 if you have some server knowledge then you should be able to get it working just fine. The customer service forum people are really helpful as well.

http://www.tufat.com/s_flash_chat_chatroom.htm

Regards,

Hawk7173
02-10-2006, 02:00 AM
need a bit of assistance....

in going through step 2,

"In your browser (Internet Explorer/Mozilla etc..)
Go to this url: http://YOURSITE.COM/FORUMS/admincp/install_vbchat.php
[You will need to change the capitals within this url to meet your site's domain and forum location]"

When I put the url in and click go, it takes me to my forum index page. What would I be doing wrong?

Snake
02-10-2006, 01:59 PM
Is this going to work on v3.5.3?

acorndomains.co
02-18-2006, 07:55 PM
How server intensive is VBchat?

Can it be hosted on a different server to my forum?

Thanks

Salvar
02-25-2006, 11:54 PM
this is for 3.0 not 3.5????????????

Same error XML file not found in dir

shadowdancer36
03-03-2006, 09:46 PM
I hope its an update soon. I'd love to use this

aleysan
03-04-2006, 05:41 PM
please help...

same problem again.. where is xml? :) shall we use with 3.5.4 ???

and i have a question.. is there any security problem with shoutbox??

seidel
03-08-2006, 09:46 PM
hello!

1) How add a module for vbchat in vba CMPS?

2) In My VBCHAT, the messages appear from BOTTOM to TOP, how change the order? I need the messages appear from TOP to BOTTOM

Thanks

lewisbee
03-12-2006, 03:36 PM
will this be out on 3.5.x?

p.s, where is zero tolerance these days?

FamilyCorner
03-12-2006, 04:16 PM
will this be out on 3.5.x?

p.s, where is zero tolerance these days?

He is busy with his own forum and supporting his paying clients. They come first and he said that if/when he has time he will update this hack for 3.5.X. For now though, his paying clients come first.

ZBJsmom
04-05-2006, 11:31 PM
Oh man! My first hack that I've done MYSELF without tons of help and THEN I figure out that it's NOT for 3.5!!!!!

I need a stinkin' wall to bang my head against!!!!!

kazido
04-06-2006, 10:24 AM
Oh man! My first hack that I've done MYSELF without tons of help and THEN I figure out that it's NOT for 3.5!!!!!

I need a stinkin' wall to bang my head against!!!!!
Haha, I've done that a few times too! just pick up your pride and move on! :banana:

Jill
04-11-2006, 01:00 AM
Hi,
Thanks so much for any help. I just moved to VB boards a week ago from another board and my members want a chat room. This one sounds great but I dont even know where to begin to install it.

I have downloaded it and read the files in the folder but honestly am very confused. Are there more detailed directions some place?

Thanks for any extra help at all..

Jill

Dsyn11
04-11-2006, 10:23 PM
This doesn't work at all right 3.5.x -- old question I'm sure, but can we okay the port? We're dying here...

mohend10
04-17-2006, 02:06 PM
My last Vb 3.5.4 is poor, no comment :(

liquiddreams
05-11-2006, 07:23 PM
always the same error but i uploaded the vbchat.xml fine in /admincp i dont understand whats the problem can u help me pls

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

floydian1
05-11-2006, 07:29 PM
Newbie here... how do I install the script?

My site is at IndianaAuditions.com/forums/

floydian1
05-11-2006, 07:41 PM
I uploaded the files and got the error that it could not find vbchat.xml in the directory ".

I uploaded all three program files to that directory.

Should I change the file atttributes or something?

pumarjr
05-17-2006, 08:38 PM
Error. vbchat.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

is the error that i receive, plz help

lightnb
05-20-2006, 11:08 PM
Yeah, Same thing here:

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

floydian1
05-21-2006, 11:08 PM
I just saw that this won't work with 3.5 so I guess it doesn't matter.

Milad
05-22-2006, 07:39 PM
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

Bubble #5
05-22-2006, 08:01 PM
Thank you for this Milad, and also thank you to vB.org for letting Milad post it here.

Now everyones happy :bunny:

Eric
05-23-2006, 03:09 AM
Would it perhaps be cool if I took Milad's port..and _tried_ to bring it up to Vbulletin Coding Standards (http://www.vbulletin.com/docs/html/main/codestandards) ? And perhaps in the process..fix a few bugs (no guarantees though)? :)

If anyone's interested, and I'm able, I may.

AndyP
05-23-2006, 03:13 AM
fix a few bugs (no guarantees though)? :)

I haven't installed it yet, but are there bugs in the port?

Eric
05-23-2006, 04:30 AM
I haven't installed it yet, but are there bugs in the port?
No, I'm not saying there is, but _could_ be. I'm just now digging into the code ;)

This is a mere port only and there are no new functions or bugs fixes.

ozmazdaclub
05-23-2006, 07:09 AM
That would be appreciated...
I've made all the changes but can't see vbchat menu options in the admincp...

Snake
05-23-2006, 10:06 AM
AWESOME! Thank you very much Milad! :D

louis_chypher
05-23-2006, 11:26 AM
for now, in regards to the chat port to vB3.5.x, one may need to change the template modifications to reflect your current forum location such as:
<script type="text/javascript">
<!--

function OpenvBChat(){
vBChat = window.open('chat.php$session[sessionurl_q]','vBChat','directories=no,height='+window.screen. height+',width='+window.screen.width+',location=no ,menubar=no,scrollbars=yes,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="chat.php$session[sessionurl_q]" onclick="return OpenvBChat();">vBChat</a></td>


changed to:
<script type="text/javascript">
<!--

function OpenvBChat(){
vBChat = window.open('http://www.YOURSITE.com/YOUR_FORUM_DIRECTORY/chat.php$session[sessionurl_q]','vBChat','directories=no,height='+window.screen. height+',width='+window.screen.width+',location=no ,menubar=no,scrollbars=yes,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="http://www.YOURSITE.com/YOUR_FORUM_DIRECTORY/chat.php$session[sessionurl_q]" onclick="return OpenvBChat();">vBChat</a></td>

note the change/addition of: "http://www.YOURSITE.com/YOUR_FORUM_DIRECTORY/"

parabat
05-23-2006, 02:02 PM
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

Quick question Milad... I'm no coder, so I would like to know if your file is all I require to get the chat working or do I have to install ZT's latest version first then yours??

:confused:

Ramsesx
05-23-2006, 02:14 PM
You only need to download the new files and dont forget:


read the text file to learn how to install

louis_chypher
05-23-2006, 02:31 PM
Noticed there is no exit chat room button? Was wondering if the intended way to ext was to close the Window? If so does this leave open system resources?

Why I'm asking is that as time wore on in testing the port/mod the chat room responded slower and slower till finally is running very slowly.

parabat
05-23-2006, 05:29 PM
You only need to download the new files and dont forget:
Thanx for that Ramsex :cool:

floydian1
05-23-2006, 08:16 PM
I have done the following...

Import product-vBChat.xml as a product from admincp - DONE

I found the first part of the file in index.php - DONE

But the second part says to look for something:

while ($loggedin = $db->fetch_array($forumusers))
{
$userid = $loggedin['userid'];
if (!$userid)
{ // Guest
$numberguest++;
$inforum["$loggedin"]++;
}
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;

----------------------------

How can I have the line [I]$vbchat_users[$loggedin['userid']] = $loggedin; if I never had vb chat up and running?

I looked for the line and found the first part... but it never mentioned VBChat.

What am I missing?

I'm half way through the install.

Ramsesx
05-23-2006, 08:48 PM
There is an error in the second part of the install.txt
Find:
while ($loggedin = $DB_site->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;
}
}

and replace with this:

// Get the users in vBChat
$vbchat_users = array();

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;
}

}

// Configure Peeps In vBChat
$invBChat = "";

if(is_array($vbchat_users)){
foreach($vbchat_users as $invbc){
if($invBChat == ""){
$extra = "";
} else {
$extra = ", ";
}

// Get Username Style
$invbc['musername'] = fetch_musername($invbc);

$invBChat .= "{$extra}<a href='member.php?{$session['sessionurl']}&u={$invbc['userid']}'>{$invbc['musername']}</a>";
}
}

if($invBChat == ""){
$invBChat = "<i>No one is currently inside Chat</i>";
}

Eric
05-23-2006, 10:11 PM
Eek, well. I've run into a slight few problems. And I don't have alot of free time so I may not be able to "finish" it. But thinking over it...i've rewritten a small portion of it. So i'd rather have ZT's permission anyway (I know, I saw the thread, I know he hasn't been here in a while..but I'd feel better about it if I did). And Milad's port as-is seems to work just fine :)

floydian1
05-24-2006, 09:47 AM
Thanks... that worked GREAT.

It looks great... it works great... and the members LOVE IT!

floydian1
05-24-2006, 10:32 AM
Whoa... all of a sudden now when I go to my members page, I get this error...

Warning: mktime() expects parameter 4 to be long, string given in /memberlist.php on line 660

Is this due to the chat? It was working fine until I did this install.

floydian1
05-24-2006, 03:49 PM
The space bar is acting as an enter key for some people.

They are only able to get in one word at a time.

Anyone else experiencing that?

I may have to unload the script. It appears to be causing problems.

floydian1
05-24-2006, 04:10 PM
Is three a way to speed up the refresh?

Snake
05-24-2006, 05:54 PM
Awesome just installed it on my forums and it seems to work fine. ;) Thank you once again, Milad.

Also I have noticed one thing. Why do you I get a blank popup window when exiting the chat room? This is weird!

Kungfu
05-24-2006, 07:59 PM
i know theres no support for 3.5 but i have a question. When i open its blank and lately my forums have been acting up where some things just wont open. Anyone know why this is? It just goes to a blank page.

Blue-Inc
05-27-2006, 06:12 PM
Thanks for making the mod Zero, and thanks for the Port Milad :)

Works perfect!

dendrob
05-29-2006, 04:36 PM
Hm...how could I display the number of users right in the menu ??? say something like this: "vbChat (6)". Some users don't scroll down to the stats to see who's in the chat, this way they would see it right in the navbar. Any help would be appreciated!

If there would be no users in the chat "vbChat (0)" or just "vbChat" would be great. I'm using the ported chat on 3.5

Eric
05-29-2006, 08:13 PM
Hm...how could I display the number of users right in the menu ??? say something like this: "vbChat (6)". Some users don't scroll down to the stats to see who's in the chat, this way they would see it right in the navbar. Any help would be appreciated!

If there would be no users in the chat "vbChat (0)" or just "vbChat" would be great. I'm using the ported chat on 3.5
You could do the following:

Open forum/index.php, find

// Configure Peeps In vBChat
$invBChat = "";

if(is_array($vbchat_users)){
foreach($vbchat_users as $invbc){
if($invBChat == ""){
$extra = "";
} else {
$extra = ", ";
}

// Get Username Style
$invbc['musername'] = fetch_musername($invbc);

$invBChat .= "{$extra}<a href='member.php?{$session['sessionurl']}&u={$invbc['userid']}'>{$invbc['musername']}</a>";
}
}

if($invBChat == ""){
$invBChat = "<i>No one is currently inside Chat</i>";
}

Replace with:

// Configure Peeps In vBChat
$invBChat = '';
$num_in_chat = 0;

if (is_array($vbchat_users))
{
foreach ($vbchat_users AS $invbc)
{
if ($invBChat == '')
{
$extra = '';
}
else
{
$extra = ', ';
}

// Get Username Style
$invbc['musername'] = fetch_musername($invbc);

$invBChat .= "{$extra}<a href='member.php?{$session['sessionurl']}&u={$invbc['userid']}'>{$invbc['musername']}</a>";
$num_in_chat++;
}
}

if($invBChat == '')
{
$invBChat = '<i>No one is currently inside Chat</i>';
}

Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Expand All Templates

Open the 'navbar' template, find:

<td class="vbmenu_control"><a href="chat.php$session[sessionurl_q]" onclick="return OpenvBChat();">vBChat</a></td>

Replace with:

<td class="vbmenu_control"><a href="chat.php$session[sessionurl_q]" onclick="return OpenvBChat();">vBChat</a> ({$num_in_chat})</td>


That seems to do it, tested it on mine and works fine :)

dendrob
05-30-2006, 09:23 AM
Oh, you're the man!!! Thanks a bunch, slight problem though. It doesn't show up in my case. Actually, if it makes any diff, my navigation menu is inside my header template. I added a link like so


<a href="../../community/chat.php$session[sessionurl_q]" onclick="return OpenvBChat();" target="_blank"> • Chat ({$num_in_chat})</a>


It gets me into chat no problems, but I don't see the number of people in the room.

Any pointers ???

Thanks

dendrob
05-31-2006, 09:24 AM
anyone ???

louis_chypher
06-01-2006, 02:39 PM
When I exit chat I get a little window in the upper right hand corner of the screen that contains nothing but a back ground. what is supposed to be displayed in the window?

rice
06-02-2006, 01:57 AM
i am having same issue as chypher

Blue-Inc
06-02-2006, 10:33 AM
So as I, but have learnt to live with it. But if there is some way of getting rid of it, please do tell.

louis_chypher
06-02-2006, 11:25 AM
So as I, but have learnt to live with it. But if there is some way of getting rid of it, please do tell.

I found in the chat template:

do_close = 1;


I commented do_close = 1; and added do_close = 0;
like so:


//do_close = 1;
do_close = 0;


with, so far, no ill effects to the operations of the chat room to stop that little window from poping-up.

rice
06-02-2006, 07:11 PM
louis-
where exactly do i find this??
having a hard time finding.

thx

Olli460
06-03-2006, 02:42 AM
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.

adrianne
06-03-2006, 01:04 PM
Seems to be working great for me! Major props! Thanks SO MUCH!

rice
06-04-2006, 02:11 AM
i simply cant find below:

Code:
do_close = 1;
I commented do_close = 1; and added do_close = 0;
like so:

Code:
//do_close = 1;
do_close = 0;
with, so far, no ill effects to the operations of the chat room to stop that little window from poping-up.

AndyP
06-05-2006, 12:56 AM
I've installed the port to 3.5 and it doesn't seem to work as described for 3.0. It's only been running on our forum this morning, but there seems to be quite a few bugs, and as it seems that the support for this hack is gone, I think it might be safer to try flashchat.

kissythecutie
06-05-2006, 02:55 AM
Can you make this part of the premium member package?
I want only the members that have paid for an aupgrade to access the chat room can this be done?

AndyP
06-05-2006, 03:18 AM
I want only the members that have paid for an aupgrade to access the chat room can this be done?
You can set it, such that only specific usergroups have access to it, and you can ban the others.

Mighty Mojo
06-05-2006, 11:47 PM
You could do the following:

Open forum/index.php, find

// Configure Peeps In vBChat
$invBChat = "";

if(is_array($vbchat_users)){
foreach($vbchat_users as $invbc){
if($invBChat == ""){
$extra = "";
} else {
$extra = ", ";
}

// Get Username Style
$invbc['musername'] = fetch_musername($invbc);

$invBChat .= "{$extra}<a href='member.php?{$session['sessionurl']}&u={$invbc['userid']}'>{$invbc['musername']}</a>";
}
}

if($invBChat == ""){
$invBChat = "<i>No one is currently inside Chat</i>";
}

Replace with:

// Configure Peeps In vBChat
$invBChat = '';
$num_in_chat = 0;

if (is_array($vbchat_users))
{
foreach ($vbchat_users AS $invbc)
{
if ($invBChat == '')
{
$extra = '';
}
else
{
$extra = ', ';
}

// Get Username Style
$invbc['musername'] = fetch_musername($invbc);

$invBChat .= "{$extra}<a href='member.php?{$session['sessionurl']}&u={$invbc['userid']}'>{$invbc['musername']}</a>";
$num_in_chat++;
}
}

if($invBChat == '')
{
$invBChat = '<i>No one is currently inside Chat</i>';
}

Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Expand All Templates

Open the 'navbar' template, find:

<td class="vbmenu_control"><a href="chat.php$session[sessionurl_q]" onclick="return OpenvBChat();">vBChat</a></td>

Replace with:

<td class="vbmenu_control"><a href="chat.php$session[sessionurl_q]" onclick="return OpenvBChat();">vBChat</a> ({$num_in_chat})</td>


That seems to do it, tested it on mine and works fine :)

Thanks----doesn't work if you have VBA CMPS though (well it does for the forum index, but not the CMS index :))

Any suggestions?

TheBlackPoet
06-06-2006, 03:15 PM
everytime i try to install this hack... i cant get past the part of pointing to my install.. its not just with this hack.. its with any hack that calls for this action....
since i am new at this... i figure this hack must not be set up for my version.
3.5.4

Mighty Mojo
06-06-2006, 11:31 PM
everytime i try to install this hack... i cant get past the part of pointing to my install.. its not just with this hack.. its with any hack that calls for this action....
since i am new at this... i figure this hack must not be set up for my version.
3.5.4


Nope, it works fine with 3.5.4

rice
06-07-2006, 04:56 PM
working well for me in 354 as well

j1mmy
06-09-2006, 10:48 PM
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.

Phosphorus
06-10-2006, 08:23 AM
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 .. any help ?

TheBlackPoet
06-11-2006, 10:21 PM
im so jealous.. i followed the instructions.... to the letter... and when i point to the browser... i get the error

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

i go to this section on line 149 of install_vbchat.. nothing appears wrong.. this has to be user error.. can someone tell me where i am gong wrong..
vers... 3.5.4

j1mmy
06-12-2006, 05:47 AM
Yep seems like theres a few having that same problem, me too.

ltaylor
06-16-2006, 09:50 AM
Add me to the list. I'm having the same issue as well. I know all files are in the proper place. Checked everything.

anyone have a resolution for this yet?

j1mmy
06-16-2006, 05:32 PM
I located that files its asking for and i put it in the directory, but now it says invalid file or something like that..what should we do??

SagesseForum
06-20-2006, 06:07 AM
I am facing the same problem, I don't know if the problem resides with vb version I also have version 3.5.4

Snake
06-23-2006, 10:39 AM
This is really strange because it is working just perfectly on my forums.

juicemanfta
06-23-2006, 10:28 PM
I am using vBulletin Version 3.5.4 and want to use this hac but i am seeing a lot of people having trouble with it. Well since i really need i am going to install it...i would update you all with my progress.

juicemanfta
06-24-2006, 12:30 AM
OK i installed it and this baby worked fine :) thanks for the DL

oberheimhaven
06-25-2006, 10:44 AM
very nice ZT:)

* oberheimhaven installed:)

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, 11:05 AM
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, 05: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 (http://www.finalfantasyforums.net/chat.html)"?

Paul M
06-25-2006, 06: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, 06:27 PM
I know that already but I'm supposed to post here for all kind of support.

j1mmy
06-27-2006, 06:07 PM
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, 07:37 AM
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, 07:51 AM
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, 08:22 AM
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, 10: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.