[Release] ServerWeb Firewall Release System

DemonuMu

Well-Known Member
Joined
May 26, 2011
Messages
1,123
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
ALTER TABLE MEMB_INFO
ADD ip VARCHAR(50) NULL,
liberado INT DEFAULT 0,
dataliberado varchar(50) NULL;​

PSFWFree

PSFW1

Credits:

Axel - WEB Part
PS Systems - Server Part​
 

Attachments

  • bJUVnwh 1.png
    bJUVnwh 1.png
    335.1 KB · Views: 32
  • D8tOLGm 2.png
    D8tOLGm 2.png
    139.4 KB · Views: 32
  • L9wwAXA 3.png
    L9wwAXA 3.png
    118.5 KB · Views: 32
  • pmceLUz 4.png
    pmceLUz 4.png
    6.5 KB · Views: 34