View Full Version : Whochat - Who's Online in FlashChat Module
jaybolt
04-20-2006, 12:36 PM
Works fine for me but the link to the user profile isn't (my forums are in /forums directory and members.php is being requested from the root). How can I modify this?
Scratch that - I just hard coded the URL in.
GearTripper
04-30-2006, 05:06 PM
here's a screenshot of mine (identities edited out)... quickly rewrote the original php code to match the current release of Paul M's hack. i did this in about 5 minutes to work with vB 3.5+ & vBA 2.1 - works perfectly... but php could probably be cleaned up a bit.
Hexemer
05-02-2006, 12:51 PM
here's a screenshot of mine (identities edited out)... quickly rewrote the original php code to match the current release of Paul M's hack. i did this in about 5 minutes to work with vB 3.5+ & vBA 2.1 - works perfectly... but php could probably be cleaned up a bit.
works fine :)
Paul M
05-09-2006, 05:36 PM
here's a screenshot of mine (identities edited out)... quickly rewrote the original php code to match the current release of Paul M's hack. i did this in about 5 minutes to work with vB 3.5+ & vBA 2.1 - works perfectly... but php could probably be cleaned up a bit.
FYI, you can remove these lines, they relate to very old versions and don't do anything anymore. :)
// ## Hack parameters ## //
$showbots = true; // Change to false if you don't want Bots to show online //
$fcfolder = 'chat'; // The folder name where your flashchat installation is located //
caipa
06-02-2006, 06:08 PM
here's a screenshot of mine (identities edited out)... quickly rewrote the original php code to match the current release of Paul M's hack. i did this in about 5 minutes to work with vB 3.5+ & vBA 2.1 - works perfectly... but php could probably be cleaned up a bit.
THX it works great
offline
06-14-2006, 02:59 PM
When I turn this active it makes my entire screen turn blank, its like I have the wrong paths. Any clues?
Amigos
09-10-2006, 05:06 PM
I installed this very nice hack but I have a small problem. Every two or three days the statistics especially for flashchat are reset and it tells me : most ever chatters '1.1.1970 at 2 pm' or something like that.
Any ideas why ?
cdembek
09-12-2006, 01:42 AM
I don't understand how to do the following, can someone help me out??
and then add $cutoffs to the WHERE clause of the SQL query like this...
WHERE connections.userid IS NOT NULL $bots $cutoffs ORDER BY start
Morrus
09-17-2006, 04:11 AM
I don't understand how to do the following, can someone help me out??
Yeah, I'm having trouble translating that into English, too! :)
Can someone clarify how to do the above?
Morrus
09-17-2006, 04:14 AM
I don't understand how to do the following, can someone help me out??
I figured it out - it's an edit he wants you to make in the whochat.php file.
Change:
WHERE connections.userid IS NOT NULL $bots ORDER BY start
to
WHERE connections.userid IS NOT NULL $bots $cutoffs ORDER BY start
sensimilla
09-17-2006, 08:42 AM
All FlashChat users please make sure you are running bug free version on your site.
Several vbulletin installations have been hacked trough it lately.
here's a screenshot of mine (identities edited out)... quickly rewrote the original php code to match the current release of Paul M's hack. i did this in about 5 minutes to work with vB 3.5+ & vBA 2.1 - works perfectly... but php could probably be cleaned up a bit.
Yeah man, yours work on 3.6.3 :D thanks
Can Not get this to display, I have read through this at leats 4 times and tried everything in the books
No display :confused:
Running VB 3.5.4
ADV 2.1.0
In Step 2: I had to change the template name to adv_portal_whochat. I'm running vBA v2.0 RC2 and vB 3.5 RC2
Thanks so much for that answer. I thought I had to much rum and coke and thought I hosed something. Working great now.
interfx
02-01-2007, 09:06 PM
I know this post is older, but does it work with VB3.6.4, and VBa 2.2, and the latest FlashChat
interfx
02-03-2007, 09:19 AM
Anyone? have this in 3.6.4, 2.2 and latest FlashChat?
interfx
02-03-2007, 09:48 AM
here's a screenshot of mine (identities edited out)... quickly rewrote the original php code to match the current release of Paul M's hack. i did this in about 5 minutes to work with vB 3.5+ & vBA 2.1 - works perfectly... but php could probably be cleaned up a bit.
Figured it out... This works awesome with VB3.6.4, and VBa 2.2. Forget about the original directions. Simple Import the .module file. Works awesome!
Thanks!
SuperGLS
03-09-2007, 12:09 AM
Thanks to both of you.
derision
03-11-2007, 04:36 PM
I am trying to figure out what I am doing wrong. When I import the flash chat module I get the following error.
Warning: main(.//inc/config.php) [function.main]: failed to open stream: No such file or directory in /modules/whochat2.php on line 15
Fatal error: main() [function.require]: Failed opening required './/inc/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/planetsi/public_html/modules/whochat2.php on line 15
Any tips on what you guys did to get it working with 3.6
Maxal
07-14-2007, 07:50 PM
It's working perfectly for 3.6.7 and vbcmps 3. Simple upload and following directions. Nothing else.
yotsume
07-30-2007, 06:26 PM
Whochat Block With Rooms!
Hello,
I liked this so I had to change a few things to get rooms to show up in the module. Rooms are listed in the whochat.php but no rooms show up in my block. Only the username shows up of who is in the chat. That can't be right... so I tweaked this so rooms now show up!
Have a look at my attached screen shot.
I have attached a zip of what I use and instructions. Basically I just added code to the temple you have to make:
<tr>
<td class="thead"><span class="smallfont">Members In Chat: $totalchatters</span></td>
</tr>
<tr>
<td class="$bgclass"><span class="smallfont">$chatters</span></td>
</tr>
<!-- flashchat users -->
<tbody>
<td class="alt2" colspan="2">
<iframe frameborder="0" height="180" src="chat/info_embedded.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe>
</tbody>
<!-- end flashchat users -->
<td class="alt2">
<span class="smallfont">
<a target="_blank" href="http://www.your.url.here.com/chat/flashchat.php" rel="nofollow" linkindex="51" set="yes">
<u>Join the Chat!</u>
</a>
</span>
</td>I also added a link to join the chat...
I think there are problems with the whochat.php file??? Was it meant that no rooms be listed in the block? Did I miss something?
Anyway, this works perfect on the latest vbulletin, latest vbadvanced and latest Flashchat!
UncoderMom
10-13-2007, 03:30 PM
Whochat Block With Rooms!
Hello,
I liked this so I had to change a few things to get rooms to show up in the module. Rooms are listed in the whochat.php but no rooms show up in my block. Only the username shows up of who is in the chat. That can't be right... so I tweaked this so rooms now show up!
Have a look at my attached screen shot.
I have attached a zip of what I use and instructions. Basically I just added code to the temple you have to make:
<tr>
<td class="thead"><span class="smallfont">Members In Chat: $totalchatters</span></td>
</tr>
<tr>
<td class="$bgclass"><span class="smallfont">$chatters</span></td>
</tr>
<!-- flashchat users -->
<tbody>
<td class="alt2" colspan="2">
<iframe frameborder="0" height="180" src="chat/info_embedded.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe>
</tbody>
<!-- end flashchat users -->
<td class="alt2">
<span class="smallfont">
<a target="_blank" href="http://www.your.url.here.com/chat/flashchat.php" rel="nofollow" linkindex="51" set="yes">
<u>Join the Chat!</u>
</a>
</span>
</td>I also added a link to join the chat...
I think there are problems with the whochat.php file??? Was it meant that no rooms be listed in the block? Did I miss something?
Anyway, this works perfect on the latest vbulletin, latest vbadvanced and latest Flashchat!
Works perfectly! Thank you so much!!!
stuartn
10-27-2007, 11:41 AM
works perfectly for me too....
I've been asked though is it possible to get a block on the homepage showing the messages being posted....is this possible.
Minion
10-31-2007, 02:27 PM
Nice addition Yotsume...thanks :)
schmidtm
11-20-2007, 12:42 PM
I've installed this mod: the issues I'm having says can't load vbconfig file. I've tried looking to change the directory in whochat.php and can't seem to make this work. I'm running my forum in a subfolder
ex: www.mysite.com/forum/chat/
Where do I make this change??
Thanks
K2_02
12-15-2007, 01:48 AM
Excellent module! I had written my own which just generated a list of people chatting, but this one is much better with the room listing as well. THANKS!
I am trying to figure out what I am doing wrong. When I import the flash chat module I get the following error.
Warning: main(.//inc/config.php) [function.main]: failed to open stream: No such file or directory in /modules/whochat2.php on line 15
Fatal error: main() [function.require]: Failed opening required './/inc/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/planetsi/public_html/modules/whochat2.php on line 15
Any tips on what you guys did to get it working with 3.6
I know it is old, But shesh I get the same thing, its a wonder no one has fixed this:(
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.