I created this awhile ago for a different game and decided to make a version for Fiesta. This will support all currently released client's. What this does it compare sha256 hash values of your .shn files with a remote .xml file. It's good for checking corrupted files or patch extraction errors. Also, it can help if someone edits or replaces your .shn files too. This shouldn't be intended as a file security solution tho. Since someone can just edit their hosts. But, it's some basic protection nonetheless http://i.imgur.com/qkRPt7C.png
The application's permanent location is the bottom-right of the screen.
1. Upload the contents of the wwwroot folder to your host.
./wwwroot/RSIC/list.xml = The list of shn's you're wanting to check. 0 = Disabled 1 = Enabled.
If a shn has 0 as it's value then the application will skip that file in the checking process. It's currently set to work with the current Gamigo client.
./wwwroot/RSIC/hash.xml = This contains all the sha256 hash values for your shns. It's currently set to work with the current Gamigo client. Please change accordingly to match your shns. You can use this tool if you want.
2. open the release folder. RSIC.exe is the application. RSIC.ini is the configuration file.
Change everything accordingly. All of these settings should be pretty self-explanatory. If not I will update this thread with a more detailed description.
PS. [Optional] You can also use Enigma Virtual Box to embed the RSIC.ini into the RSIC.exe once you have everything setup.