Gewt.net Projects
Here are the variouus projects i'm working on/have worked on
b4bot
b4bot is a simple perl IRC bot.
Files:
b4bot-7.0-devel.pl: Main bot file: Start this file. Requires Perl (Bot::BasicBot, Weather::Underground, DBI, URI, LWP, Text::Aspell, IMDB::Film, URI::Escape, and WWW::Google::Calculator) README: This file b4bot-7.0-devel.sql: SQL Dump file All configureation is done in b4bot-7.0-devel.pl Make sure to setup mysql in the actual bots file!
MySQL Setup:
- Run mysql -uroot -p < b4bot.sql
- mysql -uroot -p
- Enter the root MySQL password
- Type: grant all on b4bot.* to (desired username) identified by '(desired mysql password)';
- Type: USE b4bot;
- Type: exit
- Enjoy!
NOTE: If you don't have MySQL root access contact your administrator and have them run the above commands for you
Where do I get it?
b4bot 6.0
b4bot 6.0 is the older version of b4bot
Files:
botstarter.pl: Starts the bot on a specified server in a screen session (requires screen to be installed) b4bot.pl: Main bot file: Start this for the primary network. Requires Perl (Net::IRC, Weather::Underground, DBI, URI, and LWP) README: This file b4bot.sql: SQL Dump file All configureation is done in b4bot.pl
MySQL Setup:
- Run mysql -uroot -p < b4bot.sql
- mysql -uroot -p
- Enter the root MySQL password
- Type: grant all on b4bot.* to (desired username) identified by '(desired mysql password)';
- Type: USE b4bot;
- Type: INSERT INTO admins(id,hostmask,level) VALUES('NULL','(your IRC hostmask)',5);
- Type: exit
- Enjoy!
NOTE: If you don't have MySQL root access contact your administrator and have them run the above commands for you
Where do I get it?
Bash support ticket
A support ticket script, written in shell script
Rather self-explanatory.