ataCoinShop

Youtube Preview

Execute the following SQL code in your database (sql):

ALTER TABLE `users` 
ADD COLUMN `coinVIP` int(11) DEFAULT 0;

CREATE TABLE IF NOT EXISTS `ata_coin_code` (
  `code` varchar(50) NOT NULL,
  `amount` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

Server artifacts

Make sure your server artifacts version is above the 5181.

Last updated