MediaWiki: How to update the CleanTalk Anti-Spam Extension
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!
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!
If you haven't found the answer to your question, please, contact our support team:
https://cleantalk.org/my/support/open
It would also be interesting
- How to Install the CleanTalk Anti-Spam in MediaWikiCleanTalk Anti-Spam Setup on MediaWiki Go to your Anti-Spam Dashboard MediaWiki 1.32 and older. MediaWiki...