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

Reply
 
Thread Tools
IRC Manager for MIRC Details »»
IRC Manager for MIRC
Version: 1.00, by Velocd Velocd is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-16-2004 Last Update: Never Installs: 84
 
No support by the author.

Here is a hack spawned off an original idea by Feldon23 for using mIRC sockets to show who is online in your channel.

This hack advances from his in many features, the most obvious being it uses a MySQL table to store the data.
  • It supports multiple channels, not just one. This means you can show who is online on your forum home page for not just one channel, but many (there is a major restriction to this though, please refer to the install.html)
  • Data is passed through sockets by HTTP POST, not GET, therefore more options are available. For one, this hack will show the topic of your channel.
  • The "most users ever in the channel" has a timestamp to go along with it.
  • The most innovative feature of this hack is the activity bar. This guages the activity of your channel by counting how many lines are outputted in the channel every X amount of seconds (this value is definable by you; default is 3 minutes). The activity bar allows people not in the IRC channel to see if there is activity going on inside.
  • Admin Control Panel integration, for easy adding/deleting/editing channels.

This hack operates in the same as Feldon's, in that you MUST be in mIRC and connected to the channel if you wish for the data to be updated. There is no eggdrop required, and no FTP.

About the only known bug/error I've encountered in this hack is a "socket-in-use" error from mIRC. This can happen if you have a busy chatroom with people changing nicks, or leaving and joining the chatroom constantly. In this case, you will want to make some modifications to the ON-events in the remote script.

For more explanation on features, requirements, and restrictions, please refer to the section in install.html.


Version 1.1 - 1/20/04
  • Changed the way data is sent in the remote socket script, to allow more users being. Unfortuantly mIRC sockets aren't very extensive, and through different functions and loops I still wasn't able figure out a way of sending more data. This simply means the max users that will be updated for each channel is around 60 users. (although, I believe it is more than the the 1.0 version)
  • Created another socket connection for the topic & activity, which should reduce the number of "socket-in-use" errors.
  • Renamed two of the config variables which were somewhat ambigious.

Upgrade 1.1 Instructions:
  • Unload your current ircon_rm.txt remote script and ircon_al.txt alias script, and reload the new ones.

Clear your internet cache before downloading.

If you install this hack, please click the install button.

Show Your Support

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

Comments
  #62  
Old 01-25-2004, 09:45 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
it's compatible with RC3 ?
I would think so. I've yet to upgrade to RC3.

Quote:
if got right, i need to be online in my mIRC client to se statistic? So what the point of that hack if i can go in my mIRC client and see that there?

Sorry, may be misunderstud... and i did everything right but... (i used 2 different clients for that mIRC 6.03 and Neora Trion but nothing happend)...

