alanwilliamson
The WebProxyBOT listens on a given port and accepts HTTP/1.0 requests. The message destined for the IRC chat window is contained within the HTTP 'mess' form variable. For example you could trigger this using the popular wget
wget -q http://webproxybotmachine:8080/?mess='This is a test'
Another use is a quick alert form on your web page. For example:
<form action="http://webproxybotmachine:8080/">
<input type="text" name="mess" size="32">
<input type="submit" value="send quick message">
</form>
Or if you wish to have your IRC channel update when someone hits a particular page, for example a payment page on your site then put in a link to a fictional image:
<img src="http://webproxybotmachine:8080/?mess=SomeoneIsHere" border="0" width="1" height="1">
Supports many options including the ability to colorize the posts from the bot.
WebProxyBOT is implemented as a lightweight Java application that utilises the PircBot library to provide connectivity to the underlying IRC server. WebProxyBOT is completely free for any purpose. PircBot is free for personal, educational and non-commercial use only.
Download WebProxyBOT Package with full README instructions
Thanks to Jason Bell for pointing me in the direction of PircBot.
Written by Alan Williamson, January 2004
Comments
please note, all comments will be moderated for spam and abuse before being publicly posted.
Article Details
- Published:
11:01 PM GMT, Monday, 19 January 2004 - Comments:
5 left; add comment
Related Articles
Article Archives
Very nice idea/bot ! Is there any way to get the sourcecode (in order to change the color thing for exemple) ? Thanks.
hellow ,i am new user
Visit me @ http://www.lyricsol.com
Alan,
I have installed pircbot and webproxybot as a service under win2k. i'd like to add some stop/start service capabilities, but can't seem to find the source for webproxybot. is it no longer available?
great tool, very useful.
Davey [geekfreak@gmail.com]
Edit the source code and you can insert colors and formatting by inserting Colors.RED, Colors.BLUE, Colors.BOLD, etc into the message that gets sent.
Paul
Hello Alan,
I've recently begun using this bot, and it is much appreciated! I am wondering, though, if there is a way to have the bot change the color of a post on-the-fly so to speak, e.g. ?mess=test&color=RED ?
Jestre [ant1gen@hotmail.com]