Greetings!
Since this is my first post on this forum, and in the DayZ private hive community in general.
I feel like starting with giving something back.
Put together a small PHP script which loads all currently possible weapons and some items(missing a few i know)
it stores the available items, your selected loot for care packages and heli crashes in a mysql database for easy editing later on. (Tweaking) ((Having the entire server run around with as50's isnt cool))
Screenshots:
Selecting a weapon/item from the menu show's the corresponding image of the item.
View Larger
Here you can see the two arrays that you paste in your server_functions.sqf /fnc_carePkgs.sqf
View larger
Installation:
1. Create a database on your MySQL server using a MySQL management tool of your choosing or use an existing database.
2. Dump the 3 .sql files into the database.
3. Edit the loot.php files, set your password, and MySQL credentials.
4. ?????
5. Profit
If you look at the code and cry you eyes out at night because its so bad, feel free to commit any changes you deem appropriate for increased security,functionality or design.
Link to the git hub
https://github.com/meistrr/crash_care
Since this is my first post on this forum, and in the DayZ private hive community in general.
I feel like starting with giving something back.
Put together a small PHP script which loads all currently possible weapons and some items(missing a few i know)
it stores the available items, your selected loot for care packages and heli crashes in a mysql database for easy editing later on. (Tweaking) ((Having the entire server run around with as50's isnt cool))
Screenshots:
Selecting a weapon/item from the menu show's the corresponding image of the item.

View Larger
Here you can see the two arrays that you paste in your server_functions.sqf /fnc_carePkgs.sqf

View larger
Installation:
1. Create a database on your MySQL server using a MySQL management tool of your choosing or use an existing database.
2. Dump the 3 .sql files into the database.
3. Edit the loot.php files, set your password, and MySQL credentials.
4. ?????
5. Profit
If you look at the code and cry you eyes out at night because its so bad, feel free to commit any changes you deem appropriate for increased security,functionality or design.
Link to the git hub
https://github.com/meistrr/crash_care