<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mediagoblin.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ciaran</id>
	<title>GNU MediaGoblin Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mediagoblin.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ciaran"/>
	<link rel="alternate" type="text/html" href="https://wiki.mediagoblin.org/Special:Contributions/Ciaran"/>
	<updated>2026-04-10T06:37:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.mediagoblin.org/index.php?title=GNU_MediaGoblin:Community_portal&amp;diff=1292</id>
		<title>GNU MediaGoblin:Community portal</title>
		<link rel="alternate" type="text/html" href="https://wiki.mediagoblin.org/index.php?title=GNU_MediaGoblin:Community_portal&amp;diff=1292"/>
		<updated>2013-05-14T09:49:30Z</updated>

		<summary type="html">&lt;p&gt;Ciaran: /* Spam blocking: Questy Captcha */ ::Glad I could help. ~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Spam blocking: Questy Captcha==&lt;br /&gt;
&lt;br /&gt;
I see you&#039;ve spambots making lots of new accounts and occasionally making spam pages. ([[Special:RecentChanges]])&lt;br /&gt;
&lt;br /&gt;
I installed ConfirmEdit (it&#039;s free-as-in-freedom) on my wiki ( http://en.swpat.org/ ) and spam has dropped to nearly zero.  ConfirmEdit offers a few captchas but I think QuestyCaptcha is by far the best.  It requires new contributors to answer a question if they want to edit anonymously or make an account.  There are no questions supplied, so each wiki has to write their own.  The result is simple for a human but practically impossible for a bot.&lt;br /&gt;
&lt;br /&gt;
Documentation:&lt;br /&gt;
* http://www.mediawiki.org/wiki/Extension:ConfirmEdit&lt;br /&gt;
* http://www.mediawiki.org/wiki/Extension:QuestyCaptcha&lt;br /&gt;
&lt;br /&gt;
Rough HOWTO:&lt;br /&gt;
&lt;br /&gt;
# Download it here: http://www.mediawiki.org/wiki/Special:ExtensionDistributor/ConfirmEdit&lt;br /&gt;
# mv ConfirmEdit-MW1.17-r77902.tar.gz WIKIDIRECTORY/extensions/&lt;br /&gt;
# untar it there&lt;br /&gt;
# Put these lines at the end of LocalSettings.php (change or add as many questions as you like):&lt;br /&gt;
 require_once( &amp;quot;$IP/extensions/ConfirmEdit/ConfirmEdit.php&amp;quot; );&lt;br /&gt;
 require_once( &amp;quot;$IP/extensions/ConfirmEdit/QuestyCaptcha.php&amp;quot;);&lt;br /&gt;
 $wgCaptchaClass = &#039;QuestyCaptcha&#039;;&lt;br /&gt;
 $wgCaptchaQuestions[] = array( &#039;question&#039; =&amp;gt; &amp;quot;What colour is grass&amp;quot;, &#039;answer&#039; =&amp;gt; &amp;quot;green&amp;quot; );&lt;br /&gt;
 $wgCaptchaQuestions[] = array( &#039;question&#039; =&amp;gt; &amp;quot;What do most people sleep in at night? (3 letters)&amp;quot;, &#039;answer&#039; =&amp;gt; &amp;quot;bed&amp;quot; );&lt;br /&gt;
&amp;amp;nbsp; &amp;amp;nbsp; 5. In WIKIDIRECTORY/extensions/ConfirmEdit/ConfirmEdit.php, make two changes:&amp;lt;br /&amp;gt;&lt;br /&gt;
*Search for the following, and change it to &amp;quot;true&amp;quot;:&lt;br /&gt;
 $wgGroupPermissions[&#039;user&#039;         ][&#039;skipcaptcha&#039;] = false;&lt;br /&gt;
*Search for the following, and change it also to &amp;quot;true&amp;quot;:&lt;br /&gt;
 $wgCaptchaTriggers[&#039;edit&#039;]          = false; // Would check on every edit&lt;br /&gt;
&lt;br /&gt;
I do still get a trickle of spam, which I found surprising.  Maybe some of the spam networks that target my wiki include groups of humans, but only a small fraction have good enough English to answer my silly questions.&lt;br /&gt;
&lt;br /&gt;
In contrast, requiring email confirmation is inconvenient for well-intentioned visitors and probably doesn&#039;t block any spambots.  Automating the response is probably trivial for a spambot author (although I haven&#039;t tested to see if it does reduce spam).  In any case, QuestyCaptcha should be enough.&lt;br /&gt;
&lt;br /&gt;
Hope that helps, and best of luck with GNU MediaGoblin! [[User:Ciaran|Ciaran]] 17:58, 2 May 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:It&#039;s been setup. Thanks. [[User:simonft|simonft]] Feb 20 2013&lt;br /&gt;
&lt;br /&gt;
::Glad I could help. [[User:Ciaran|Ciaran]] ([[User talk:Ciaran|talk]]) 05:49, 14 May 2013 (EDT)&lt;/div&gt;</summary>
		<author><name>Ciaran</name></author>
	</entry>
	<entry>
		<id>https://wiki.mediagoblin.org/index.php?title=GNU_MediaGoblin:Community_portal&amp;diff=696</id>
		<title>GNU MediaGoblin:Community portal</title>
		<link rel="alternate" type="text/html" href="https://wiki.mediagoblin.org/index.php?title=GNU_MediaGoblin:Community_portal&amp;diff=696"/>
		<updated>2012-05-03T00:22:37Z</updated>

		<summary type="html">&lt;p&gt;Ciaran: /* Spam blocking: Questy Captcha */ added documentation links (Is this in the right place for this sort of stuff?  What types of in-wiki communication *are* allowed?)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Spam blocking: Questy Captcha==&lt;br /&gt;
&lt;br /&gt;
I see you&#039;ve spambots making lots of new accounts and occasionally making spam pages. ([[Special:RecentChanges]])&lt;br /&gt;
&lt;br /&gt;
I installed ConfirmEdit (it&#039;s free-as-in-freedom) on my wiki ( http://en.swpat.org/ ) and spam has dropped to nearly zero.  ConfirmEdit offers a few captchas but I think QuestyCaptcha is by far the best.  It requires new contributors to answer a question if they want to edit anonymously or make an account.  There are no questions supplied, so each wiki has to write their own.  The result is simple for a human but practically impossible for a bot.&lt;br /&gt;
&lt;br /&gt;
Documentation:&lt;br /&gt;
* http://www.mediawiki.org/wiki/Extension:ConfirmEdit&lt;br /&gt;
* http://www.mediawiki.org/wiki/Extension:QuestyCaptcha&lt;br /&gt;
&lt;br /&gt;
Rough HOWTO:&lt;br /&gt;
&lt;br /&gt;
# Download it here: http://www.mediawiki.org/wiki/Special:ExtensionDistributor/ConfirmEdit&lt;br /&gt;
# mv ConfirmEdit-MW1.17-r77902.tar.gz WIKIDIRECTORY/extensions/&lt;br /&gt;
# untar it there&lt;br /&gt;
# Put these lines at the end of LocalSettings.php (change or add as many questions as you like):&lt;br /&gt;
 require_once( &amp;quot;$IP/extensions/ConfirmEdit/ConfirmEdit.php&amp;quot; );&lt;br /&gt;
 require_once( &amp;quot;$IP/extensions/ConfirmEdit/QuestyCaptcha.php&amp;quot;);&lt;br /&gt;
 $wgCaptchaClass = &#039;QuestyCaptcha&#039;;&lt;br /&gt;
 $wgCaptchaQuestions[] = array( &#039;question&#039; =&amp;gt; &amp;quot;What colour is grass&amp;quot;, &#039;answer&#039; =&amp;gt; &amp;quot;green&amp;quot; );&lt;br /&gt;
 $wgCaptchaQuestions[] = array( &#039;question&#039; =&amp;gt; &amp;quot;What do most people sleep in at night? (3 letters)&amp;quot;, &#039;answer&#039; =&amp;gt; &amp;quot;bed&amp;quot; );&lt;br /&gt;
&amp;amp;nbsp; &amp;amp;nbsp; 5. In WIKIDIRECTORY/extensions/ConfirmEdit/ConfirmEdit.php, make two changes:&amp;lt;br /&amp;gt;&lt;br /&gt;
*Search for the following, and change it to &amp;quot;true&amp;quot;:&lt;br /&gt;
 $wgGroupPermissions[&#039;user&#039;         ][&#039;skipcaptcha&#039;] = false;&lt;br /&gt;
*Search for the following, and change it also to &amp;quot;true&amp;quot;:&lt;br /&gt;
 $wgCaptchaTriggers[&#039;edit&#039;]          = false; // Would check on every edit&lt;br /&gt;
&lt;br /&gt;
I do still get a trickle of spam, which I found surprising.  Maybe some of the spam networks that target my wiki include groups of humans, but only a small fraction have good enough English to answer my silly questions.&lt;br /&gt;
&lt;br /&gt;
In contrast, requiring email confirmation is inconvenient for well-intentioned visitors and probably doesn&#039;t block any spambots.  Automating the response is probably trivial for a spambot author (although I haven&#039;t tested to see if it does reduce spam).  In any case, QuestyCaptcha should be enough.&lt;br /&gt;
&lt;br /&gt;
Hope that helps, and best of luck with GNU MediaGoblin! [[User:Ciaran|Ciaran]] 17:58, 2 May 2012 (EDT)&lt;/div&gt;</summary>
		<author><name>Ciaran</name></author>
	</entry>
	<entry>
		<id>https://wiki.mediagoblin.org/index.php?title=GNU_MediaGoblin:Community_portal&amp;diff=694</id>
		<title>GNU MediaGoblin:Community portal</title>
		<link rel="alternate" type="text/html" href="https://wiki.mediagoblin.org/index.php?title=GNU_MediaGoblin:Community_portal&amp;diff=694"/>
		<updated>2012-05-02T21:58:20Z</updated>

		<summary type="html">&lt;p&gt;Ciaran: Spam blocking: Questy Captcha==  I see you&amp;#039;ve spambots making lots of new accounts and occasionally making spam pages. (Special:RecentChanges)  I installed ConfirmEdit on my wiki ( http://en.swpat.org/ ) and spam has dropped to nearly zero.  Conf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Spam blocking: Questy Captcha==&lt;br /&gt;
&lt;br /&gt;
I see you&#039;ve spambots making lots of new accounts and occasionally making spam pages. ([[Special:RecentChanges]])&lt;br /&gt;
&lt;br /&gt;
I installed ConfirmEdit (it&#039;s free-as-in-freedom) on my wiki ( http://en.swpat.org/ ) and spam has dropped to nearly zero.  ConfirmEdit offers a few captchas but I think QuestyCaptcha is by far the best.  It requires new contributors to answer a question if they want to edit anonymously or make an account.  There are no questions supplied, so each wiki has to write their own.  The result is simple for a human but practically impossible for a bot.&lt;br /&gt;
&lt;br /&gt;
# Download it here: http://www.mediawiki.org/wiki/Special:ExtensionDistributor/ConfirmEdit&lt;br /&gt;
# mv ConfirmEdit-MW1.17-r77902.tar.gz WIKIDIRECTORY/extensions/&lt;br /&gt;
# untar it there&lt;br /&gt;
# Put these lines at the end of LocalSettings.php (change or add as many questions as you like):&lt;br /&gt;
 require_once( &amp;quot;$IP/extensions/ConfirmEdit/ConfirmEdit.php&amp;quot; );&lt;br /&gt;
 require_once( &amp;quot;$IP/extensions/ConfirmEdit/QuestyCaptcha.php&amp;quot;);&lt;br /&gt;
 $wgCaptchaClass = &#039;QuestyCaptcha&#039;;&lt;br /&gt;
 $wgCaptchaQuestions[] = array( &#039;question&#039; =&amp;gt; &amp;quot;What colour is grass&amp;quot;, &#039;answer&#039; =&amp;gt; &amp;quot;green&amp;quot; );&lt;br /&gt;
 $wgCaptchaQuestions[] = array( &#039;question&#039; =&amp;gt; &amp;quot;What do most people sleep in at night? (3 letters)&amp;quot;, &#039;answer&#039; =&amp;gt; &amp;quot;bed&amp;quot; );&lt;br /&gt;
5. In WIKIDIRECTORY/extensions/ConfirmEdit/ConfirmEdit.php, make two changes:&amp;lt;br /&amp;gt;&lt;br /&gt;
*Search for the following, and change it to &amp;quot;true&amp;quot;:&lt;br /&gt;
 $wgGroupPermissions[&#039;user&#039;         ][&#039;skipcaptcha&#039;] = false;&lt;br /&gt;
*Search for the following, and change it also to &amp;quot;true&amp;quot;:&lt;br /&gt;
 $wgCaptchaTriggers[&#039;edit&#039;]          = false; // Would check on every edit&lt;br /&gt;
&lt;br /&gt;
I do still get a trickle of spam, which I found surprising.  Maybe some of the spam networks that target my wiki include groups of humans, but only a small fraction have good enough English to answer my silly questions.&lt;br /&gt;
&lt;br /&gt;
In contrast, requiring email confirmation is inconvenient for well-intentioned visitors and probably doesn&#039;t block any spambots.  Automating the response is probably trivial for a spambot author (although I haven&#039;t tested to see if it does reduce spam).  In any case, QuestyCaptcha should be enough.&lt;br /&gt;
&lt;br /&gt;
Hope that helps, and best of luck with GNU MediaGoblin! [[User:Ciaran|Ciaran]] 17:58, 2 May 2012 (EDT)&lt;/div&gt;</summary>
		<author><name>Ciaran</name></author>
	</entry>
</feed>