diff --git a/inc/config.php b/inc/config.php index 1531d807..bd929353 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1089,7 +1089,7 @@ $config['error']['image_hard_limit'] = _('Thread has reached its maximum image limit.'); $config['error']['nopost'] = _('You didn\'t make a post.'); $config['error']['flood'] = _('Flood detected; Post discarded.'); - $config['error']['spam'] = _('Your request looks automated; Post discarded. Try refreshing the page.'); + $config['error']['spam'] = _('Your request looks automated; Post discarded. Try refreshing the page. If that doesn\'t work, please post the board, thread and browser this error occurred on on /operate/.'); $config['error']['unoriginal'] = _('Unoriginal content!'); $config['error']['muted'] = _('Unoriginal content! You have been muted for %d seconds.'); $config['error']['youaremuted'] = _('You are muted! Expires in %d seconds.'); @@ -1119,7 +1119,7 @@ $config['error']['captcha'] = _('You seem to have mistyped the verification.'); - // Moderator errors + // mod.php errors $config['error']['toomanyunban'] = _('You are only allowed to unban %s users at a time. You tried to unban %u users.'); $config['error']['invalid'] = _('Invalid username and/or password.'); $config['error']['notamod'] = _('You are not a mod…'); diff --git a/inc/instance-config.php b/inc/instance-config.php index 44d38f33..1f22946d 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -203,7 +203,7 @@ $config['mask_db_error'] = true; $config['ban_appeals'] = true; $config['show_sages'] = false; $config['katex'] = false; -$config['enable_antibot'] = true; +$config['enable_antibot'] = false; $config['spam']['unicode'] = false; // 8chan specific mod pages require '8chan-mod-pages.php';