Skip to content

nelson6e65/themanaworld-website

 
 

Repository files navigation

themanaworld-website

The website is a extention for mediawiki.

Add to LocalSettings.php:

require_once("$IP/extensions/tmwa/tmwa.php");

Configuration Variables / Settings:

Account registrations come from:

$wgTMWAccountEmail = "validemail@domain.com";

Set News Site path:

$wgTMWNews = "$IP/news.html";

To use Wiki's DB Backend:

$wgTMWAccountLib = 'dbLadmin';

To use php Ladmin connection:

$wgTMWAccountLib = 'phpLadmin';
$wgLadminHost = '127.0.0.1';
$wgLadminPort = '6901';

Create a new php.ini entry:

[tmwa]
tmwa.cfg.LADMIN_PASS = "admin";

(A restart of webserver or php-fpm is needed)

To use TMW as Auth services for Wiki

Note: Mediawiki enforces First Letter of username to be uppercase.

$wgAuth = new TMWAuth();

Depends:

About

The website of The Mana World.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.0%
  • Shell 3.2%
  • HTML 2.5%
  • PLpgSQL 1.4%
  • CSS 1.1%
  • JavaScript 0.8%