MediaWiki Payment gateway - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T05:43:46Zhttp://stackoverflow.com/feeds/question/619036http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/619036/mediawiki-payment-gateway0MediaWiki Payment gatewayprashant_sp2009-03-06T14:31:39Z2009-03-06T14:53:07Z
<p>Hi,</p>
<p>I would like to have a subscription sponsored wiki in mediawiki. I want the paid members to have access to certain part of the wiki. How do I achieve that?</p>
<p>Is there a plugin/extension or needs a rewrite. </p>
<p>In any case how do I implement the payment gateway if I was flagging the paid users in the DB?</p>
<p>Any help will be appreciated.</p>
http://stackoverflow.com/questions/619036/mediawiki-payment-gateway/619127#6191272Answer by Adrian Archer for MediaWiki Payment gatewayAdrian Archer2009-03-06T14:53:07Z2009-03-06T14:53:07Z<p>You could use the Page Access Restriction extension: <a href="http://www.mediawiki.org/wiki/Extension:Page%5Faccess%5Frestriction" rel="nofollow">http://www.mediawiki.org/wiki/Extension:Page_access_restriction</a> and a special group for paid members.</p>
<p>edit: That being said <a href="http://www.mediawiki.org/wiki/Manual:Preventing%5Faccess#Restrict%5Fviewing%5Fof%5Fcertain%5Fspecific%5Fpages" rel="nofollow">mediawiki doesn't reccomend you do it...</a></p>