/*
System: PickCheck – Second Life Pick Checker (PHP + LSL)
Version: 1.0
Author: PeaceMan Braveheart
Date: 2025-04-27
License Terms
---------------------------------------------------
- You receive this system Full Perm (LSL, PHP, and SQL files).
- You may adapt and further develop the files for your own needs.
- Redistribution of the original files (LSL, PHP, SQL) as FULL PERM is not allowed.
- You may integrate the system into your own projects.
- When transferring to third parties, the LSL script must be set to No Modify at minimum.
- If you operate the PHP API and SQL database on your own server:
- Distribution of the PHP and SQL files is not permitted.
- Users may only interact through your API endpoint, not receive the source code.
Additional Notes:
- Commercial redistribution is only allowed if the system is embedded in your own projects.
- The copyright notice must not be removed or altered.
- It is not allowed to claim ownership or authorship of this system.
- Use at your own risk.
- Support and questions may be directed to the original author.
Beschreibung (Deutsch):
--------------------------------------
Dieses System prüft, ob ein Benutzer in seinem Second Life Profil einen bestimmten Pick (Ortseintrag) gesetzt hat.
- PHP-Skript: Verarbeitet POST-Anfragen, prüft die Pick-Seite und gibt OK oder FAIL zurück.
- LSL-Skript: Sendet Benutzeranfragen via HTTP-POST an das PHP-Skript und verschickt Inventar,
wenn der Pick korrekt gesetzt ist.
Description (English):
--------------------------------------
This system checks if a user has set a specific pick (location entry) in their Second Life profile.
- PHP script: Handles POST requests, checks the pick page, and responds with OK or FAIL.
- LSL script: Sends user requests via HTTP-POST to the PHP script and delivers inventory
if the pick is correctly set.
Usage:
--------------------------------------
POST parameters required:
- ACT = PickCheck
- API_KEY = Your API Key
- USER = User UUID
- Parcel = Parcel UUID
*/