Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-16-2001, 01:25 AM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Take a look at my board located at http://johnsworld.com/tattlerboard and click on 'Live Chat!'. I just set everything up tonight.

My question is: What am I doing wrong with the Smilies? Take a look at the source code. (http://johnsworld.com/tattlerboard/f...s=&forumid=240) Everything you need should be there.

Is there anyway to remove the forum stats on the 'Chat Forum' on the main page?

Also, I noticed at coasterforum.com they're using jIRC implamented slightly different. If anyone cares to take a look at that and explain how it was done, that would be cool


Thanks
Reply With Quote
  #2  
Old 08-18-2001, 04:55 AM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone?
Reply With Quote
  #3  
Old 08-20-2001, 03:34 PM
The Prohacker's Avatar
The Prohacker The Prohacker is offline
 
Join Date: Oct 2001
Location: Dayton, Ohio
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The smiles must be in the same dir as the cab files, and the html being run....

http://johnsworld.com/tattlerboard/smile.gif

That shows as 404, so your smiles aren't there...
Reply With Quote
  #4  
Old 08-22-2001, 08:14 AM
infantry infantry is offline
 
Join Date: Oct 2001
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want this chatroom too ,can you tell me how to build it in vb2.0?
Reply With Quote
  #5  
Old 08-22-2001, 05:34 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Go to this thread: http://www.vbulletin.com/forum/showt...threadid=17866

I modified a lot of the parameters in jIRC to make it work the way I want. Take a look at my source for those parameters. DO NOT COPY THEM EXACTLY! The servers and channel names will be different.

I'm still having trouble with the servers. I haven't tried moving my smilies yet. I'll give it a shot.
Reply With Quote
  #6  
Old 08-22-2001, 06:01 PM
ethank's Avatar
ethank ethank is offline
 
Join Date: Oct 2001
Location: Toluca Lake, CA
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We have an implementation up at http://tony.murmurs.com as well, but its pretty much using default JIRC config with some funky stuff on the backend to show who's in the room.

Ethan
Reply With Quote
  #7  
Old 08-22-2001, 06:09 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's neat! It looks just like the UBB chat hack without the invite. (a chat invite would be a great feature, btw) Where did chat.php come from and how does it count who's chatting in the room?

Also, how did you set up the bot?

Putting the smilies in the main directory didn't seem to work. They show up on the main chat page, but not in the actual chat area.. strange..
Reply With Quote
  #8  
Old 08-22-2001, 06:12 PM
ethank's Avatar
ethank ethank is offline
 
Join Date: Oct 2001
Location: Toluca Lake, CA
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by tpearl5
That's neat! It looks just like the UBB chat hack without the invite. (a chat invite would be a great feature, btw) Where did chat.php come from and how does it count who's chatting in the room?

Also, how did you set up the bot?

Putting the smilies in the main directory didn't seem to work. They show up on the main chat page, but not in the actual chat area.. strange..
I should probably write up detailed instructions....

THe bot is a program called PHP Egg:

http://sourceforge.net/project/showf...lease_id=30975

Basically it logs IRC activity in the channel it monitors into a SQL database. I'll post the code that reads it later tonight.

chat.php is a page I wrote, using the code posted elsewhere about integrating jpilot. Not too sophisticated

That bar that show's who's chatting uses a simple query to the bot's database to see who's active in the room (excluding both bots of course).

What is the Invite feature? How did it work?

Ethan
Reply With Quote
  #9  
Old 08-22-2001, 06:28 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool! You should release it as a hack! I'm not too handy with PHP (yet)

I'll check out that bot asap.

The invite feature basically displayed a list of people online to the user in the chat. It gave them the option to choose who to send an invite to. The invited user would recieve a message (like the PM notification) to go to the chat.

You can see my old board here: http://johnsworld.com/cgibin/mhs/ultimatebb.cgi (click on the chat)

Notice how the chat is integrated very cleanly! It would detect the users online by pulling from the 'Who's Online Hack'. It didn't work very well however, because it could only count the user if they were using jIRC on the link: ultimatebb.cgi?ubb=chat . It also wouldn't count them if they were in the chat for more then 15 min. (the assigned 'online time' period) The way you have it setup would solve that problem and create a new hack for vB.
Reply With Quote
  #10  
Old 08-22-2001, 06:43 PM
ethank's Avatar
ethank ethank is offline
 
Join Date: Oct 2001
Location: Toluca Lake, CA
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll release it as a hack I think.

Now, for invite I wonder if that new pop-up message hack would be useful to use in conjunction with it? Or just PM?

EThan
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:06 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04364 seconds
  • Memory Usage 2,247KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete