Version: 1.00, by trilOByte
Developer Last Online: Sep 2013
Version: 2.3.x
Rating:
Released: 07-18-2003
Last Update: Never
Installs: 11
No support by the author.
Been done lots before, and is *very simple*, but this will work with pretty much most versions of vB and it definitely works with vB3! It's really not difficult as it's basically a (minor) mod of files included with phpmychat distro.
The following can be used to display "who's in chat" using PhpMyChat, either integrated (with Stasiks integration hack) or out of the box. It can be used with standalone chat dB or chat dB that has been integrated with vB, there are no vB files to hack, and only one template to edit. Again, vBintegration is not required, shared databases are not required for this to work.
It doesnt get much simpler. There are 3 steps....
1 file to upload.
1 addition to phpinclude template.
1 edit of forumhome template.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Warning: Unknown(): stream does not support seeking in /home/asuka/public_html/forum/global.php(313) : eval()'d code on line 35
Warning: main(./../chat//lib/connected_users.lib.php3): failed to open stream: No such file or directory in /home/asuka/public_html/chat/chatters.php on line 18
Fatal error: main(): Failed opening required './../chat//lib/connected_users.lib.php3' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/asuka/public_html/chat/chatters.php on line 18
the "require" bit added to the php_includes just causes the browser to hang and the page doesnt load,,, placed the url in the address bar is fine though
i'm having problems too.... I get:
Warning: Unknown(http://www.larke.com/real_women/foru.../chatters.php3): failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required in /home/httpd/html/www.larke.com/real_women/forum/global.php(301) : eval()'d code on line 8
Fatal error: (null)(): Failed opening required 'http://www.larke.com/real_women/forum/chat/chatters.php3' (include_path='.:/usr/local/lib/php') in /home/httpd/html/www.larke.com/real_women/forum/global.php(301) : eval()'d code on line 8
I installed this hack and I get an error in the box were the chatters show I can ont figure out what to do to fix it
this is what it tells me :
Warning: Unknown(): stream does not support seeking in /home/asuka/public_html/forum/global.php(313) : eval()'d code on line 35
Can someone please help me fix this besides this small error perhaps in my installing the hack is awsome I have been looking for something like this ^.^
I figured you you have to put the @ in front of the "require" statement.
I tried to install this hack, and I get the window, but it gives me an error:
Warning: Unknown(): stream does not support seeking in /home/authent/public_html/forum/global.php(386) : eval()'d code on line 8
It also gives me a link to the chatroom, which seems to work: "Nobody is chatting now. "
the "require" bit added to the php_includes just causes the browser to hang and the page doesnt load,,, placed the url in the address bar is fine though
? confused
I had that problem aswell.
To fix it I added this bit of code to my vb2 index page (forumhome):
Code:
define('THIS_SCRIPT', 'index');
Then used this code in phpinclude:
Code:
// chatters -->
ob_start();
if (THIS_SCRIPT == 'index') {
@require('/home/user/public_html/chat/chatters.php3');
$chatters = ob_get_contents();
}
ob_end_clean();
// end chatters -->
Note the full path to the chat directory instead of using http.
I'm getting better but I still have the hardest time getting the paths correct... can someone please help me for 2 minutes?????
Thanks,
Rich
Here's what I am getting..
Warning: Unknown(): stream does not support seeking in /home/talkandm/talkandmore-www/global.php(395) : eval()'d code on line 12
Warning: main(./chat/chat/index.php3//lib/connected_users.lib.php3): failed to open stream: Not a directory in /home/talkandm/talkandmore-www/chatters.php3 on line 18
Fatal error: main(): Failed opening required './chat/chat/index.php3//lib/connected_users.lib.php3' (include_path='./:/usr/local/lib/php') in /home/talkandm/talkandmore-www/chatters.php3 on line 18