vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Eggdrop IRC Manager (https://vborg.vbsupport.ru/showthread.php?t=61570)

er0sion 03-23-2004 05:22 AM

Quote:

Originally Posted by Velocd
Unfortunantly I don't know how to grab the ! or % users with the eggdrop IRC functions. If I have time I'll look around for how to do so.

eggdrop has a command called ishalfop $user $chan...
as far as chan owner.. i didnt see anything like that..

Velocd 03-23-2004 10:03 PM

Hmm, I must have overlooked it. I'll put the update in later tonight.

Velocd 03-24-2004 03:58 AM

Version 1.4 now available.

The only addition is support for half-ops (%).

To upgrade:

1. Upload ircadmin.php and irconline.php. Be sure to re-set the config values in irconline.php.

2. Redo the file edits for your forum root index.php.

3. Overwrite ircrefresh.tcl with the new file. Be sure to re-set the config values.

4. Run the following query in PhpMyAdmin

Code:

ALTER TABLE `irc_channel` ADD halfops text not null AFTER operators;

Hazzo 03-24-2004 10:43 AM

Cool--- great update! :) Now, if we could just figure out the channel owners :)

Couldnt we do someone sortof compare-- like if there nick has a ! in front then they equal admin? What do I know tho....

Anywayz, thanx for the update!

OK, getting this error while in the partyline with the bot
Code:

Tcl error [refresh_users]: invalid command name "ishalfop"
 Tcl error [check_part]: invalid command name "ishalfop"

I've rechecked, I added the sql, i checked all the code.. But that error seems to come up.. The topic on the forum updates fine, but the users dont..

Any clue?

er0sion 03-24-2004 08:01 PM

Quote:

Originally Posted by Hazzo
Cool--- great update! :) Now, if we could just figure out the channel owners :)

Couldnt we do someone sortof compare-- like if there nick has a ! in front then they equal admin? What do I know tho....

Anywayz, thanx for the update!

OK, getting this error while in the partyline with the bot
Code:

Tcl error [refresh_users]: invalid command name "ishalfop"
 Tcl error [check_part]: invalid command name "ishalfop"

I've rechecked, I added the sql, i checked all the code.. But that error seems to come up.. The topic on the forum updates fine, but the users dont..

Any clue?

seems like you might be running an older version of eggdrop that doesnt have the ishalfop command implemented. Maybe try upgrading to the latest eggdrop?

Velocd 03-24-2004 08:06 PM

I originally coded this hack under linux with eggdrop, and I never noticed the ishalfop in the TCL documentation.

Although when I did this update, it was under windrop, which I noticed the function in the documentation.

Although, I'm sure I just overlooked, and eggdrop does have support.

Fibe 03-24-2004 11:08 PM

Hmm for some odd reason i won't update mine either. Everything else works perfect though.

Velocd 03-25-2004 04:46 PM

If your eggdrop is giving you errors with the ishalfop command, I suggest upgrading your eggdrop.

If it still fails to work, you'll have to cut out halfop support by removing the following code from ircrefresh.tcl (bringing you back down to v1.3):

Code:

                        } elseif {[ishalfop $user $chan]} {
                                lappend halfops "%$user"


will_lean 04-15-2004 10:07 AM

Hi i just installed this hack and im new to vb so maybe someone can help me :rolleyes:

My forum doesnt seem to show the block with the users online,
im familiar with eggdrop and the bot loaded the tcl file ok and both keys are set to same number.
ive never created a template before so maybe thats where im going wrong?
Is there a certain way i need to make the irc_loggedin template?
its shows this template under custom templates but not on the forum home?
if i call the irconline file i get a blank page?

any help would be great

Velocd 04-16-2004 05:42 AM

You get a blank page if you access irconline.php because it is protected. Only $_POST access and the correct key will give you access. But, there is no reason for you to access that file anyway. It's meant only for the bot.

I suggest you review the instructions to make sure all has been done correctly. Make sure the channel is created in your AdminCP irc page.


All times are GMT. The time now is 12:35 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.01518 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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