Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Show users in IRC Chat (no eggdrop) Details »»
Show users in IRC Chat (no eggdrop)
Version: 1.00, by Smirks Smirks is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 09-25-2002 Last Update: Never Installs: 2
Is in Beta Stage  
No support by the author.

Hello,

Current Version: 1.1b

This hack is in very very (very!) beta stage. I'm only announcing in here for documentation and testing purposes. I'm in the process of re-working and re-writing it, so don't expect this to be relevant in a week or two.

Description:
This hack will display a list of users in your IRC based chat room. It will/should work with any chat hack, so long as it's IRC based. The only hack I've tested it with is the eIRC hack. I've tested the script on both Linux and FreeBSD.

How it works:
This hack uses a small perl script and POE::Component::IRC to connect to IRC, join a channel, grab the users, save the info to a file and then exit. It is run via cron to update the list as often as you choose. vB will display this info with a template mod.

What is planned:
I've re-written the script using POE::Component::IRC, which is a little more flexible, so my previous 'planned' list is already complete.

Since this hack is in it's beta state I will only be giving it out via email. If you'd like to have the beta version, please email me, or PM me and I'll get it to you.

Once a week of beta testing is complete I will make this hack available to the general public.

You can see this hack in action at http://bbs.pearl-jam.net or via the screenshot attached.

Version History:
1.0b -
* Inital Release
* Written using Net::IRC perl module

1.1b -
* Re-written using POE::Component::IRC perl module
* Got rid of topic retrieval
* Modified user display to show # of users, and users
* Took out user status (ie- @, +, etc)
* Comified user list
* Can now detect users w/out being in channel (fixes a nasty feature which cause the "bot" to join the channel, gather the info and quit. Now the channel doesn't even know it's being watched)
* Can hide certian users (with a slight code hack [unsupported feature])

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 09-26-2002, 04:10 PM
garoboldy garoboldy is offline
 
Join Date: Mar 2002
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, sign me up for testing...I am needing this really bad....since I cant use eggdrop on my site...thanks...
Reply With Quote
  #3  
Old 09-26-2002, 04:44 PM
garoboldy garoboldy is offline
 
Join Date: Mar 2002
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I emailed you back...now I know what you are talking about...sorry..
Reply With Quote
  #4  
Old 09-26-2002, 04:59 PM
garoboldy garoboldy is offline
 
Join Date: Mar 2002
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, I follow your install....and when I go to my irc-users.pl

I get an internal server error.

not sure whats going on there...

any ideas?
Reply With Quote
  #5  
Old 09-26-2002, 05:05 PM
Smirks Smirks is offline
 
Join Date: Sep 2002
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by garoboldy
ok, I follow your install....and when I go to my irc-users.pl

I get an internal server error.

not sure whats going on there...

any ideas?
irc-users.pl is to be run from the command line, or cron. It is not meant to be run via the browser.

C
Reply With Quote
  #6  
Old 09-26-2002, 05:55 PM
snyx's Avatar
snyx snyx is offline
 
Join Date: Oct 2001
Location: Vancouver (whistler.2010)
Posts: 556
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah I would LOVE to try this out!!
www.form-kaos.com/board

shoot me a msg to snyxmedia@hotmai.com if ya like
Reply With Quote
  #7  
Old 09-26-2002, 06:05 PM
Smirks Smirks is offline
 
Join Date: Sep 2002
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by snyx
yeah I would LOVE to try this out!!
www.form-kaos.com/board

shoot me a msg to snyxmedia@hotmai.com if ya like
I've sent you the hack via email.
Reply With Quote
  #8  
Old 09-26-2002, 06:07 PM
snyx's Avatar
snyx snyx is offline
 
Join Date: Oct 2001
Location: Vancouver (whistler.2010)
Posts: 556
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will install it after skool man, thx
uhhhh what would I put into the cron "command" feild in my hostcp?

thx,
-myles
Reply With Quote
  #9  
Old 09-26-2002, 06:12 PM
Smirks Smirks is offline
 
Join Date: Sep 2002
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by snyx
will install it after skool man, thx
uhhhh what would I put into the cron "command" feild in my hostcp?

thx,
-myles
/path/to/irc-users.pl

Crontab file should look something similar to:

Code:
*/5 * * * * /path/to/irc-users.pl
*/5 = run every 5 minutes
Reply With Quote
  #10  
Old 09-26-2002, 09:28 PM
garoboldy garoboldy is offline
 
Join Date: Mar 2002
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will let you know if any new errors occur.

ok, updated my post instead of posting again...lol
I did my cron job and made it for every minute....it has yet to make my file and as far as I know all my information is correct....
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 06:14 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04757 seconds
  • Memory Usage 2,290KB
  • Queries Executed 23 (?)
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)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete