a
a
``` Fatal error: Uncaught exception 'sp_MySQL_Error' with message 'Query was empty' in /home/bvu/public_html/new/examples/test.php:622 Stack trace: #0 /home/bvu/public_html/new/examples/test.php(2148): Baobab->build() #1 /home/bvu/public_html/new/examples/test.php(499): ForumBaobab->build() #2 /home/bvu/public_html/new/examples/test.php(2162): Baobab->__construct(Object(mysqli), 'forum') #3 /home/bvu/public_html/new/examples/test.php(2177): start_over(Object(mysqli), 'forum') #4...
the client io.connect port doesn't work like in this example anymore on production site
my express,js code ``` res.header('Access-Control-Allow-Origin', '*'); res.header('Access-Control-Allow-Headers', 'Origin, X-Requested-With, Content-Type, Accept'); res.header('Access-Control-Allow-Methods', 'GET, PUT, OPTIONS'); res.header('Content-Type', 'image/png'); let text_svg = ` @font-face { font-family: "somefont"; src: url("./somefont.ttf"); } .test{ font-family:...
Current Version "nano-redis": "^1.7.2", "nano-sql": "^1.8.5", Expecting Error ``` ReplyError: ERR unknown command 'zscan' - parser.js:193 parseError [RealTimeServer]/[redis-parser]/lib/parser.js:193:12 - parser.js:303 parseType [RealTimeServer]/[redis-parser]/lib/parser.js:303:14 ``` ``` Code const nSQL = require("nano-sql").nSQL; const...
if i have 225 connection limit on database and my server could spin 2-10 nodejs apps ``` const pool = new Pool(user: username, password: pass, host: host, database: db, max:...
`var failCallback = function (req, res, next, nextValidRequestDate) { console.log("DDOS Attempt Ip now Blocked"); res.sendStatus(429); // brute force protection triggered, send them back to the login page }; var ExpressBrute...
to check if it has script or html codes