This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First set the custom error handler at the beginning of the script: | |
# php docs: http://php.net/manual/en/function.set-error-handler.php | |
set_error_handler('workerErrorHandler'); | |
# Next define the workerErrorHandler function: | |
function workerErrorHandler($errno, $errstr, $errfile, $errline) | |
{ | |
if (!(error_reporting() & $errno)) { | |
// This error code is not included in error_reporting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
:help: false | |
:a: | |
:h: false | |
:username: your_username | |
:u: your_username | |
:password: your_password | |
:p: your_password | |
commands: | |
:init: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75.126.19.144/28 | |
75.126.23.16/28 | |
184.173.69.128/28 | |
50.97.157.0/26 | |
75.126.59.16/28 |