Skip to content

Releases: Chakratos/mhf-save-manager

1.1.2

13 Apr 13:37
Compare
Choose a tag to compare

Final release for now!

  • Fixed Upload feature for PHPDesktop users
  • Decreased PHPDesktop release size
  • Fixed a bug when your savedata character directory was empty (Should not happened naturally)

1.1.1

13 Apr 12:11
Compare
Choose a tag to compare
  • PHPDesktop console window will now be hidden
  • Added an Top Nav so PHPDesktop users can go back to the main page

1.1.0

12 Apr 12:56
Compare
Choose a tag to compare

Updated the "Noob Method" to PHP7.4 to ensure compatability with PostgreSQL14

Added DBPORT const to config.sample.php

1.0.0

12 Apr 10:28
Compare
Choose a tag to compare

This is the first "Release" it also features a "Noob Setup Method" thanks to PHPDesktop

NOOB SETUP METHOD!

  1. Download "MHFSaveManager.7z" from releases
  2. Unzip it anywhere
  3. Go into MHFSaveManager/www
  4. Rename config.sample.php -> config.php
  5. Fill out config.php with your Postgresql credentials
  6. Run MHFSaveManager/phpdesktop-chrome.exe

If you want to run it from source:

To Use:

  1. Rename config.sample.php -> config.php
  2. Fill out config.php with your Postgresql credentials
  3. run "composer update"
  4. Create a VHost which document_root is the public folder. (Add Allow Override for .htaccess to work)