NAME

    rmpost - Delete a post from a phpbb forum

SYNOPSIS

    rmpost -url=URL -user=USERID -pass=PASSWD -post=NNN

DESCRIPTION

rmpost removes a post from phpbb forum by logging into the forum under URL as a forum admin, and clicking the buttons until a specified post has been deleted. Very handy to combat the phpbb spammers.

EXAMPLES

  $ rmpost -url=http://xyz.com/forum -user=admin -pass=xxx -post=123

LEGALESE

Copyright 2006 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

2006, Mike Schilli <cpan@perlmeister.com>