Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
IRC Manager ( without Eggdrop/Mirc ) Details »»
IRC Manager ( without Eggdrop/Mirc )
Version: 0.1, by leonsio leonsio is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 10-30-2005 Last Update: 11-13-2005 Installs: 45
Uses Plugins
Additional Files  
No support by the author.

This is the first release of my irc manager for VB 3.5.
You don't need eggdrop or mirc to run this script.

Multiple irc-servers & channels are supported

This script is based on "Eggdrop IRC Manager"
You can use your old config, you must only change every config and add server_id

Extract and upload all the files from the ROOT folder to your forum root. ( 1x admincp script, 1x admincp-xml, 1x cron script )

After upload, import product-ircmanager.xml.

This product will automatically add a vb-cronjob which runs every 15 min.

How does this script works?
It uses a socket connection to your irc server.
After a successful connection, the script joins your channel(s), collects information then leaves the channel(s).

This is a first version of the script. Later on, I plan to send some forum information to the channel, e.g. 10 last posts.

how does this script works
it use a socket connection to some irc server
after connect is success, the script join your channels collects information and leaves the Channel

this is a first version of the script, later it is planed to leave some forum information in the channel, e.g. 10 last forum messages ?

Show Your Support

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

Comments
  #42  
Old 11-02-2005, 05:27 PM
thedvs thedvs is offline
 
Join Date: May 2002
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the scritps working fine, but now even if the bot stays in for a minute or more, its still not counting the correct number of users & ops
Reply With Quote
  #43  
Old 11-02-2005, 05:31 PM
GamerJunk.net's Avatar
GamerJunk.net GamerJunk.net is offline
 
Join Date: Jan 2004
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What where it says 0 online?
Reply With Quote
  #44  
Old 11-02-2005, 05:34 PM
nitro nitro is offline
 
Join Date: Nov 2001
Posts: 302
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod but only really good for dedicated server renters/owners Most web hosts block all known irc ports.
Reply With Quote
  #45  
Old 11-02-2005, 06:22 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
your server must have valid network configuration ( DNS )

you can test it by typing from shell

"telnet uk.quakenet.org 6667"

if you get connect to the server, your network settings are correct
These are the kinda things you should really let people know up front. If the fail the test, then they don't have to bother wasting time with this.
Reply With Quote
  #46  
Old 11-03-2005, 03:04 AM
JohnBee JohnBee is offline
 
Join Date: Oct 2004
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed it, yes... telnet responds fine.

I get this when I run the cronjob:
Code:
IRC Manager
Warning: Invalid argument supplied for foreach() in /includes/cron/ircmanager.php on line 68
Done
The bot joins and leave the channel, stats are updated on the homepage but not properly there is no time/date stamp or topic and the currently online stats are not display'd either.
Code:
#myirc @ irc.server: 0 online
Most users in the chat was 2 on at .
Topic: 
ST_Away, eM_eSS_Kay
NOTE: The stats are not carried over properly on the homepage however they are recorded and display'd in the ACP > Channel Administration > Modify a channel, there is not topic set btw. so I can't confirm that is a problem at this time:
Code:
#myirc  	irc.server.net:6667  	   	 	0  	2  	11-03-2005  	ST_Away, eM_eSS_Kay  	[edit]
So the cronjob doesn't work properly at this time, perhaps this release should go into beta, at least until it works a little more.
Reply With Quote
  #47  
Old 11-03-2005, 03:33 AM
JohnBee JohnBee is offline
 
Join Date: Oct 2004
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

UPDATE: The invalid argument cronjob error is caused by missing #channel topic.
Code:
IRC Manager
Warning: Invalid argument supplied for foreach() in /includes/cron/ircmanager.php on line 68
Done
I added a topic and the error disapeared. I guess a condition in ircmanager.php on weither a topic is present could help resolve this error.
Reply With Quote
  #48  
Old 11-03-2005, 06:47 AM
leonsio leonsio is offline
 
Join Date: Jun 2002
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JohnBee
UPDATE: The invalid argument cronjob error is caused by missing #channel topic.
Code:
IRC Manager
Warning: Invalid argument supplied for foreach() in /includes/cron/ircmanager.php on line 68
Done
I added a topic and the error disapeared. I guess a condition in ircmanager.php on weither a topic is present could help resolve this error.
which server ( irc ) software do you use?
can you tell me per PM addresse from your server, i will test it

i have testet this bot with the Unreal IRCd and it works fine
Reply With Quote
  #49  
Old 11-03-2005, 09:24 AM
JohnBee JohnBee is offline
 
Join Date: Oct 2004
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its unreal iRCD running under win32 server. Do you think all the other anomalies "no date stamp, no of people in chan. etc." are related to that?
Reply With Quote
  #50  
Old 11-03-2005, 11:37 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please include an act0.gif image to the .zip file
Reply With Quote
  #51  
Old 11-05-2005, 09:29 PM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how long till there is a eggdrop version of this with the updated features like posting the last so many posts or topics in the chatroom. also if its eggdrop you should script it where it acts like this

every 15 minutes

it will display forum stats

there are currently 20 members 120 guests active on Your@site.com
There has been 20 new topics and 40 replies in the last 15 minutes
( type !topics for a list of The lastest topics or !posts for a list of the latest posts...

then the eggdrop should Check every minute or every 5 minutes how many users are in the chat and display that to the forum...

Is that possible for you to accomplish ?
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 02:38 AM.


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.08084 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
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
  • (5)bbcode_code
  • (2)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
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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