Cara Install Captcha di mediawiki: Difference between revisions

From Dboswiki
Jump to navigation Jump to search
Line 1: Line 1:
==Menggunakan plugin Confirmedit==
==Menggunakan plugin Confirmedit==
  Download the [[Snapshot for your versionhttps://www.mediawiki.org/wiki/Special:ExtensionDistributor/ConfirmEdit|snapshot for your version]] and extract it
  Download the [[mediawikiwiki:Special:ExtensionDistributor/ConfirmEdit|snapshot for your version]] and extract it
  Create a folder in the extensions folder named ConfirmEdit
  Create a folder in the extensions folder named ConfirmEdit
  Upload the files to the extensions/ConfirmEdit/ folder
  Upload the files to the extensions/ConfirmEdit/ folder

Revision as of 22:39, 7 February 2023

Menggunakan plugin Confirmedit

Download the snapshot for your version and extract it
Create a folder in the extensions folder named ConfirmEdit
Upload the files to the extensions/ConfirmEdit/ folder
Edit LocalSettings.php in the root of your MediaWiki installation, and add the following lines near the bottom:

wfLoadExtensions([ 'ConfirmEdit', 'ConfirmEdit/QuestyCaptcha' ]);