uawdijnntqw1x1x1
IP : 216.73.216.76
Hostname : server.zoomride.app
Kernel : Linux server.zoomride.app 4.18.0-553.158.1.el8_10.x86_64 #1 SMP Wed Aug 26 03:18:33 EDT 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
zoomride2022
/
public_html
/
uslfranchise.com
/
009ae
/
..
/
..
/
webmail.mztinc.com
/
..
/
survo.app
/
app.js
/
/
const http = require("http"); const next = require("next"); const dev = false; const app = next({ dev }); const handle = app.getRequestHandler(); const port = process.env.PORT || 5001; app.prepare().then(() => { const server = http.createServer((req, res) => { handle(req, res); }); server.listen(port, () => { console.log(`Survo frontend listening on ${port}`); }); });
/home/zoomride2022/public_html/uslfranchise.com/009ae/../../webmail.mztinc.com/../survo.app/app.js