vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Eggdrop Irc Manager (https://vborg.vbsupport.ru/showthread.php?t=110362)

mikeylikesitz 03-19-2006 02:37 PM

yes, they are all set and everything matches

El_Muerte 03-19-2006 03:34 PM

[feature request]
Add an irc channel setting to ignore a set of usernames.

Akex 03-19-2006 06:57 PM

Quote:

Originally Posted by mikeylikesitz
yes, they are all set and everything matches

Maybe the http module is not loaded ... which version of eggdrop do you use ?


Quote:

Originally Posted by El_Muerte
[feature request]
Add an irc channel setting to ignore a set of usernames.


I was thinking about it :), as I don't want my eggdrop username to be displayed.

mikeylikesitz 03-19-2006 07:05 PM

eggdrop v1.6.17: I havent thought to look to make sure the http module isnt loaded, ill look thru the config and check.

Edit: i dont have the http module, do you have a link to one to use?

Akex 03-19-2006 07:47 PM

eggdrop v1.6.17, http is loaded with the eggdrop, so it's not the problem :(.


In irconline.php

under

PHP Code:

require_once('./global.php'); 

Add this :

Code:

$tmp = fopen("ircdebug.txt", "a");
fwrite($tmp, $_POST['activity']);
fclose($tmp);

It's just for debug purpose.


Then write !startact, and live your channel. This action will make the eggdrop call the irconline.php.

Then look at ircdebug.txt on your ftp and see if it exists and something written in it :).

mikeylikesitz 03-19-2006 08:00 PM

are we sure it loads with eggdrop? any other ideas?

Akex 03-19-2006 08:16 PM

Try the file modification I put above and say me if something is created (it should take some minutes to refresh and write in the file).

mikeylikesitz 03-19-2006 08:33 PM

i dont see that it created a debug file anywhere. I have the irconline.php file in my forum root dir and the ircrefresh.tcl in my bot scripts dir just to give you an idea of where im at

Akex 03-19-2006 08:52 PM

It seems ircrefresh.tcl can't call irconline.php :(. Can't do anything about that.

mikeylikesitz 03-19-2006 09:12 PM

hmm, i dont see any reason it cant. its a dedicated server with the bot runing from my /home and the www running from apache on same machine, there isnt any blocking that im aware of.


All times are GMT. The time now is 10:29 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.01903 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_php_printable
  • (2)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