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
  #32  
Old 11-02-2005, 10:21 AM
thedvs thedvs is offline
 
Join Date: May 2002
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This script works fine, but for some reason the bot joins too fast and leaves without counting the correct number of people in the chat channel
Reply With Quote
  #33  
Old 11-02-2005, 11:14 AM
MadMan8 MadMan8 is offline
 
Join Date: May 2005
Location: UK
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well i managed to uninstall it and re-upload the files and i've now got all the options.

The problem now is it doesn't seem to be doing the cron job, well it might be but the bot is not joining the channel. The IRC manager is listed in the "Scheduled Task Manager" but nothing seems to happen every 15 mins. The "Scheduled Task Log" doesn't seem to show any action from the IRC manager.

I've got all the files in the correct folders. :ermm:
Reply With Quote
  #34  
Old 11-02-2005, 11:58 AM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yea same here Madman... its been about 12 hrs now, and this things hasnt ran once yet.

Have the files in the correct folder, I assumed he ment includes and not include when i started.

ah well...
Reply With Quote
  #35  
Old 11-02-2005, 12:00 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Forced run in Scheduled taska give me this error.

IRC Manager

Warning: Invalid argument supplied for foreach() in /includes/cron/ircmanager.php on line 67

Warning: Invalid argument supplied for foreach() in /includes/cron/ircmanager.php on line 74

Done
Reply With Quote
  #36  
Old 11-02-2005, 12:58 PM
MadMan8 MadMan8 is offline
 
Join Date: May 2005
Location: UK
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just done a forced run myself. Ended up getting the "The page cannot be displayed" error. Tried it again and got this error, it didn't stop bringing the error up until i used my browsers stop button -

Quote:
Warning: fsockopen(): unable to connect to uk.quakenet.org:6667 in /includes/cron/ircmanager.php on line 23

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

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

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

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

Warning: feof(): supplied argument is not a valid stream resource in /includes/cron/ircmanager.php on line 26
Reply With Quote
  #37  
Old 11-02-2005, 12:59 PM
leonsio leonsio is offline
 
Join Date: Jun 2002
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

updated version is online

the scripts stay now 5 seconds in a channel

the titel became after 150 chars breakline
Reply With Quote
  #38  
Old 11-02-2005, 01:01 PM
leonsio leonsio is offline
 
Join Date: Jun 2002
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MadMan8
Just done a forced run myself. Ended up getting the "The page cannot be displayed" error. Tried it again and got this error, it didn't stop bringing the error up until i used my browsers stop button -

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
Reply With Quote
  #39  
Old 11-02-2005, 01:12 PM
MadMan8 MadMan8 is offline
 
Join Date: May 2005
Location: UK
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by leonsio
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
Thanks for your help.

Just tried that and each time it Timed Out. So i'm guessing i can't use this on my forum at the moment. Might ask my web host about it ... not sure what to ask though lol :nervous:
Reply With Quote
  #40  
Old 11-02-2005, 01:35 PM
LoOnEyToOnZ LoOnEyToOnZ is offline
 
Join Date: Mar 2004
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone has a demo of this ?
Reply With Quote
  #41  
Old 11-02-2005, 02:17 PM
GamerJunk.net's Avatar
GamerJunk.net GamerJunk.net is offline
 
Join Date: Jan 2004
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Some +++++++ probably banned your bot, like what happened to me because they think they are funny. I put a notice on my forums if anyone messes with the bot they will be banned and he got banned!
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 11:14 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.05380 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
  • (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
  • (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