DSHack

Archive Generated December 23rd, 2018
Hack Store 3.0 is now public!
Author Posted on 2016/04/04
#1613
MKGirlism At least, the Beta for now.

DONE:
- Categories.
- Store Menu.
- File Page.
- Download.
- Approval Queue (CoQ Members only).
- Hide File (CoQ Members only).
- Approve File (CoQ Members only).
- Report broken file.
- Clear issue (aka, ignore broken report) (CoQ Members only).
- Unbreak file (CoQ Members only).
- Homepage.
- Changelog.
- Notifications (CoQ Members only).
- Clear issue (CoQ Members only).
- Fail submission (aka, ignore submissions) (CoQ Members only).

TODO:
- Port files from Hack Store 2.0.
- Update Information.
- Upload File.

MAYBE TODO:
- Port files from Hack Store 1.0 (only if a Member is registered here).

Link: http://www.dshack.org/store.php
Author Posted on 2016/04/05
#1624
Miles Ermiiworth Pretty solid work! How did you manage to port it this time?
Author Posted on 2016/04/05
#1626
MKGirlism Well, on the Database side, I first get all the necessary data from Hack Store 2.0, change the Category ID, and batch Insert them into Hack Store 3.0.

On the files side, I simply Download all the Screenshots and Files, Upload those to SFTP, and let PHP do the rest of the magic.

And while doing all of this, I realised how painful it was to make new Directories manually for every single File, so I made a simple BAT File to make all the Folders needed in a single Click.