HiddenMotives / VPNGuard

PocketMine-MP Plugin: VPNGuard will prevent players from joining your server behind any type of anonymizer.
MIT License
20 stars 12 forks source link

Shutting down server to prevent blacklisting on API Database #10

Closed teracube closed 5 years ago

teracube commented 6 years ago

Today my server shutting down when player connected. thanks

Configuration :

PocketMine-MP 1.7dev-151 VPNGuard 1.0.6 bumped Alpha9 + API key Basic

in config.yml =) bypass-check: true ... Allow users to connect if API Server encounters any errors (Such as Timeout)? bypass-check: true ...

I related this in PMMP Forum https://forums.pmmp.io/threads/backend-database-server-is-down-when-player-connected.


2017-10-05 [08:38:15] [Server thread/INFO]: [VPNGuard] Player Steve has connected with the IP: 80.215.165.159
2017-10-05 [08:38:15] [Server thread/INFO]: Steve joined the game
2017-10-05 [08:38:16] [Server thread/WARNING]: API Server Returned Error Message: Backend Database Server is Down. when Steve connected
2017-10-05 [08:38:16] [Server thread/CRITICAL]: Shutting down server to prevent blacklisting on API Database
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling ChatToDiscord v1.1.0
2017-10-05 [08:38:16] [Server thread/INFO]: [ChatToDiscord] Disabled
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling VPNGuard v1.0.6
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling essentialsTP v1.2.0-2
2017-10-05 [08:38:16] [Server thread/INFO]: [essentialsTP] essentialsTP+ Disabled
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling Parkour v1.5.6-2
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling AllSigns v1.0.4
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling PiggyCustomEnchants v1.0.2
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling iProtector v3.1.0-3
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling VoteReward v3.0.2-2
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling xyz v1.0.4
2017-10-05 [08:38:16] [Server thread/INFO]: [xyz] /xyz disabled.
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling AlwaysSpawn v2.2.3-3
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling PurePerms v1.4.1-2
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling ItemCasePE v1.2.1
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling Slapper v1.3.7
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling EconomyAPI v5.7.1-3
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling BanItem v2.3.2-2.alpha8
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling EconomyShop v2.0.8-2
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling PureChat v1.4.10-3
2017-10-05 [08:38:16] [Server thread/INFO]: Disabling FactionsPro v1.4.5-5
2017-10-05 [08:38:16] [Server thread/INFO]: Steve left the game
2017-10-05 [08:38:16] [Server thread/INFO]: Steve[/88.226.166.155:47732] logged out due to Server en maintenance
2017-10-05 [08:38:16] [Server thread/INFO]: Unloading level "world"
2017-10-05 [08:38:21] [Server thread/INFO]: Stopping other threads```

PocketMine-MP 1.7dev-151: ChatToDiscord 1.1.0; VPNGuard 1.0.6; essentialsTP 1.2.0-2; Parkour 1.5.6-2; AllSigns 1.0.4; PiggyCustomEnchants 1.0.2; iProtector 3.1.0-3; VoteReward 3.0.2-2; xyz 1.0.4; AlwaysSpawn 2.2.3-3; PurePerms 1.4.1-2; ItemCasePE 1.2.1; Slapper 1.3.7; EconomyAPI 5.7.1-3; BanItem 2.3.2-2.alpha8; EconomyShop 2.0.8-2; PureChat 1.4.10-3; FactionsPro 1.4.5-5
HiddenMotives commented 6 years ago

Seems like I missed a couple of parentheses in the Async.php file where its ignoring the statement condition value. Ill fix it

teracube commented 6 years ago

@HiddenMotives could you please fix this issue my server crash again thanks

HiddenMotives commented 6 years ago

Sorry for the delay, will have it fixed soon. Been very busy lately

SpecialistNinja commented 6 years ago

Have you fix it yet?

teracube commented 6 years ago

@HiddenMotives could you fix this ? thanks

teracube commented 4 years ago

@HiddenMotives @DarkWav today same issue

configuration https://poggit.pmmp.io/r/49539/VPNGuard_dev-17.phar https://github.com/pmmp/PocketMine-MP/releases/tag/3.11.1

2019-12-16 [21:36:58] [Server thread/INFO]: [VPNGuard] Player PlayerName has connected with the IP: 92.XX.XXX.XX
2019-12-16 [21:36:58] [Server thread/INFO]: PlayerName [+]
2019-12-16 [21:36:58] [Server thread/WARNING]: API Server Returned Error Message: Backend Database Server is Down. when PlayerName connected
2019-12-16 [21:36:58] [Server thread/CRITICAL]: Shutting down server to prevent blacklisting on API Database