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.