![]() |
Quote:
|
"Users Currently Inside vBChat " show up blank, what have I missed to upload? :confused:
|
Quote:
|
Can someone help me sort some code here? I'll put it all in a box so prying eyes don't see...
PHP Code:
Me trying to integrate the two of them, probably wasn't the brightest thing, i just can't figure out why I'm getting name duplication (it shows 4 of me, two of you, 3 of him online, but when you click the who's online link, everyone is back to being singular entities and I'm getting comma's.) I run an adult site, but if you need to look at the error, I attached an example. |
I understand that in the 1.0.1 version of this hack this was an "upgrade":
Quote:
|
Quote:
This is what Forum_home say's about the chat: PHP Code:
|
Could anyone help with my coding problem?
|
Hi everyone!
I am installing vBChat v1.1.1 and have an issue with changing the root index.php file. I am running version 3.0.1 with several hacks and the code does not match that I am to replace. I am suppossed to find: Code:
while ($loggedin = $DB_site->fetch_array($forumusers)) Code:
while ($loggedin = $DB_site->fetch_array($forumusers)) Thanks for the help! |
How do you uninstall this hack?
|
Quote:
do appreciate the knowledge here and the hack is awsome!..thx again! UPDATE:never mind...i found the problem and fixed it..thx anways!!...also it fixed seeing my own username on the forums!.. |
Quote:
|
Quote:
wellif you loook at the instructions given it shows this as a replacement variable in the index.php (under //Guest & Before //Configure Peeps In VBChat): Code:
$numberguest++; Code:
$numberguest++; |
Quote:
Code:
// Get the users in vBChat Code:
while ($loggedin = $DB_site->fetch_array($forumusers) Now get the last line of the instructions: Code:
// Configure Peeps In vBChat Code:
$numbervisible++; Code:
// Get the users in vBChat |
PHP Code:
I put that in and it took care of all the multiple names, all the commas. The only issue I currently have is each person sees themselves twice. Looks much better! Any ideas why they still see themselves twice? (And edited to say that the "Who's In Chat" shows no one chatting, ever, but they are? Can you help again? |
Newb here.. How do you uninstall this hack? I like it, but it's murder on my 56k users.
|
ok I updated vb from .3 to .5 now what do I have to do to get this hack working again? There are no options in my admin cp and the who in chat is not showing up.
|
Quote:
|
I am also looking for some help to uninstall this, I hope someone could help us?
|
Quote:
|
Quote:
|
I kinda stumbled into this hack and need to replace the php Chat I'm currently using. I'll keep an eye on this for when the wrinkles get ironed.
It is a great idea -- I just can't afford to be bleeding edge right now. |
Does anyone have a chat set up somewhere I can try out before I decide to install this?
Have the bugs all been fixed? |
From what I can tell, no one is supporting this one right now. Maybe interest will be picked up again soon? I hope so because I love the parts that do work right now!
|
Quote:
|
Quote:
|
Triple--> if you fine one, PM me please ;)
|
Triple--> if you find one, PM me please
(reposted becauce I dont see an edit button (!)) You may edit your posts |
Can someone who has been using this hack tell me a couple of things:
1. What is the option, in the AdminCP menu, "vBChat Room Control" for? I have a chat room open where we're discussing, and it shows nothing there. If that is for a permanent chat room, why doesn't I get any option to create a room (only to delete it). 2. This may have been answered in the past, but I am not sure. When are the user names refreshed? I have users who have left the site for hours, still showing there. Thanks for your help, I just do not have time to go through all the pages, and the last remarks about no support, make me feel unease. Rgds |
Is this the same chat used here at .org? The reason I ask is that my (normally pretty stable and up-to-date) puter locked up when I tried to use this site's chat. I haven't tried it on my other puters -- but if one of my puters locks up -- then 2,500 of the goofballs with a stone and chisel for a 12Mhz 386SX puter running Windows 3.0 on my board will commit mass suicide.
Too bad this never went anywhere -- the phpchat I use now (written in France 100 years ago) is a POS. |
has anyone found any uninstall support?or know how to uninstall this hack?thanks :squareeyed:
|
Suggestions to add:
Prune all when room is empty (via cron) On Join message Room title Built in responsebot |
Quote:
http://www.ricehatersclub.com/vbulletin/vBChat.php? You can log in as: Guest One Password: one Or as: Guest Two Password: two |
chat seems nice :)
|
Well, for one reason or another, I decided to give it a try. I installed it last night and it works OK. Some minor issues with IE (it spreads the first lines over the whole table, trying to space them out evenly over the whole height of the table), but these were not significant.
Some of the complaints I've read here, and which I've managed to fix are: - Show the number of users in chat in FORUMHOME. - Make the users column, show the right users, not users who are gone, for hours. This requires a "Logout" button of some sort, that the users have to press instead of just closing the browser window, when done (yes, I open a new window for the chat). This removes their session in the chat from the database, so they no longer show up on the list. At the moment, I am trying to figure out how to prevent them from pressing the X at the top right corner, instead of the log out button, that would need some more searching. - I didn't exactly like the way the members could create new rooms and then leave them there for the admin to erase. That looked stupid to me, so I changed the hack to delete these rooms, when the last member in them logs out. - with some changes in the cron job, I made the hack erase the posts which are older than a few minutes. I changed the autoprune parameter to specify minutes instead of days, and I have the cron job running every 15 minutes. - I also didn't like the way the hack acted when you created a new room, or asked to join a room. If you go to the Select a room to join screen and you select a room, you are immediately transfered to that room. If you ask to create a new room, as soon as you create it, you are transfered to the Select a room to join. If someone is interested in my changes, I could post them here. But do not take it for granted I'll provide support, in place of ZT. Rgds |
Well I like the way it was implimented on the Rice Haters club and sure could use it -- but I don't know if I'm willing to take the plunge in something that appears to have been abandon. I've seldom required any support on any of the many hacks I've installed -- but I am concerned when a hack or addin gets abandon.
If you don't mind posting your changes -- I might give it a shot on my test board. |
Is there a way to refresh the user list? I have 6 people in chat, but i know that only two are there, and the others havent been there in awhile.
Thanks in advance. |
The only way to have a correct user list, is if you force your users to log out, from the chat session. If they do not, they session stays in the list (I think there is a time limit, after that the session is erased). Until it gets erased, you see them in the list.
I added a log out button in my forms, so that the users can log out. In the vBChat.php file, you need to add something like this: Find: PHP Code:
PHP Code:
HTML Code:
<HTML> As for the log out link, in your chat_main template, find: HTML Code:
<b>Post Message:</b> HTML Code:
<td align='right' class='tfoot'><a href='vBChat.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]'> |
When more messages are added they disappear from the box message area. I get about 14 one line messages before it starts with the new message. Any way to have all the messages stay on the screen. When I scroll up there isnt anything more than 14 messages at a time
|
Quote:
PHP Code:
Rgds |
Are these nice alternatives:
https://vborg.vbsupport.ru/showthrea...highlight=chat https://vborg.vbsupport.ru/showthrea...ight=Flashchat ? |
All times are GMT. The time now is 05: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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|