Skip to content
/ PMSF Public
forked from pmsf/PMSF

PMSF (PokeMap Standalone Frontend) is a standalone PHP map interface that is able to run on any traditional web server.

License

Notifications You must be signed in to change notification settings

Crippe83/PMSF

 
 

Repository files navigation

PMSF-ALT--PokeMap-Standalone-Frontend

This fork is different is so many ways that its impossible to name them all. Main key features are Manual submissions, support for RDM and MAD backends.

Current Version 2.0 - Second release! with OpenStreetMap engine

PokeMap Standalone Frontend or PMSF for short is a PHP Map Interface for the RDM Scanner designed to be completely standalone and able to run on any traditional web server. Manual submissions are supported on a Monocle Hydro base database with small additions, have a look at the cleandb.sql and sql.sql for changes.

It supports all the common database engines, including MySQL, MariaDB A special Database structure based on Hydro Monocle is needed.

Get Started

Join our Discord channel for more info about installation.

Create your own Sprite Repository

Image naming convention pokemon_icon_{XXX}_{YY}.png Where XXX is pokemon id 001 - 807 Where YY is pokemon form: 00 is normal

Backend settings

  • PMSF manual
$map = "monocle";
$fork = "pmsf";
  • RDM Real device map
$map = "rdm";
$fork = "default" OR $fork = "beta";
  • MAD Map a Droid
$map = "rocketmap";
$fork = "mad";

Webhooks

Current tested support for

Feedback

  • Create an issue if you have any bugs, suggestions or improvements!

  • Discord channel

Thanks

  • Thanks MAD for their Real android Device scanner.

  • Thanks RDM for their Real iPhone Device scanner.

  • Thanks PMSF for the basis for this fork.

  • Thanks MSF for the great basis for this project.

  • Noctem for the awesome Monocle Scanner!

  • RocketMap for their scanner.

  • Medoo for the ORM framework.

About

PMSF (PokeMap Standalone Frontend) is a standalone PHP map interface that is able to run on any traditional web server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 53.8%
  • JavaScript 35.3%
  • CSS 9.4%
  • TSQL 1.4%
  • Dockerfile 0.1%