irc bot
PHP IRC Bot
This is just a simple IRC bot using PHP. Run from command line (CLI) and as the master you have the full control of the bot. Simply send command via private message. Its easy to customize and have an more>> This is just a simple IRC bot using PHP. Run from command line (CLI) and as the master you have the full control of the bot. Simply send command via private message. Its easy to customize and have an "auto join on kick" feature. Its NOT running under web environment. No need Apache nor MySQL. Just PHP with socket extention enabled.<<less
IRC Bot Class 0.30
A Simple IRC Bot Class - Used to make intrique bots more>>
IRC Bot Class 0.30 is developed to be an easy to use program to make intrique bots in PHP. It is a basic backbone for more complicated bots. Included: the class(classBot.php) and a sample bot script(bot2.php).
To run the bot, change the settings to whatever you would like, either in the class, or by setting them yourself, so you can continue to reuse the script for other bots; then simply point your browser to it, or better yet, use command prompt or shell to view the commands sent to the bot from the server. Simply copy the text from the website, change the extension to .php and run it from your server.
OgreBot IRC Bot 1.0
Originally named Ramuh, OgreBot is a project I started in 2003 when I first began with network programming. I have a fascination with text parsing so it seemed a suitable project to keep me interested. Probably a bit late, this is an "official" release, more>> Originally named Ramuh, OgreBot is a project I started in 2003 when I first began with network programming. I have a fascination with text parsing so it seemed a suitable project to keep me interested. Probably a bit late, this is an "official" release, but I dont intend to expand on it. As is, OgreBot is a solid backbone for any ones future php scripted IRC botting projects.<<less
iPrimal BOT
iPrimal BOT is an automated chat script that will allow your customers the ability to ask a question and recieve an instant response. This may be used as a stand alone scrip, or be embedded into an ex more>> iPrimal BOT is an automated chat script that will allow your customers the ability to ask a question and recieve an instant response. This may be used as a stand alone scrip, or be embedded into an existing script. Its easily customisable and easy to use. iPrimal BOT only requires you to add a word and response in the administration area. Its possible to add/edit/delete entries as well. Its free, so why not try it out? :)<<less
Lucky Bot 3.0.1
Lucky Bot is an IRC Bot, written in PHP. Its completely OO, has a beautiful plugin system, and is pretty fast. Every command is handled by a plugin, and its easy to create you own. Settings are stored in an ini file, which is easy to create, more>> Lucky Bot is an IRC Bot, written in PHP. Its completely OO, has a beautiful plugin system, and is pretty fast. Every command is handled by a plugin, and its easy to create you own. Settings are stored in an ini file, which is easy to create, and get the settings of it, especially with our Settings class.<<less
ircurl 0.2b
UPDATED! MUCH EASIER TO CONFIGURE!!! Parses irc log files, grabs recent URLs from the conversation, and displays them on a webpage. Works with the popular unix irc client, irssi. I am sure it would work with any chat client that can log, however more>> UPDATED! MUCH EASIER TO CONFIGURE!!! Parses irc log files, grabs recent URLs from the conversation, and displays them on a webpage. Works with the popular unix irc client, irssi. I am sure it would work with any chat client that can log, however it only includes a guide covering the irssi configuration. To see a working example: http://gtwy.net/ircurl<<less
Pro5 IRC Quotes 2.0.0-beta1
Providing basic functions, this script enables a user to easily add a quote. The script also informs users where the quote is from. more>> Providing basic functions, this script enables a user to easily add a quote. The script also informs users where the quote is from.<<less
IRC Chat ToChat 1.4
ToChat is an irc chat easy to use in your site, header and footer to custom, work with EIRC. more>> ToChat is an irc chat easy to use in your site, header and footer to custom, work with EIRC.<<less
swdn IRC logger 1.8
This is a simple script i made to allow people to submit thier IRC and chat logs to a website and have them formatted and coloured in HTML. On the submit page the user types thier IRC chat log name, the server and channel the log is from and then more>> This is a simple script i made to allow people to submit thier IRC and chat logs to a website and have them formatted and coloured in HTML. On the submit page the user types thier IRC chat log name, the server and channel the log is from and then pastes the log into the textarea. When they click submit thier IRC log is formatted into html and they are dirrected to the location of thier html formatted chat log. There is a simple admin page that allows you (the webmaster) to delete logs. You will need to open admin.php and enter a password before uploading the files. There is also a simple index.php page that will list all of the logs that have been submited. Enjoy! UPDATED: v1.8<<less
License:GPL
ChatBot 1.0
This is a bot that chats and that can be easily customized! How to configure the XML Best way to learn is to look at the XML included, the root node can be named anything, and after that the node names are the key words, the program takes a more>> This is a bot that chats and that can be easily customized! How to configure the XML Best way to learn is to look at the XML included, the root node can be named anything, and after that the node names are the key words, the program takes a sentence, breaks apart the words and searches the keywords in order till it finds some text.<<less
Perlbot 1.9.6
Perlbot 1.9.6 is created to provide you with many useful features. It is actually an IRC bot written in Perl. It depends on Net::IRC and its goals are simplicity and modularity. more>>
Perlbot 1.9.6 is created to provide you with many useful features. It is actually an IRC bot written in Perl. It depends on Net:IRC and its goals are simplicity and modularity.
Perlbot is a totally modular bot. All functionality is provided by Plugins which use a standard, simple API. The two most common levels of functionality are encompassed by the "Core" and "Basic" sets of plugins.
A growing suite of integrated web services is also a feature that sets Perlbot apart. With integrated browsing and searching of channel logs via the web and XML web-published bot statistics, Perlbot makes lots of information readily available.
Enhancements:
- New Config API, new Logging API, cleanups
- More robust access to config data.
- New logging facilities. Allows logging to arbitrary targets, like files, databases, xml, etc.Provides for generic searching.
- All code uses 'strict' and compiles cleanly with -w
- Nicer debugging output.Prints PID and calling package/sub on each line.
- Feedback-agent copy edited and cleaned up
- New PluginConfig class allows moving plugin config data into the main config file while keeping the syntax the same as before webserver does authentication.
- Added pluginreport.pl to miscscripts.
- Plugins use 'base' and 'fields' instead of ISA and ad-hoc hash keys
- Plugins:
-
- LogServer: 'allowsearchengines' option (yes/no) allows or prohibits search engines crawling the logs produced by this plugin.
- UserAdmin: new 'addadmin' and 'removeadmin' commands
- Host: uses Net:DNS to do DNS lookups
- Infobot: won't reply twice by accident now
- PriceWatch: works with new site HTML
- Weather: changed to use Weather:Underground since Geo:Weather is having issues
PHP-IRC 2.2.2
PHP-IRC is a modular IRC bot written in PHP5 with a combination of object based/oriented programming. more>> <<less
PJIRC 5.x-1.2
This Drupal module embeds the PJIRC Java IRC client into Drupal and allows visitors to use IRC from any Drupal site. more>>
PJIRC 5.x-1.2 is a great tool for you to embed the PJIRC Java IRC client into Drupal. It allows visitors to use IRC from any Drupal site. PJIRC for community chat, live support, or a general use IRC client.
Installation: Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.
Requirements: Drupal 5.x
Block Bad Bots 1.00
This simple robots.txt file will help deter some of the unwanted bots that spider your site for email addresses and things of that nature that result in spam. This works for all websites and it is not just limited to phpBB. This has also been more>> This simple robots.txt file will help deter some of the unwanted bots that spider your site for email addresses and things of that nature that result in spam. This works for all websites and it is not just limited to phpBB. This has also been configured to allow Google AdSense bots to spider your site if you use the program.<<less
Bot Stats 1.0
Bot Stats is a PHP program that use MySQL database. It is about search engine bots and your webpages. You can view googlebot, yahoobot, msnbot last accessed time to a web page in your website. You can all pages in your website in a list by row values more>> Bot Stats is a PHP program that use MySQL database. It is about search engine bots and your webpages. You can view googlebot, yahoobot, msnbot last accessed time to a web page in your website. You can all pages in your website in a list by row values Pagerank, Google-Yahoo-MSN bots last accessed time and bots hit. You can order the list by page name and bot accessed times. If you use only one mysql server in your all website, you can write same mysql details in your config file to view all website statistics in one page site by site, page by page.<<less