You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: composer.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
"type": "phpbb-extension",
4
4
"description": "Queries the stop forum spam database on registration and posting. Extension settings are found under the extension tab of the forum. This extension requires at least phpBB version 3.3.",
Copy file name to clipboardExpand all lines: language/en/stopforumspam.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,6 @@
46
46
'PM_NOT_EXIST' => 'PM doesn’t exist',
47
47
'SFS_ANONYMIZED_IP' => 'The IP of the user has been anonymized, set to 127.0.0.1, probably due to an extension.',
48
48
'SFS_MISSING_DATA' => 'Not all information is provided to report to Stop Forum Spam.',
49
-
'SFS_IP_STOPPED' => '<a target="_blank" title="Check IP at StopForumSpam.com (opens in a new window)" href="http://www.stopforumspam.com/ipcheck/%1$s" rel="noreferrer noopener">%1$s</a>',
50
-
'SFS_USERNAME_STOPPED' => '<a target="_blank" title="Check Username at StopForumSpam.com (opens in a new window)" href="http://www.stopforumspam.com/search/?q=%1$s" rel="noreferrer noopener">%1$s</a>',
51
-
'SFS_EMAIL_STOPPED' => '<a target="_blank" title="Check Email at StopForumSpam.com (opens in a new window)" href="http://www.stopforumspam.com/search/?q=%1$s" rel="noreferrer noopener">%1$s</a>',
52
49
'SFS_FREQUENCY' => ' » found in sfs database %d times',
53
50
'SFS_IP_STOPPED' => '<a target="_blank" title="Check IP at StopForumSpam.com (opens in a new window)" href="http://www.stopforumspam.com/ipcheck/%1$s" rel="noreferrer noopener">%1$s</a>',
54
51
'SFS_USERNAME_STOPPED' => '<a target="_blank" title="Check Username at StopForumSpam.com (opens in a new window)" href="http://www.stopforumspam.com/search/?q=%1$s" rel="noreferrer noopener">%1$s</a>',
@@ -58,6 +55,7 @@
58
55
1 => 'Found in the Stop Forum Spam database once',
59
56
2 => 'Found in the Stop Forum Spam database %d times',
60
57
],
58
+
'SFS_MARKED_TOXIC' => ' » Email domain marked as TOXIC',
61
59
'SFS_USER_BANNED' => 'Banned due to a post on the forum',
62
60
'SFS_REPORTED' => 'Post has already been reported',
63
61
'SFS_PM_REPORTED' => 'PM has already been reported',
0 commit comments