· 8 years ago · Aug 03, 2017, 11:28 PM
1; Spigot AntiDDOS System by pietrek777 Copyright 2017
2; This project on Github: https://github.com/pietrek777/AntiDDoS
3; PHP configuration file
4
5;Database credentials
6host = "your-database-name"
7username = "your-username"
8password = "secret"
9database-name = "validation"
10table-name = "users"
11
12;Google reCaptcha keys
13site-key = "your-site-key"
14secret-key = "your-secret-key"
15
16;Messages
17header = "MyServer verification"
18title = "Please prove you are not a robot"
19submit = "I'm not a spammer"
20placeholder = "Your nickname"
21server-error = "An error occurred! Contact the administrator"
22illegal-chars-error = "Your nickname contains illegal characters"
23captcha-error = "Please check the captcha box!"
24nickname-error = "Please fill nickname input!"
25invalid-ip-error = "Unable to read your IP address."
26illegal-length-error = "Your nick must be 2 - 16 characters"
27success = "Thank you, you are now verified!"
28
29
30;IPs allowed to access the API (if you want to every IP can access the API leave it empty)
31
32allowed_api_ips = ""