when i try to remove your plugin, i get thi error
Warning: include(../../../wp-load.php) [function.include]: failed to open stream: No such file or directory in C:\public_html\wp-content\plugins\comment-validation-reloaded\uninstall.php on line 8
and if i change
include( '../../../wp-load.php' );
to
include( '../wp-load.php' );
i still get this error.
UNINSTALL_COMM must be set to a non-blank value in uninstall.php on line 29
http://wordpress.org/extend/plugins/comment-validation-reloaded/