gfxr-idcard
Features
Dependencies
Dependency
Description
Installation
ensure gfxr-bridge ensure screenshot-basic ensure gfxr-idcard-- Import sql/install.sql CREATE TABLE IF NOT EXISTS `gfxr_mugshots` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `identifier` VARCHAR(255) NOT NULL, `mugshot` TEXT NOT NULL, `taken_by` VARCHAR(255) DEFAULT NULL, `created_at` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `identifier` (`identifier`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
Configuration
client_config.lua
Commands
Command
Description
Exports (Client)
Exports (Server)
Events
Client
Server
Mugshot Upload Server
Example PHP Endpoint
Data Sources
UI Field
Bridge Export
Framework Source
Notes
Last updated