Activities on your phpBB are displayed asap in your irc channel
The mod provides the following features:
- posting new posts and polls in a irc channel network of your choice
- required: eggdrop
Improvements:
- password protection to control access to your bot
- new improved ways to avoid 'Lost connection while identing'
Here is the download : http://phpbb2egg.pixelsndots.com/phpbb2egg.zip
The zip contains:
- README
- phpbb2egg.tcl for eggdrop
- phpbb2egg.php into functions/
Troubleshoting:
Don't install the .tcl in a bot, that has other heavy duties. If the bot is - seen from the webserver - lagged, you don't get the posts into your channel.
If you see messages like 'Lost connection while identing' on the bots partyline:
- open phpbb2egg.php
- find:
Code: Select all
usleep(500);- if you run your board on a windows server replace usleep() with sleep(<secounds>). 2 secounds should be enough.
You can edit the output of the bot in phpbb2egg.php.
- find: all lines starting with
Code: Select all
$text2 = .......Don't forget the trailing <br> on each line starting with "$text2 = .......". It's a delimiter.
2do:
- easier way to define the look in the channel
- variable for 'display only new threads' vs 'display all posts'
- maybe admin section?
- maybe tickbox on posting 'show my message in #channel'
- maybe enable/disable mod via acp?
Suggestions are very welcome!