vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   Irc post Notifier -no eggdrop (https://vborg.vbsupport.ru/showthread.php?t=38205)

dymo 05-18-2002 11:08 PM

sorry all for the severe lack of a response i have on the road for awhile and lost a large amount of time on another project of our a cms system and portal thats truely ingregrated with vbulletin. we do have alot of updates on this hack already i just need to compile those into an update and rerelease of this hack and then we will publish it, i am hoping for tommorrow if not then on monday, i have also polished the documentation on it a bit better

Broekie 05-27-2002 06:26 AM

Quote:

Originally posted by dymo
sorry all for the severe lack of a response i have on the road for awhile and lost a large amount of time on another project of our a cms system and portal thats truely ingregrated with vbulletin. we do have alot of updates on this hack already i just need to compile those into an update and rerelease of this hack and then we will publish it, i am hoping for tommorrow if not then on monday, i have also polished the documentation on it a bit better
Well, it's a monday today ;)
Just kidding, take your time. We don't want you to get overworked/stressed afterall :)
But, I'd really like to see the update. I'm definitely going to install this :)

countryboy713 05-31-2002 01:28 AM

this is a very l33t hack but im having one problem. i got it installed successfully but when the bot joins it give a link to the wrong forums. i know it is probably very simple, but how do i customize the forums the bot advertises for (laugh all you want because its probably the easiest thing to do).

any help is greatly appreciated.

Broekie 05-31-2002 09:11 AM

Quote:

Originally posted by countryboy713
this is a very l33t hack but im having one problem. i got it installed successfully but when the bot joins it give a link to the wrong forums. i know it is probably very simple, but how do i customize the forums the bot advertises for (laugh all you want because its probably the easiest thing to do).

any help is greatly appreciated.

Don't worry, we won't laugh.
You'll have to wait for the 'major update' we're all waiting for...
The current version watches 1 or all forums, the 'major update' should make it possible to exclude some forums, like your crewforums etc.

Broekie 06-03-2002 01:06 PM

Quote:

Originally posted by Broekie


Well, it's a monday today ;)
Just kidding, take your time. We don't want you to get overworked/stressed afterall :)
But, I'd really like to see the update. I'm definitely going to install this :)

and once again, it's a monday ;)

@Dymo: please please please, bring us the update! *begging face*

mADmAX` 06-04-2002 12:25 AM

It didnt work with Ultimate but I updated to Unreal 3.1.3 last night and its working now. Only thing, it will go to irc on a reply but not on a new thread. I have it on and did as instructed...whats wrong?

dong 06-09-2002 05:50 PM

Quote:

Originally posted by IRiDiuM
Getting this to work with an eggdrop would be simple enough; and the eggdrop would be able to cope with the bandwidth hog.

Unfortunately I know that the fsock functions have been killing my host otherwise I would give it a go.

vB forums -> eggdrop -> irc

you just write a TCL script on the eggdrop to listen on a certain port, the forums connect to the eggdrop and send the line of information and the eggdrop sends the information to a channel.

Code:

vbulletin.tcl
listen 1337 script vbulletinaccept

proc vbulletinaccept {idx} {
 control $idx vbincoming
}

proc vbincoming {idx args} {
 if {[join $args] != "" } {
  putserv "PRIVMSG #vbchan :$args"
 }
 killdcc $idx
}


this vbulletin.tcl works great

with this running on ur eggdrop bot and using my adjusted irc.php
u only have to config IRC Server Address of ircadmin.php to the ip of your eggdrop and IRC Server Port to port 1337
oh, and dont forget to change the channame in the tcl :)

dong 06-09-2002 07:08 PM

i wanna add that there are some bugs with the notify reply part
like the .$forumname[title] isnt shown with replys (with threads it works)
and it notifies the reply of the poster before you, not the last reply

also a feature like choosing multiple specific forums would be nice
cos now u cant even chose 1 specific forum (another bug)

so dymo has some polishing to do ;)

Rock 06-10-2002 02:06 PM

how can i remove this
Fatal error: Maximum execution time of 30 seconds exceeded in C:\httpd\HTDOCS\VBH\irc.php on line 36

Fatal error: Maximum execution time of 30 seconds exceeded in C:\httpd\HTDOCS\VBH\admin\functions.php on line 2243

keeps coming up when i try a new thread

nitro 06-11-2002 12:16 PM

gr8 hack im using the eggdrop version

seems to work ok but 2 things

it wud be nice to be able to exclude forums ie the admin area

and reply doesnt show the forum name


All times are GMT. The time now is 06:41 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.01186 seconds
  • Memory Usage 1,742KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete