πInstallation
Before you start the fun, here are some things you need to do
1 - Installation and Requirements π₯
2 - SQL File setup πΎ
CREATE TABLE IF NOT EXISTS `wais_studio` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`studio` varchar(50) DEFAULT NULL,
`files` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;3 - Payment ID Integration β¨οΈ
Last updated