![]() |
Does this show users location "in chat" on whoslonine? Thanks.
Also, can sounds and animations be added and or removed? That puff animation would get very annoying lol! It lasts for about 60 seconds.. |
Quote:
From within chat - click on the arrow in the upper-left corner for a dropdown menu with event and sound options. Quote:
Theres also some error checking, database security, and output formatting in addition to the query itself ($sql = 'SELECT * FROM '.$cfg['userdat'].' WHERE status=0';). Quote:
I tried to use the recommended method to add the chat to the 'who is online' script but I have not been able to get it to work just yet. Unknown location. :( Probably something to do with my chat being located outside of my vB tree. Perhaps a 'chdir' or maybe putting the chat inside inside your forums directory structure? Amyone? I'm a newb. Please bear with me, I'm learning this stuff as I go and usually smoke my short term memory. On a side note, I found that vB already has a 'Chat" phrase built in. ;) The puff animation is just a swf I used at my site's chat while experimenting. It's not included with zz:flashchat. Animations, sounds, and smileys can be easily configured from the chats admin page. I've played some crazy flash movies in the chat and also have tried full length mp3 songs as an experiment with no problems. Please remember I didn't write the chat so I'm not the person to ask questions about it. There's a forum all about zz:flashchat available at: http://download.zehnnet.de Quote:
Please make absolutely sure that the following 2 lines in 'member.php' point to valid paths depending on your system architecture: chdir("/path/to/your/forums/"); // Change to forum path chdir("/path/to/your/chat/"); # change back to chat path If the incorrect path is entered the script will still parse but any cascading included calls to global.php from functions_bigthree.php and other respective includes will error off. SQL queries and connects will also choke. Changing the shell path is essential for scripts external to vB to interface correctly. Hope I didn't miss any questions. Peace! |
Cool thanks x3no. Now that I think about it I created a totally non vb page and got it to show up in whos online. If I can walk through the steps I took I can probably post how I did it :)
|
Please do, 006! ;)
|
Has anybody figured out how to make the colors linked to the users selected styles?
Also, it would be cool to be able to include it so it can be displayed in the forum template. Like the chat at vb.org is.. |
To add the 'Chat' location to "Who's Online?"
In the /includes folder open functions_online.php using your favorite PHP editor and; FIND: Code:
case 'subscriptions': Code:
case 'chat': Code:
case 'archive': Code:
case 'member.php': |
got the "add events" worked out, brilliant mate :)
canny seem to get the Integration working thou :( when I call member.php i get all this Quote:
CANCEL ALL THAT--LOL doh i never edited in the rite paths :rolleyes: workin now :) NOW..... how do I get it to redirect back to the forums when I log out - this i am stuck on..lol :ermm: and still to work out the "who's online/in chat" bit, otherwise may I say this is a BRILLIANT hack, installed and workin...well apart from the above..lol ----------------------------------------------------------------------------------------------------- ANOTHER EDIT : found it and got it showin for who's in chat but not showing in who's online?? :ermm: Also how do I put "who's in chat" into "Whats Going On!" Section ? Brilliant my users love it |
canny get the "who's online" part tae work
Quote:
does this part needs changed to member.php Quote:
|
Opps, yes! My bad. Sorry! Main.php should be member.php, in any code including "Who's Online?" Me go back and fix. Thats why it's Beta folks!
|
Can anyone help me configure my member.php???
I am having a killer time... Thanks, Rich |
Quote:
You still havin probs? PM me and i'll try and help |
Quote:
|
Quote:
|
Quote:
forum resides in ~/public_html/forums I am using member.php should I move the chat folder inside the forums folder? [edit] I tried to put include (../forums/global.php); into the chat/member.php . Then the 'who's online' display works properly. but then I can't get into the chat.[/edit[ |
Are you changing back to the correct chat path after the include of global.php?
|
Quote:
and thenafter when I go to member.php I cannot login to chat. It just leaves me logged out. But when I am at that very screen, if I check the who's online with another account I can see myself in chat. |
Cookies enabled?
|
I have this three lines in member.php
chdir("/home/xxxxxx/public_html/forums/"); require("./global.php"); chdir("/home/xxxxxx/public_html/chat/"); I have the cookies enabled (well, both forum and chat cookies, otherwise they wouldn't work, would they?). btw what do cookies have anything to do with who's online? |
Has anyone fogure out how to get a header, footer navbar etc integrated with this? If so, how?
TIA Miguel |
Quote:
I have to agree about this script. I had no problems with the integration of the zz-flashchat. The darn chat just didn't work right. |
man i installed this, config'd it in the database.php, but i have NO idea how to make it work with vbulletin, is there a more descriptive instruction walk through around explaining what should be done to make this integrated?
|
Da_GoTTi, tell me exactly where your having a problem. Links will help. Then I can help you.
The chat works flawlessly on my site - complete with animations. A walkthru of the installation would be impossible because of the many different ways it could be integrated with vB. |
Works brilliantly on my site too, had 20 in chat the other night throwing bombs at each other,funny as :rolleyes:
Couple o things thou that i'm wondering can be done When logging out either via X in browser window or in chatroom window is it possible to make it redirect back to your forums?? Also added on from point one can i remove the X in the chat window thus making users only being able to log out via window :surprised: Cheers J |
How do I get the java script to pop up on the forum home ?
|
Quote:
http://3rd-565thclan.com/chat/member.php is the chat http://3rd-565thclan.com/forums is my forum |
Quote:
Quote:
I've seen quite a few users named "Goner" (referred from this thread) dropping into my chat without ever trying the advanced animation and sound capabilities. Please take the time to give zz:flashchat a complete evaluation before writing off these awesome scripts. Some of my colleagues who have already integrated expensive subscription chat services with vB have switched over to Flashchat after seeing what it can do. Several users dropping loud animated bombs in the chat window to get your attention while you are AFK can be a riot. ;) Don't like it? Users have the choice to disable sound and animations. Not bad for a GPL script IMO. GPL sometimes still seems to be a cuss word even though most of us primarily work with Linux/php/Apache systems. Quote:
Installation is bulletproof as long as you get into the PHP code and modify the paths correctly, create the correct SQL permissions for your new database (or your existing database with new tables), CHMOD your paths correctly, and set up the config file to point to the database with the correct host/IP, SQL user, and password. Same scenario as a virgin vB installation, same complexities. The zz:Flashchat installation script (installation.php) will only run if everything is set up correctly beforehand, just like vB... Being that English is not the author's primary language, the install manual can be a bit confusing - especially considering we are not using the default method for initiating the chat engine but instead a modified script that melds with vB's existing variables. ;) I obviously need to elaborate on the install process. That's why it's here in beta folks. :confused: After zz:Flashchat is installed and working the chat has to be presented to your users in a manner that vBulletin's built in security will accept. This requires including external script calls and Javascript pop-ups from vB's templates. A tricky process for some of us non-guru types - but invaluable for adding new php mods to vB with vB's built in security. A tutorial is sadly lacking from vBulletins existing documentation. While such a tutoorial would be handy I assume Jelsofts concerns about cookie security kept the documentation limited to some commented-out code in the default templates. I'll try my best to make a step by step process to simplify the install. Please be aware that calling an external script (the chat or the "users chatting" scripts) from vBulletin requires a few extra modifications that should be installed on a local development server before running in a production environment. Calling an external php script with an incorrectly defined path will immediately cause a fatal SQL crash, effective locking you out of the template editing capabilities (and the rest of vB). Fixing the broken forum would require writing custom queries to be used with a 3rd party sql admin tool or a template restore from a good dump. Always back up your existing database with an SQL dump before installing any hack. I'll work on giving a detailed explanation of the entire integration process (as used on my site) and I'll update post #1 of this thread with all the pertinent info as soon as I can. I'll try to have it online within the next 24 hours, if my workload allows. Please bear with me. Thanks! Peace out, x |
@x3n0
Hi, when i am logged out of vbulletin and i call the member.php it logs me into the chat automatically with the user-name "unregistered". What do i have to change so the script will only allow registered users of the forum? Greets Karlo |
Karlo,
Are you sending the username to member.php via the URL? |
Quote:
|
Quote:
|
Quote:
Sweet!! I look forward to it. I have it running flawlessly on my site and have the users in chat on forumhome and on vbindex page :) The header, footer, navbar, etc is all it's missing. It's actually the coolest chat I have tried thus far. Thanks for everything! :) Miguel |
Just wanted to let you all know I'm not ignoring this hack, I've decided to completely redo all the code so as to make this a bit easier to configure and give it the ability to use your existing CSS styles. Look for a re-release in the near future.
|
good job, man, r u still there providing technical supports? i am gonna install it!!!
|
All times are GMT. The time now is 04:17 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:
|