Index: temp/test-xoops.ec-cube.net/html/modules/newbb/post.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/newbb/post.php	(revision 947)
+++ temp/test-xoops.ec-cube.net/html/modules/newbb/post.php	(revision 948)
@@ -33,5 +33,4 @@
 
 if(!$_POST['check_spam']) {
-	print_r($_POST);
 	exit();
 }
Index: temp/test-xoops.ec-cube.net/html/modules/newbb/reply.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/newbb/reply.php	(revision 405)
+++ temp/test-xoops.ec-cube.net/html/modules/newbb/reply.php	(revision 948)
@@ -30,4 +30,9 @@
 // ------------------------------------------------------------------------- //
 include 'header.php';
+
+if(!$_POST['check_spam']) {
+	exit();
+}
+
 foreach (array('forum', 'topic_id', 'post_id', 'order', 'pid') as $getint) {
 	${$getint} = isset($_GET[$getint]) ? intval($_GET[$getint]) : 0;
