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)
-   -   IRC Manager for MIRC (https://vborg.vbsupport.ru/showthread.php?t=60365)

Velocd 04-05-2004 12:15 AM

Download WinRAR and see if it works.

In no way is this zip corrupt, as there haven't been any complaints of it being so until yours.

Kevorkian 04-05-2004 05:06 AM

Quote:

Originally Posted by FreeTerran
velcod if you could code it i could test it for you ;)

this hack don't work in my board where guest navigation is blocked, when the script try to send info though the file, can't because is blocked with user and password

Velocd 04-05-2004 01:13 PM

Is that an external hack, disabling your vBulletin from being shown to guests? I tried searching for the vBulletin option but couldn't find it.

StarBuG 04-05-2004 01:22 PM

Hi

This hack looks nice but I read in your install script that there is problems with larger channels.
I have a channel with normaly 60-160 users so I think I wait untill you fixed the problem with many users.

Is there a way to let an eggdrop handle the channel activity?
That would be much better then handling it over mirc

StarBuG

Kevorkian 04-05-2004 02:50 PM

Quote:

Originally Posted by StarBuG
Hi

This hack looks nice but I read in your install script that there is problems with larger channels.
I have a channel with normaly 60-160 users so I think I wait untill you fixed the problem with many users.

Is there a way to let an eggdrop handle the channel activity?
That would be much better then handling it over mirc

StarBuG

i changed all permission for guest to no and can't do anything without register, and the script can't send info to the forum in online status display no permission

Velocd 04-05-2004 08:56 PM

Quote:

Originally Posted by StarBuG
Hi

This hack looks nice but I read in your install script that there is problems with larger channels.
I have a channel with normaly 60-160 users so I think I wait untill you fixed the problem with many users.

Is there a way to let an eggdrop handle the channel activity?
That would be much better then handling it over mirc

StarBuG

https://vborg.vbsupport.ru/showthrea...threadid=61570

I do have an eggdrop version, as I've mentioned in this thread many times.

It doesn't have limits to the activity.

And actually.. there is a bug in this mIRC hack I need to correct in the install.html, but change the MySQL table type of each nick field in `irc_online`, from varchar(255) to TEXT, and you wont have that restriction.

Quote:

i changed all permission for guest to no and can't do anything without register, and the script can't send info to the forum in online status display no permission
I don't know if the following works, but it's worth a try.

Above require('./global.php') in your irc_online.php, paste:

PHP Code:

$bbuserinfo['userid'] = 1

It "should" mask the bot under your user id, unless changed somewhere with cookies/sessions.

Let me know if this works.

Kevorkian 04-06-2004 12:39 PM

ok tonight i'll try this ^^

Kevorkian 04-06-2004 02:58 PM

nothing don't work

guest blocked

Velocd 04-06-2004 09:12 PM

Replace the line containing require_once('./global.php') with:

PHP Code:

require_once('./includes/init.php'); 


Kevorkian 04-07-2004 07:23 AM

yeah now works ^^ thanks!


All times are GMT. The time now is 04:15 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.02174 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_php_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