php license key system github installOnline picture converterCompress a picture in JPEG onlineOnline Favicon makerOnline photo ID makerOnline Photo effectsEdit resize scale and rotateOnline Watermark tools
php license key system github install
Free Online image converter  and online editing tools to change and enhance your photos on internet !
php license key system github install 5.000+ Facebook Members : Do you ?

CREATE TABLE licenses ( id INT AUTO_INCREMENT PRIMARY KEY, license_key VARCHAR(64) UNIQUE NOT NULL, product_id VARCHAR(50), customer_email VARCHAR(255), created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, expires_at TIMESTAMP NULL, is_active BOOLEAN DEFAULT TRUE, max_activations INT DEFAULT 1, current_activations INT DEFAULT 0 );

Import the SQL schema (usually database.sql or install.sql ):