MyBB Community Forums

Full Version: "Our systems detect that you may be a spammer and therefore you have been denied..."
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello MyBB.
After filling in the fields for registration, i'll get the next following text below.

Our systems detect that you may be a spammer and therefore you have been denied registration. If you feel this is a mistake, please contact the Administrator

What can i do to fix this issue?
My website/demo: link
(2015-09-07, 06:43 PM)NoahDev Wrote: [ -> ]Hello MyBB.
After filling in the fields for registration, i'll get the next following text below.

Our systems detect that you may be a spammer and therefore you have been denied registration. If you feel this is a mistake, please contact the Administrator

What can i do to fix this issue?
My website/demo: link

do u have a plugin to stop spamming or proxy detect plugin
(2015-09-07, 06:46 PM)CEHSecurity Wrote: [ -> ]
(2015-09-07, 06:43 PM)NoahDev Wrote: [ -> ]Hello MyBB.
After filling in the fields for registration, i'll get the next following text below.

Our systems detect that you may be a spammer and therefore you have been denied registration. If you feel this is a mistake, please contact the Administrator

What can i do to fix this issue?
My website/demo: link

do u have a plugin to stop spamming or proxy detect plugin

No i don't
Can you post your member_registration template?
<html>
2
<head>
3
<title>{$mybb->settings['bbname']} - {$lang->registration}</title>
4
{$headerinclude}
5
<script type="text/javascript" src="jscripts/validator.js"></script>
6
</head>
7
<body id="forum">
8
{$header}
9
<br />
10
<form action="member.php" method="post" id="registration_form"><input type="text" style="visibility: hidden;" value="" name="regcheck1" /><input type="text" style="visibility: hidden;" value="true" name="regcheck2" />
11
{$regerrors}
12
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
13
<tr>
14
<td class="thead" colspan="2"><strong>{$lang->registration}</strong></td>
15
</tr>
16
<tr>
17
<td width="50%" class="trow1" valign="top">
18
<fieldset class="trow2">
19
<legend><strong>{$lang->account_details}</strong></legend>
20
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
21
<tr>
22
<td colspan="2"><span class="smalltext"><label for="username">{$lang->username}</label></span></td>
23
</tr>
24
<tr>
25
<td colspan="2"><input type="text" class="textbox" name="username" id="username" style="width: 100%" value="{$username}" /></td>
26
</tr>



it wont let me paste at all
If you surround it in code tags, it will.

I just looked at your site, and it appears that you are using a 1.6 theme for 1.8. the Clouds theme does not support 1.8, so a bunch of things will not work.
http://community.mybb.com/thread-153665.html

[code]yourcodehere[/code]
Thx for reply