MediaWiki: How to update the CleanTalk Anti-Spam Extension

 

  

MediaWiki 1.32 and older.

 

1. Make backup copies of your forum files and database.

2. Open file "<MediaWiki-root-folder>/LocalSettings.php" and comment this line at the end of the file by symbol #:

require_once "$IP/extensions/Antispam/Antispam.php";

 

3. Go to "<MediaWiki-root-folder>/extensions" and delete folder "Antispam".

4. Download the extension archive from CleanTalk (the link is at the beginning of this page or use the link given to you personally), place Antispam folder in "<MediaWiki-root-folder>/extensions". You have to get this path "<MediaWiki-root-folder>/extensions/Antispam".

5. Open file "<MediaWiki-root-folder>/extensions/Antispam/Antispam.php" and paste your access key from your CleanTalk Control Panel in this parameter:

$wgCTAccessKey = 'YOUR_KEY';

 

6. Uncomment the line from step 2.

7. (Optional) Test the protection by making a registration using the blacklisted email address stop_email@example.com.

 

 

Congratulations. The Anti-Spam is updated!

  

MediaWiki 1.33 and newer.

 

1. Make backup copies of your forum files and database.

2. Open file "<MediaWiki-root-folder>/LocalSettings.php" and comment this line at the end of the file by symbol #:

wfLoadExtension( 'Antispam' );

 

3. Go to "<MediaWiki-root-folder>/extensions" and delete folder "Antispam".

4. Download the extension archive from CleanTalk (the link is at the beginning of this page or use the link given to you personally), place Antispam folder in "<MediaWiki-root-folder>/extensions". You have to get this path "<MediaWiki-root-folder>/extensions/Antispam".

5. Open file "<MediaWiki-root-folder>/extensions/Antispam/extension.json" and paste your access key from your CleanTalk Control Panel in this parameter:

 "CTAccessKey": {

       "value": "YOUR_KEY"

 

6. Uncomment the line from step 2.

7. (Optional) Test the protection by making a registration using the blacklisted email address stop_email@example.com.

 

 

Congratulations. The Anti-Spam is updated!

 
Give the Dashboard a few minutes to change your Anti-Spam status.

 

 

If you haven't found the answer to your question, please, contact our support team:

https://cleantalk.org/my/support/open

 

 

Was this information helpful?

It would also be interesting

Copied to clipboard