# Actions Explain

Few people know what each **type of action** in this *specific table* means, so here we will explain what each type means.

| Action Type | Information                                                                                                                                                                                   | Additional Args                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2           | Appears when an account has been successfully logged in                                                                                                                                       | <p><strong>value1:</strong> <code>UserName who logged</code><br><strong>value2:</strong> <code>IP of the user who successfully logged</code></p>                                                                                                                                                                                                                                                                                                                                             |
| 3           | Appears when a level was liked (currently removed)                                                                                                                                            | <p><strong>value1</strong>: <code>ItemID liked</code><br><strong>value2:</strong> <code>IP of user who liked</code></p>                                                                                                                                                                                                                                                                                                                                                                      |
| 4           | Appears when a comment was liked (currently removed)                                                                                                                                          | <p><strong>value1</strong>: <code>ItemID liked</code><br><strong>value2:</strong> <code>IP of user who liked</code></p>                                                                                                                                                                                                                                                                                                                                                                      |
| 5           | Appears when an account comment was liked (currently removed)                                                                                                                                 | <p><strong>value1</strong>: <code>ItemID liked</code><br><strong>value2:</strong> <code>IP of user who liked</code></p>                                                                                                                                                                                                                                                                                                                                                                      |
| 6           | Appears when a user has failed to log in to an account. If the user fails more than 6 times, they will not be able to try again for an hour. (account is disabled alert is displayed in-game) | <p><strong>value:</strong> <code>Account ID requested</code><br><strong>value2:</strong> <code>IP of user who failed login</code></p>                                                                                                                                                                                                                                                                                                                                                        |
| 8           | It means that a level has been removed                                                                                                                                                        | <p><strong>value:</strong> <code>Level deleted ID</code><br><strong>value2:</strong> <code>IP of the user who deleted the level</code></p>                                                                                                                                                                                                                                                                                                                                                   |
| 9           | Appears when a user has updated their in-game stats                                                                                                                                           | <p><strong>value:</strong> <code>stars amount collected</code><br><strong>account:</strong> <code>User ID of the user updated stats</code><br><strong>value2:</strong> <code>stars coins amount collected</code><br><strong>value3:</strong> <code>demons amount collected</code><br><strong>value4:</strong> <code>usercoins amount collected</code><br><strong>value5:</strong> <code>diamonds amount collected</code><br><strong>value6:</strong> <code>moons amount collected</code></p> |
| 16          | Used for GJP verifications of an account and updated every 1 hour, only appears if `sessionGrants` is enabled via `config/security.php`                                                       | <p><strong>value:</strong> <code>Account ID verified</code><br><strong>value2:</strong> <code>IP of the who has been verified GJP</code></p>                                                                                                                                                                                                                                                                                                                                                 |

## Trivia

* Many of the actions have been moved to their own sections and many types of removed actions (cvolton core) have not yet been found.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gdpsfh.gitbook.io/community-guide/phpmyadmin/actions-explain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
