Skip to content

scarecr0w12/Module_BlizzCMS-Armory

This branch is 12 commits ahead of AsmodeosNetworkCO/Module_BlizzCMS-Armory:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff54283 · Feb 19, 2022

History

18 Commits
Feb 11, 2022
Feb 18, 2022
Sep 25, 2020
Sep 24, 2020
Feb 19, 2022

Repository files navigation

Armory | BLIZZCMS module!

Module for the BlizzCMS

Characteristics

  • Displays the items that carries a character.
  • See members of guilds.

Installation

  • Copy to application/modules/armory folder
  • Open the application/config/routes.php file and add these lines at the end:
/*armory*/
$route[$lang.'/armory/player/(:num)'] = 'armory/index/$2';
$route[$lang.'/armory'] = 'armory/search';
$route[$lang.'/armory/result'] = 'armory/result';
$route[$lang.'/armory/guild/(:num)'] = 'armory/guild/$2';
  • Enjoy your module
  • See an example here, enter https://www.theegn.com/en/armory

Live Demo

Screenshots

[Captura1] [Captura2] [Captura3] [Captura4] [Captura5] [Captura6]

Thanks

About

Armory Module for BlizzCMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 81.3%
  • CSS 13.7%
  • JavaScript 4.5%
  • HTML 0.5%