Tester License Clone

Local research clone of script.google.com/macros/.../exec, reverse-engineered from app.pyc.

1 keys in DB 3 requests logged

Open Admin / Activator Hit license endpoint (GET shows usage)

Quick test from a shell

curl -X POST http://localhost/license.php \
  -H "Content-Type: application/json" \
  -d '{
    "token":     "C4hP9zVbX1YtQ2rL8jS5kN0uW6eM7aG3R9tV2pB4dH8fJ1lK",
    "hwid":      "TEST-HWID-1234",
    "action":    "VALIDATE_AND_REGISTER",
    "key":       "GNSD-XXXX-XXXX-XXXX-XXXX",
    "full_name": "Test User"
  }'

For setup instructions and how to redirect a real Tester client to this server, see README.md in the parent directory.