-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.xml
25 lines (25 loc) · 1.11 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Stop Forum Spam" lan="LAN_PLUGIN_SFS_NAME" version="2.1.0" date="2021-02-15" compatibility="2.0" installRequired="true" >
<author name="e107 Inc." url="https://www.e107.org" />
<summary>Check users against the stopforumspam.com database</summary>
<description lan="LAN_PLUGIN_SFS_DIZ">This plugin checks the stopforumspam.com database when a new user registers. It also allows to check and report existing users.</description>
<category>misc</category>
<keywords>
<word>stopforumspam</word>
<word>spam</word>
<word>bots</word>
</keywords>
<adminLinks>
<link url='admin_config.php' description='Configure SFS' icon='images/icon_32.png' iconSmall='images/icon_16.png' icon128="images/icon_128.png" primary='true'>LAN_CONFIGURE</link>
</adminLinks>
<pluginPrefs>
<pref name="sfs_enabled">1</pref>
<pref name="sfs_debug">0</pref>
<pref name="sfs_apikey"></pref>
<pref name="sfs_deniedmessage"></pref>
<pref name="sfs_msfc">1</pref>
<pref name="sfs_mfaf">5</pref>
<pref name="sfs_flsda">7</pref>
<pref name="sfs_ct">90</pref>
</pluginPrefs>
</e107Plugin>