These PHP files are for multiple servers to use inventory system at once.

Please dont ask me how to use these files unless you know PHP well.

---------
UI.php - is the file needed to connect to the inventory database. the unrealscript file connect to this file and then from that file to the database, configure the settings for your database inside ui.php and save it.
uidb.sql - is the mysql database, so if you want to make your own import that into your database.
SaveCombiner.php - is a php script that will combine 2 inventory files into 1 and convert it into a mysql database import file, which can be used to combine 2 seperate server ini's into 1 for use on the inventory database.
DatabaseSaver.php - saves the database everytime its called. this should be called using a server cron job.
DataRemover.php - removed player data which havent played in a while from the database when this script is called. this should be called using a server cron.job.
---------
All those file below go into a remote directory where the mutator script will interact with them.

NOTE: All the files above are for the new version of sonicrpg which isnt completed and needs a little more coding. So if you do code it which i have no objection against, please give me credit. Also this requires you to have mySQL, installed on your remote directory.