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:

  1. Run mysql -uroot -p < b4bot.sql
  2. mysql -uroot -p
  3. Enter the root MySQL password
  4. Type: grant all on b4bot.* to (desired username) identified by '(desired mysql password)';
  5. Type: USE b4bot;
  6. Type: exit
  7. 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?

here

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:

  1. Run mysql -uroot -p < b4bot.sql
  2. mysql -uroot -p
  3. Enter the root MySQL password
  4. Type: grant all on b4bot.* to (desired username) identified by '(desired mysql password)';
  5. Type: USE b4bot;
  6. Type: INSERT INTO admins(id,hostmask,level) VALUES('NULL','(your IRC hostmask)',5);
  7. Type: exit
  8. 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?

here

Bash support ticket

A support ticket script, written in shell script

Rather self-explanatory.

Where do I get it?

here