- Joined
- May 26, 2011
- Messages
- 1,158
- Reaction score
- 234
Brief summary, system that allows the player access to the server, web and backend connection
Prevents possible attacks by leaving only the connection released for the registered IPs.
PHP 7.4++
Code: [Select]
UPDATE1
- Added INI, so information inserted in the application is saved
- Altered application, server to release only INI informed ports
- Added Autostart as soon as the application is started
Prevents possible attacks by leaving only the connection released for the registered IPs.
PHP 7.4++
Code: [Select]
UPDATE1
- Added INI, so information inserted in the application is saved
- Altered application, server to release only INI informed ports
- Added Autostart as soon as the application is started
ALTER TABLE MEMB_INFO
ADD ip VARCHAR(50) NULL,
liberado INT DEFAULT 0,
dataliberado varchar(50) NULL;