Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

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
  #122  
Old 11-19-2005, 06:18 PM
Jenta Jenta is offline
 
Join Date: Dec 2004
Posts: 377
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For those having problems with the bot joining the channel, install cgi-irc and see if you can join your channel. Perhaps your host has IRC ports blocked. Perhaps it's bad routing.
Here's a link to cgi-irc...
http://prdownloads.sourceforge.net/c...iirc-0.5.7.zip

After chmodding the cgi files, all you have to do is set these values in cgiirc.config. Then call irc.cgi and see if you can connect/join your channel

Quote:
# seperate the servers with commas.
default_server = irc.blitzed.org
default_port = 6667
# Channel(s) to allow access to, a comma seperated list
default_channel = #cgiirc
Reply With Quote
  #123  
Old 11-28-2005, 09:23 AM
Mith Mith is offline
 
Join Date: Jul 2004
Location: Newcastle, UK
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mith
Code:
 IRC Manager 
 
Warning: Invalid argument supplied for foreach() in /includes/cron/ircmanager.php on line 69
 
Warning: Invalid argument supplied for foreach() in /includes/cron/ircmanager.php on line 76
 
Done



Negative, Have just triple checked. The channel has users, has a topic set, the bot does not even enter the channel. :-(
I still have this problem....

On one occasion I ran the cron job mannually and it worked. I thought that was it.. but now it does this again, I can't see why it would work correctly once (pick up channel topic and users) and then go back to not working again.

For information: there is a topic set and I do have users in the channel when I run the cron job

Again help appreciated.
Reply With Quote
  #124  
Old 11-29-2005, 12:51 AM
KidCharlemane KidCharlemane is offline
 
Join Date: Apr 2003
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ive got it working just fine but if you have a lot of users in your channel, the users dont wrap and cause some really funky formatting errors. Anyone else seeing this?
Reply With Quote
  #125  
Old 11-29-2005, 02:12 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
IRC Manager

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

Done
Gettin this when I run the scheduled task :disappointed:

Edit: IT WORKS thou ... Ya dancer

Thank you , thank you , thank you :squareeyed:


Most users in the chat was 2 on 29-11-05 at 16:09. lol

Small small q thou.. How do I move the "Whos Chatting" part to the top of the What's Going On section ?

Edit (again) lol : Forget how to move i placed $irc_channels where i wanted it and turned the stats OFF in options > IRC-Manager.

Waited for this for almost 6 months, cant thank you enough

[high]* Bounce clicks install and thanks leonsio[/high]
Reply With Quote
  #126  
Old 11-30-2005, 11:12 PM
utw-Mephisto utw-Mephisto is offline
 
Join Date: Jan 2005
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed without any problems. I run the cron job manually after installing - all was fine. when the cron job run the first time automaticially all users were .... gone ...

Since then I always have 0 online user ....
Reply With Quote
  #127  
Old 12-01-2005, 02:54 AM
JohnBee JohnBee is offline
 
Join Date: Oct 2004
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to report that I updated this hack and it works 100% as advertised!
Thank you leonsio for your work and patience on this great MOD. (installed!)
Reply With Quote
  #128  
Old 12-01-2005, 05:07 AM
leonsio leonsio is offline
 
Join Date: Jun 2002
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by utw-Mephisto
I installed without any problems. I run the cron job manually after installing - all was fine. when the cron job run the first time automaticially all users were .... gone ...

Since then I always have 0 online user ....


look at the messages log from your server ( syslog or apache error log, maybe you will finde some error messages from this hack )
Reply With Quote
  #129  
Old 12-02-2005, 03:31 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had a problem until I put the MOTD on the server.. If MOTD was missing, it would lock up.

To troubleshoot what is going on, find this line in the cron file:

Code:
while(!feof($conn))
	{
		// eine Zeile hollen
		$data=fgets($conn, 1024);
Add this line:

Code:
echo "$data<BR>";
Then run the cron task manually and it should output what is being seen.
Reply With Quote
  #130  
Old 12-02-2005, 03:58 PM
KBV KBV is offline
 
Join Date: Aug 2004
Location: Oslo, Norway
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It dosn't show "users online" the date for most users online is not shown. Also a bug, if you more then one channel, the channels below will inherit the topic of the first channel if they have no topic themselves.
Reply With Quote
  #131  
Old 12-02-2005, 05:29 PM
lanc3lot's Avatar
lanc3lot lanc3lot is offline
 
Join Date: Sep 2004
Location: Athens, Greece
Posts: 454
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JohnBee
I would like to report that I updated this hack and it works 100% as advertised!
Thank you leonsio for your work and patience on this great MOD. (installed!)

What do u mean with "updated"? As i dont see it to be updated since 15/11
Reply With Quote
Reply

Thread Tools

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 07:02 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.04970 seconds
  • Memory Usage 2,297KB
  • 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_code
  • (5)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