MediaWiki Payment gateway - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T05:43:46Z http://stackoverflow.com/feeds/question/619036 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/619036/mediawiki-payment-gateway 0 MediaWiki Payment gateway prashant_sp 2009-03-06T14:31:39Z 2009-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#619127 2 Answer by Adrian Archer for MediaWiki Payment gateway Adrian Archer 2009-03-06T14:53:07Z 2009-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>