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
  #182  
Old 06-03-2009, 08:03 AM
gunboard gunboard is offline
 
Join Date: Jun 2008
Location: Germany
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,

i have installed this addon on VB 3.7. When the channel is not used i have this error
with cron (ircmanager.php)

Invalid argument supplied for foreach() in [path]/includes/cron/ircmanager.php
Reply With Quote
  #183  
Old 09-17-2009, 02:07 PM
Saviour's Avatar
Saviour Saviour is offline
 
Join Date: Apr 2007
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Someone should pick up where this author left off...and get this mod working for later versions of vBulletin...like 3.8.4.

Hint, hint...
Reply With Quote
  #184  
Old 01-11-2010, 05:12 PM
gunboard gunboard is offline
 
Join Date: Jun 2008
Location: Germany
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,
i have patched ircmanager.php, works with 3.8.4 pl2. Do you want it ?
Reply With Quote
  #185  
Old 04-30-2010, 04:18 AM
gunboard gunboard is offline
 
Join Date: Jun 2008
Location: Germany
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here is my Version patched for 3.8.x
Reply With Quote
  #186  
Old 04-30-2010, 07:54 PM
Saviour's Avatar
Saviour Saviour is offline
 
Join Date: Apr 2007
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, gunboard! I'll give it a shot and let you know how it goes.
Reply With Quote
  #187  
Old 04-30-2010, 08:19 PM
Saviour's Avatar
Saviour Saviour is offline
 
Join Date: Apr 2007
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope! Doesn't work! Thanks for sharing, though...
Code:
Invalid SQL:
INSERT INTO vb_cron SET 
nextrun=UNIX_TIMESTAMP(),  
weekday='-1',
day='-1',
hour='-1',
minute='a:4:{i:0;i:0;i:1;i:15;i:2;i:30;i:3;i:45;}',
filename='./includes/cron/ircmanager.php',
loglevel='1',
title = 'IRC Manager';

MySQL Error   : Unknown column 'title' in 'field list'
Error Number  : 1054
Reply With Quote
  #188  
Old 06-06-2010, 03:31 PM
gunboard gunboard is offline
 
Join Date: Jun 2008
Location: Germany
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

go to the script,
find:
title = 'IRC Manager';
replace with:
product = 'IRC Manager';
Reply With Quote
  #189  
Old 06-06-2010, 05:50 PM
Saviour's Avatar
Saviour Saviour is offline
 
Join Date: Apr 2007
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, gunboard...

However, I get the following error when I force the cron to run:

Code:
Warning: fsockopen() [function.fsockopen]: unable to connect to irc.6667.eu:6667 (Connection refused) in [path]/includes/cron/ircmanager.php  on line 23

Warning: fputs(): supplied argument is not a valid stream resource in [path]/includes/cron/ircmanager.php on line 24

Warning: fputs(): supplied argument is not a valid stream resource in [path]/includes/cron/ircmanager.php on line 25

Warning: feof(): supplied argument is not a valid stream resource in [path]/includes/cron/ircmanager.php on line 26

Warning: fgets(): supplied argument is not a valid stream resource in [path]/includes/cron/ircmanager.php on line 29

Warning: feof(): supplied argument is not a valid stream resource in [path]/includes/cron/ircmanager.php on line 26

I have to manually stop the browser page.

Also, the cron is not completely filled out. There is no Varname field, Nothing in the Title field, nothing in the Description field, or Log Phrase, either.

I'm reviewing this thread, but can't seem to find anything that will resolve this issue.

Any help is greatly appreciated...
Reply With Quote
  #190  
Old 06-16-2010, 02:25 PM
gunboard gunboard is offline
 
Join Date: Jun 2008
Location: Germany
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
Your irc-Server does not exist. I think thats the problem.
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 09:31 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.07995 seconds
  • Memory Usage 2,298KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (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
  • (1)pagenav_pagelinkrel
  • (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_postinfo_query
  • fetch_postinfo
  • 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