i think it great hack but i want to be shure that it work even if my client is off (that exactly reason to install that hack couse first i go to my forum and if any nice guys there and in IRC then i go to IRC, and it`ll be usefull for me (and all my users) to see who`s online in IRC without to be online myself...

Maybe any chanse to integrate that hack with any ICR-applets (a lot chat integration aroud for IRC)?

Thanks!
The point of this hack is to retrieve the users from your IRC channel using mIRC and then store this information in a table on your vBulletin database, and show this information on your forum home.

mIRC has socket support and other remote/alias functions that make it easy to script for.

If you don't use mIRC, then this hack wont work.

I can't integrate it with IRC applets because I don't know Java that well.

I plan to create an eggdrop version though, after being introduced to Windrop (Windows compatible Eggdrop) by Apoco.

Quote:
I have one problem, I doesn't grab my channel topic for some strange reason. Is there a size limit I am not meeting, because my topic is pretty lengthy. Here is the example:
Manually run the /refreshtopic command in mIRC, and see if it updates.

If that doesn't work, go to the status window of your IRC server in mIRC, scroll to the bottom, and see if any errors exist.

There is a length the topic can be, restricted by mIRC, but that value is fairly long (maybe around 140 characters).
Reply With Quote
  #63  
Old 01-25-2004, 10:13 PM
M.C. M.C. is offline
 
Join Date: Jan 2002
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Velocd
The point of this hack is to retrieve the users from your IRC channel using mIRC and then store this information in a table on your vBulletin database, and show this information on your forum home.

mIRC has socket support and other remote/alias functions that make it easy to script for.

If you don't use mIRC, then this hack wont work.

I can't integrate it with IRC applets because I don't know Java that well.
ok, so it work like that - I (admin) online in mIRC and forum takes info from mIRC? So when I online everyone can see statistic even if they not online in mIRC, but if I offline statistic doesn`t work? Am I right?
Reply With Quote
  #64  
Old 01-26-2004, 11:24 AM
DaPro DaPro is offline
 
Join Date: Jan 2003
Location: CT, USA
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the quick support, I tried the /refreshtopic and it was an uknown command, and I checked my status window and it sometimes says

/sockopen: 'vbusers' socket in use (line 130, ircon_al.txt)

I am not sure what this error is for, it might be in an earlier post, but more insight would help me, thanks.
Reply With Quote
  #65  
Old 01-26-2004, 12:34 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
ok, so it work like that - I (admin) online in mIRC and forum takes info from mIRC? So when I online everyone can see statistic even if they not online in mIRC, but if I offline statistic doesn`t work? Am I right?
Yes, that is exactly how it works.

Quote:
Thanks for the quick support, I tried the /refreshtopic and it was an uknown command, and I checked my status window and it sometimes says

/sockopen: 'vbusers' socket in use (line 130, ircon_al.txt)
Whoops, did I say /refreshtopic? The command is actually /topicrefresh

As for the socket-in-use error, that can occur at times if you have a very busy chat room.
There are recommendations in the remote file for how to fix this, using different events.

If you get a socket-in-use error, just type the command:
Code:
/sockclose vbusers
and then to refresh the channel type /ircrefresh
Reply With Quote
  #66  
Old 02-10-2004, 09:59 AM
Experience Experience is offline
 
Join Date: May 2003
Location: Ger,amy
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works with vb3 rc4 ?
Reply With Quote
  #67  
Old 02-11-2004, 12:14 AM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Experience
works with vb3 rc4 ?
Good news, I just begun developing an eggdrop version of the hack, on my Red Hat 9 system. It's taken me about a week to config and get used to the Linux environment (for the first time, and I must say its kick ass--best feature being savable work spaces).

I've already mastered the basics of TCL scripting, so I'll be able to crank out the eggdrop in no time. :up:

The hack will be released in its own thread. Also, no more support will be available for this somewhat-unstable mIRC version.

Quote:
works with vb3 rc4 ?
Yes.
Reply With Quote
  #68  
Old 02-23-2004, 03:17 PM
Nj?rd Eriksson Nj?rd Eriksson is offline
 
Join Date: Jul 2003
Location: Midg?rd
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Velocd
Good news, I just begun developing an eggdrop version of the hack, on my Red Hat 9 system. It's taken me about a week to config and get used to the Linux environment (for the first time, and I must say its kick ass--best feature being savable work spaces).

I've already mastered the basics of TCL scripting, so I'll be able to crank out the eggdrop in no time. :up:

The hack will be released in its own thread.
Is it out yet? That's exactly what I would need. I'd prefer if the thing ran as a remote eggdrop from my server, instead of me running mIRC locally....

If you need a shell account on which you can install an eggdrop to test your Linux version, please let me know.
Reply With Quote
  #69  
Old 02-24-2004, 07:58 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, it is out. It was released about 10 days ago.

https://vborg.vbsupport.ru/showthread.php?t=61570
Reply With Quote
  #70  
Old 02-26-2004, 12:45 PM
lasto lasto is offline
 
Join Date: Jan 2002
Posts: 1,514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Velocd
Yes, it is out. It was released about 10 days ago.

https://vborg.vbsupport.ru/showthread.php?t=61570
this version works fine - had nps installing it at all

but i have one small query and that is if u are loggin in mirc then who`s online on the board u show up a guest in unknown location with link to the irc.php file (is there anywhere we can change this location from unknown to something like IRCBOT etc) so the location aint taking up 2 lines as unknown.
Reply With Quote
  #71  
Old 02-28-2004, 07:50 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
but i have one small query and that is if u are loggin in mirc then who`s online on the board u show up a guest in unknown location with link to the irc.php file (is there anywhere we can change this location from unknown to something like IRCBOT etc) so the location aint taking up 2 lines as unknown.
I'm assuming you are talking about a Java IRC chat. This hack, my eggdrop version, and Java IRC chats are totally separate.

Confront the hack maker of the Java chat hack for a solution to your problem.
Reply With Quote
  #72  
Old 02-28-2004, 08:48 PM
gmarik's Avatar
gmarik gmarik is offline
 
Join Date: May 2002
Location: Mocsow
Posts: 1,288
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i don't know much about IRC - how do I create my channel / server?
Reply With Quote
  #73  
Old 02-28-2004, 10:33 PM
Cookie_Monstah Cookie_Monstah is offline
 
Join Date: May 2003
Location: England
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First register a nick:

/nickserv register [password] <- take out the bracks(on some servers an email is needed, if so add it add after the password)

Now to register a channel:

/chanserv register #[channame] [chanpassword]

and away ya go

(Great hack btw )
Reply With Quote
  #74  
Old 02-29-2004, 07:21 AM
Angelus Angelus is offline
 
Join Date: Nov 2001
Location: none
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

there is this also in the version 2.2.9 ?
Reply With Quote
  #75  
Old 03-03-2004, 04:06 AM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, this hack uses vB3 code, therefore it wouldn't work in vB2 (thus the reason this hack is in the vB3 forum).
Reply With Quote
  #76  
Old 03-03-2004, 02:38 PM
LightBringer's Avatar
LightBringer LightBringer is offline
 
Join Date: Oct 2001
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anyway to preserve the topic colors and have them display appropriately on the forums?
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 05:34 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.07782 seconds
  • Memory Usage 2,374KB
  • Queries Executed 30 (?)
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
  • (11)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
  • (4)pagenav_pagelink
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)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