[X] The "/vmpk/vmpk-0.2.5-setup.exe" file could not be found or is not available. Please select another file.

The bot is a project that contains MySQL, XML, PHP, JDBC and Java.It is an IRC bot(much like eggdrop) that can connect to any IRC server and distribute a list and have controll over unlimitied users that can add, modify and delete Movies in a MySQL dat


http://jmoviebot.sourceforge.net





Separate each tag with a space.

Ratings and Reviews

Be the first to post a text review of JMovieBot. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Just released JMovieBot-1.0rc4 !

    --------------------------------- This version is the release candidate 4, and we are getting really close to 1.0 stable. The PHP is still under construction and is getting done by the 1.0 stable release, trust me =). I've added alot to this release, the plugin API are now much better and faster. And it has online plugin management. Enjoy ! =) Be sure to check the change log. I havent updated in a while, for that I'm sorry, but I'm in the army and I dont have alot of time for myself.

    posted by denatus 2367 days ago

  • File released: /JMovieBot-1.0/JMovieBot-1.0rc4/JMovieBot-1.0rc4.tar.gz

    posted 2367 days ago

  • File released: /JMovieBot-1.0/JMovieBot-1.0rc4/JMovieBot-1.0rc4.zip

    posted 2367 days ago

  • JMovieBot-1.0 JMovieBot-1.0rc4 file released: JMovieBot-1.0rc4.tar.gz

    Changes per 18/05-2003 RC4: -Optimized some methods. Not using syncronized handle() anymore. (why the hell did I use it in the first place?) -Code optimizations. (Smaller object creation cleanups) *Now added online plugin controll: -Online Plugins control: /msg bot plugins <cmd> password ... plugins killall ... *DONE ... plugins kill ID=<id> ... *DONE ... plugins add PATH=<path to file> ... *Loads a plugin, must be in, the "Plugin" directory and compiled. ... plugins list ... *List all active plugins. ------------------------------------------- Changes per 01/05-2003: - Optimized "case HelpMovieOptions:" even more by using \n at the end of the line instead by using BufferedWriter.newLine(). - Added a kill() method to the plugin api, it is executed when the plugin is killed by the bot. - Code cleanups - Optimizing the bot by making it not create a new HandleUserLogin each time it checks for passwords. ------------------------------------------- Changes per 21/04-2003: -Added BasicIRCLogger plugin. ------------------------------------------- Changes per 25/03-2003 version: MAJORS: Bug fixing. I've bug tracked the software for hours. Alot of bugs has been fixed then I mean alot. But dont stop sending bug reports :) - The code is now under GNU General public license (GNU GPL) :) - Join / Part channels. - Movie list command added. - Nick change bug fixed. - Make file made - DEL / ADD movie to the database. - QUIT command added. - Debugging output on / off added. - Users: The following commands added ADDUSER DELUSER LISTUSERS - MD5 cryptation on passwords in database for security. - Made a Makefile for linux users. - New and improved help system on irc, become really neat with nesting. - JDebug 1.1 update. Not much changed here execept added a static method. - JUMP - Server jumps incase of netsplits etc. Command added. - Cycle a specific channel. - Code/bug fixes: - Went from using standard String.substring etc parsing to regexp. * Makes the bot much much faster. - Alot of code cleanup ! * Easyer readalbe code and uses less cpu/memory. - Added connect() and reconnect() - Now has a plugin API. Check out the plugins for examples ! =) - Alot of code cleanup, fewer classes. etc. - Major bug in JDebug. Now fixed !

    posted 2367 days ago

  • JMovieBot-1.0 JMovieBot-1.0rc4 file released: JMovieBot-1.0rc4.zip

    Changes per 18/05-2003 RC4: -Optimized some methods. Not using syncronized handle() anymore. (why the hell did I use it in the first place?) -Code optimizations. (Smaller object creation cleanups) *Now added online plugin controll: -Online Plugins control: /msg bot plugins <cmd> password ... plugins killall ... *DONE ... plugins kill ID=<id> ... *DONE ... plugins add PATH=<path to file> ... *Loads a plugin, must be in, the "Plugin" directory and compiled. ... plugins list ... *List all active plugins. ------------------------------------------- Changes per 01/05-2003: - Optimized "case HelpMovieOptions:" even more by using \n at the end of the line instead by using BufferedWriter.newLine(). - Added a kill() method to the plugin api, it is executed when the plugin is killed by the bot. - Code cleanups - Optimizing the bot by making it not create a new HandleUserLogin each time it checks for passwords. ------------------------------------------- Changes per 21/04-2003: -Added BasicIRCLogger plugin. ------------------------------------------- Changes per 25/03-2003 version: MAJORS: Bug fixing. I've bug tracked the software for hours. Alot of bugs has been fixed then I mean alot. But dont stop sending bug reports :) - The code is now under GNU General public license (GNU GPL) :) - Join / Part channels. - Movie list command added. - Nick change bug fixed. - Make file made - DEL / ADD movie to the database. - QUIT command added. - Debugging output on / off added. - Users: The following commands added ADDUSER DELUSER LISTUSERS - MD5 cryptation on passwords in database for security. - Made a Makefile for linux users. - New and improved help system on irc, become really neat with nesting. - JDebug 1.1 update. Not much changed here execept added a static method. - JUMP - Server jumps incase of netsplits etc. Command added. - Cycle a specific channel. - Code/bug fixes: - Went from using standard String.substring etc parsing to regexp. * Makes the bot much much faster. - Alot of code cleanup ! * Easyer readalbe code and uses less cpu/memory. - Added connect() and reconnect() - Now has a plugin API. Check out the plugins for examples ! =) - Alot of code cleanup, fewer classes. etc. - Major bug in JDebug. Now fixed !

    posted 2367 days ago

  • File released: /JMovieBot-1.0/JMovieBot-1.0rc1/JMovieBot-1.0rc1.tar.gz

    posted 2422 days ago

  • JMovieBot 1.0rc1 is out and CVS updated !

    A new upload on CVS is out ! It has alot of bugfixes and has now a plugin api so you can create plugins ! =) Change log: Changes per 25/03-2003: MAJORS: Bug fixing. I've bug tracked the software for hours. Alot of bugs has been fixed then I mean alot. But dont stop sending bug reports :) - The code is now under GNU General public license (GNU GPL) :) - Join / Part channels. - Movie list command added. - Nick change bug fixed. - Make file made - DEL / ADD movie to the database. - QUIT command added. - Debugging output on / off added. - Users: The following commands added ADDUSER DELUSER LISTUSERS - MD5 cryptation on passwords in database for security. - Made a Makefile for linux users. - New and improved help system on irc, become really neat with nesting. - JDebug 1.1 update. Not much changed here execept added a static method. - JUMP - Server jumps incase of netsplits etc. Command added. - Cycle a specific channel. - Code/bug fixes: - Went from using standard String.substring etc parsing to regexp. * Makes the bot much much faster. - Alot of code cleanup ! * Easyer readalbe code and uses less cpu/memory. - Added connect() and reconnect() - Now has a plugin API. Check out the plugins for examples ! =) - Alot of code cleanup, fewer classes. etc. - Major bug in JDebug. Now fixed ! From admin Denatus denatus@start.no

    posted by denatus 2423 days ago

  • Code committed

    denatus committed patchset 4 of module JMovieBot_dev to the JMovieBot CVS repository, changing 26 files

    posted by denatus 2423 days ago

  • Code committed

    denatus committed patchset 3 of module JMovieBot_dev to the JMovieBot CVS repository, changing 12 files

    posted by denatus 2423 days ago

  • JMovieBot-1.0 JMovieBot-1.0rc1 file released: JMovieBot-1.0rc1.tar.gz

    Changes per 25/03-2003: MAJORS: Bug fixing. I've bug tracked the software for hours. Alot of bugs has been fixed then I mean alot. But dont stop sending bug reports :) - The code is now under GNU General public license (GNU GPL) :) - Join / Part channels. - Movie list command added. - Nick change bug fixed. - Make file made - DEL / ADD movie to the database. - QUIT command added. - Debugging output on / off added. - Users: The following commands added ADDUSER DELUSER LISTUSERS - MD5 cryptation on passwords in database for security. - Made a Makefile for linux users. - New and improved help system on irc, become really neat with nesting. - JDebug 1.1 update. Not much changed here execept added a static method. - JUMP - Server jumps incase of netsplits etc. Command added. - Cycle a specific channel. - Code/bug fixes: - Went from using standard String.substring etc parsing to regexp. * Makes the bot much much faster. - Alot of code cleanup ! * Easyer readalbe code and uses less cpu/memory. - Added connect() and reconnect() - Now has a plugin API. Check out the plugins for examples ! =) - Alot of code cleanup, fewer classes. etc. - Major bug in JDebug. Now fixed !

    posted 2423 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

JMovieBot Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review