Cara Install Captcha di mediawiki: Difference between revisions
Jump to navigation
Jump to search
Created page with "==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..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Menggunakan plugin Confirmedit== | ==Menggunakan plugin Confirmedit== | ||
Download the 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 | ||
| Line 6: | Line 6: | ||
wfLoadExtensions([ 'ConfirmEdit', 'ConfirmEdit/QuestyCaptcha' ]); | wfLoadExtensions([ 'ConfirmEdit', 'ConfirmEdit/QuestyCaptcha' ]); | ||
|Selanjutnya dilihat di link berikut : | |||
https://www.mediawiki.org/wiki/Extension:QuestyCaptcha | |||
Latest revision as of 22:41, 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' ]);
|Selanjutnya dilihat di link berikut :