Version: 0.1, by leonsio
Developer Last Online: Jun 2013
Version: 3.5.0
Rating:
Released: 10-30-2005
Last Update: 11-13-2005
Installs: 45
Uses Plugins
Additional Files
No support by the author.
This is the first release of my irc manager for VB 3.5.
You don't need eggdrop or mirc to run this script.
Multiple irc-servers & channels are supported
This script is based on "Eggdrop IRC Manager"
You can use your old config, you must only change every config and add server_id
Extract and upload all the files from the ROOT folder to your forum root. ( 1x admincp script, 1x admincp-xml, 1x cron script )
After upload, import product-ircmanager.xml.
This product will automatically add a vb-cronjob which runs every 15 min.
How does this script works?
It uses a socket connection to your irc server.
After a successful connection, the script joins your channel(s), collects information then leaves the channel(s).
This is a first version of the script. Later on, I plan to send some forum information to the channel, e.g. 10 last posts.
how does this script works
it use a socket connection to some irc server
after connect is success, the script join your channels collects information and leaves the Channel
this is a first version of the script, later it is planed to leave some forum information in the channel, e.g. 10 last forum messages ?
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Invalid SQL:
INSERT INTO vb_cron SET
nextrun=UNIX_TIMESTAMP(),
weekday='-1',
day='-1',
hour='-1',
minute='a:4:{i:0;i:0;i:1;i:15;i:2;i:30;i:3;i:45;}',
filename='./includes/cron/ircmanager.php',
loglevel='1',
title = 'IRC Manager';
MySQL Error : Unknown column 'title' in 'field list'
Error Number : 1054
However, I get the following error when I force the cron to run:
Code:
Warning: fsockopen() [function.fsockopen]: unable to connect to irc.6667.eu:6667 (Connection refused) in [path]/includes/cron/ircmanager.php on line 23
Warning: fputs(): supplied argument is not a valid stream resource in [path]/includes/cron/ircmanager.php on line 24
Warning: fputs(): supplied argument is not a valid stream resource in [path]/includes/cron/ircmanager.php on line 25
Warning: feof(): supplied argument is not a valid stream resource in [path]/includes/cron/ircmanager.php on line 26
Warning: fgets(): supplied argument is not a valid stream resource in [path]/includes/cron/ircmanager.php on line 29
Warning: feof(): supplied argument is not a valid stream resource in [path]/includes/cron/ircmanager.php on line 26
I have to manually stop the browser page.
Also, the cron is not completely filled out. There is no Varname field, Nothing in the Title field, nothing in the Description field, or Log Phrase, either.
I'm reviewing this thread, but can't seem to find anything that will resolve this issue.