<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=ConfirmEdit_extension</id>
	<title>ConfirmEdit extension - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=ConfirmEdit_extension"/>
	<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=ConfirmEdit_extension&amp;action=history"/>
	<updated>2026-06-19T22:09:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.d3xt3r01.tk//index.php?title=ConfirmEdit_extension&amp;diff=30&amp;oldid=prev</id>
		<title>Admin: New page: ==WHY== Because I want people tu suffer ! :)) Well .. I just wanna block people making bots even if I allowed them to edit my wiki..  ==HOW== Get the extension and put it in the /extension...</title>
		<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=ConfirmEdit_extension&amp;diff=30&amp;oldid=prev"/>
		<updated>2009-06-25T20:20:01Z</updated>

		<summary type="html">&lt;p&gt;New page: ==WHY== Because I want people tu suffer ! :)) Well .. I just wanna block people making bots even if I allowed them to edit my wiki..  ==HOW== Get the extension and put it in the /extension...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==WHY==&lt;br /&gt;
Because I want people tu suffer ! :)) Well .. I just wanna block people making bots even if I allowed them to edit my wiki..&lt;br /&gt;
&lt;br /&gt;
==HOW==&lt;br /&gt;
Get the extension and put it in the /extensions dir&lt;br /&gt;
add to LocalSettings.php&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
require_once(&amp;quot;extensions/ConfirmEdit/ConfirmEdit.php&amp;quot;);&lt;br /&gt;
require_once(&amp;quot;extensions/ConfirmEdit/FancyCaptcha.php&amp;quot;);&lt;br /&gt;
$wgCaptchaTriggers[&amp;#039;edit&amp;#039;] = true; // Would check on every edit&lt;br /&gt;
$wgCaptchaTriggers[&amp;#039;create&amp;#039;] = true; // Check on page creation.&lt;br /&gt;
$wgCaptchaTriggers[&amp;#039;addurl&amp;#039;] = true; // Check on edits that add URLs&lt;br /&gt;
$wgCaptchaTriggers[&amp;#039;createaccount&amp;#039;] = true; // Check on account creation.&lt;br /&gt;
$wgCaptchaTriggers[&amp;#039;badlogin&amp;#039;] = true; // Check after a failed log-in attempt.&lt;br /&gt;
$wgGroupPermissions[&amp;#039;sysop&amp;#039;][&amp;#039;skipcaptcha&amp;#039;] = true;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
edit extensions/ConfirmEdit/ConfirmEdit.php and change &lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgCaptchaClass = &amp;#039;SimpleCaptcha&amp;#039;;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgCaptchaClass = &amp;#039;FancyCaptcha&amp;#039;;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in extensions/ConfirmEdit/FancyCaptcha.php change from&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgCaptchaSecret = &amp;#039;CHANGE_THIS_SECRET&amp;#039;;&lt;br /&gt;
$wgCaptchaDirectory = &amp;quot;$wgUploadDirectory/captcha&amp;quot;;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgCaptchaSecret = &amp;#039;NEW_SECRET_OR_SOMETHING&amp;#039;;&lt;br /&gt;
$wgCaptchaDirectory = &amp;quot;/path/to/captcha/images/dir&amp;quot;;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now .. you&amp;#039;ll need python .. and the words package .. and the imaging library for python .. assuming that you are in extensions/ConfirmEdit this is an example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
python captcha.py --font=/usr/share/fonts/truetype/freefont/FreeSans.ttf --wordlist=/usr/share/dict/words --key=FOO --output=../../captcha --count=100&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==LINKS==&lt;br /&gt;
http://www.mediawiki.org/wiki/Extension:ConfirmEdit&lt;br /&gt;
[[Category:WIKIMEDIA]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>