37 lines
860 B
Plaintext
37 lines
860 B
Plaintext
=== GLOBAL CONFIGURATIONS ===
|
|
|
|
== Error Codes ===
|
|
|
|
= Database.php =
|
|
10101 - SQL request did not give a result
|
|
|
|
= register.php =
|
|
11101 - User name doesn't match rules
|
|
11102 - User name already exists
|
|
|
|
= start.php =
|
|
12101 - User ID not specified
|
|
12102 - 0 questions wanted, no game without a question!
|
|
12103 - More questions wanted then existing
|
|
12104 - User ID not existing
|
|
|
|
= answer.php =
|
|
13101 - User ID not specified
|
|
13102 - No valid time specified
|
|
13103 - No chosen answer specified
|
|
13104 - No game for specified user
|
|
13105 - Token incorrect or not specified
|
|
|
|
= rename.php =
|
|
14101 - User name doesn't match rules
|
|
14102 - User ID not specified
|
|
14103 - User name already exists
|
|
14104 - User ID not existing
|
|
|
|
= highscores.php =
|
|
15101 - User ID not specified
|
|
15102 - User ID not existing
|
|
|
|
= login.php =
|
|
16101 - User ID not specified
|
|
16102 - User ID not existing |