📦
Community Guide
  • README
  • ❔Faq
    • Accessing Pma
    • Level Reupload 1005 Error
    • Missing Dlls Fix
    • Package Parsing Error Android
    • Phpmyadmin And Ftp
  • 🛠️In Game Help
    • Add Mod Menu
    • Level Commands
    • Remove 6 Digit Song Limit Android
    • Remove Android Anticheat
    • Texture Pack
  • 🔐Phpmyadmin
    • Actions Explain
    • Banning
    • Basic Explanation Of The Php My Admin Tables
    • Change Default Downloads Likes
    • Create Gauntlets
    • Create Mappacks
    • Create Modip
    • Create Quests
    • Create Roles
    • Detailed Explanation Of Phpmyadmin Tables And Columns
    • Elegant Sql Fixes
    • Give Permissions
    • Placing Roles
    • Site Structure
    • PhpMyAdmin FAQ
  • Misc
    • How To Use Tools
    • Making An Old GDPS Version
  • Backend
    • How Autoban Php Works
    • How Cron Works
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Phpmyadmin

Actions Explain

Explanation about the types of actions that you can find in the actions table in PHPMyAdmin

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

value1: UserName who logged value2: IP of the user who successfully logged

3

Appears when a level was liked (currently removed)

value1: ItemID liked value2: IP of user who liked

4

Appears when a comment was liked (currently removed)

value1: ItemID liked value2: IP of user who liked

5

Appears when an account comment was liked (currently removed)

value1: ItemID liked value2: IP of user who liked

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)

value: Account ID requested value2: IP of user who failed login

8

It means that a level has been removed

value: Level deleted ID value2: IP of the user who deleted the level

9

Appears when a user has updated their in-game stats

value: stars amount collected account: User ID of the user updated stats value2: stars coins amount collected value3: demons amount collected value4: usercoins amount collected value5: diamonds amount collected value6: moons amount collected

16

Used for GJP verifications of an account and updated every 1 hour, only appears if sessionGrants is enabled via config/security.php

value: Account ID verified value2: IP of the who has been verified GJP

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.

Last updated 1 year ago

Was this helpful?

🔐