Found one thingy, bug or not, which is, all users are being redirected to agent with proxy-server ip, which means you have to add proxy-server ip in privileged ip table in order to log in as admin, which means, anyone who knows admin login/password can log in game with it.
Hello bro
first i want to thank you for your hard work
i just learned somethings in Node js and i loved it
and when i saw your filter its impressive
i tried to make it work but i got error
Quote:
PS C:\Users\Administrator\Desktop\Node Filter\node-sro-proxy> yarn install:db
yarn run v1.22.10
$ cross-env MODULE=CreateDB npm-run-all dev
$ nodemon
[nodemon] 1.19.4
[nodemon] to restart at any time, enter `rs`
[nodemon] watching dir(s): src\**\*
[nodemon] watching extensions: js
[nodemon] starting `yarn server:dev`
$ cross-env NODE_ENV=development npm-run-all server
$ babel-node ./src/index
[CreateDB]->(UnhandledRejection)->[object Promise]
[CreateDB]->(PromiseError)->Error: Error: Failed to retrieve SQL adapter instance!
[nodemon] clean exit - waiting for changes before restart
FIX : Create DB manual , SRO_PROXY_TEST
if you using special port for database connection , you have to edit constructor of , lib/SqlAdapter.js
we just add port var
[SRC] NodeJS filter/proxy starter 07/31/2020 - SRO PServer Guides & Releases - 14 Replies #MOVED
https://www.elitepvpers.com/forum/sro-coding-corn er/4793525-wip-node-sr-proxy-nodejs-silkroad-proxy .html
- close this thread if ya want.
[NodeJS] Silkroad Security API + clientless example 05/01/2020 - SRO Coding Corner - 5 Replies Hello everyone,
Just releasing my Silkroad Security API wrapper for node.js, it's not something big but you can do whatever you want with it, first of all I was rewritting all SilkroadSecurityAPI with javascript but it wasn't stable so I prefered to use the current API written in C++, biggest credits goes to Drew and WeeMan.
With this lib you can do whatever you want, I did a proxy but have to test all the performance, also a real clientless, moving share ect.. from a website. It can...
[PHP] [NODE.JS][SOCKET.IO] Steve - Twitch BOT [NODE.JS][SOCKET.IO][PHP] 07/18/2015 - Web Development - 0 Replies //Falsche Sektion? Dann bitte ich einen Moderatoren meinen Thread in die richtige Sektion zu verschieben. Danke!
Steve
Was genau ist Steve?
Steve ist ein Aufpasser, ein visionär! Im endeffekt tut er das selbe wie die anderen Twitch Bot's.
Er achtet auf jede Kleinigkeit und sorgt dafür, dass ruhe und frieden im Chat herrscht, damit jeder einen angenehmen Stream genießen kann.
Welche Funktionen wird Steve beinhalten?
Jeder Benutzer hat ein freundliches Benutzerinterface, wo er den Bot...
sro.js Silkroad Security in JavaScript with Node.js 04/20/2013 - SRO Coding Corner - 0 Replies This is a simple port of pushedx SilkroadSecurity class to javascript.
You will need nodejs with the "long" packet for 64bit int support. You can install the "long" packet with the packetmanager "npm".
To run it simply run the "sro.js" file with node.
Code is horrible, but works.
Download : Here
NodeJS Arcade Game Website 09/25/2012 - Web Development - 5 Replies Ihr alle kennt sie, Flashgame Webseiten... Die Scripts gibts überall, sie sind vollautomatisch, bringen den Betreibern Geld ein und sind vor allem eins; Web 1.0 ... Flash ist tot, und da sich jede Laberbacke das Maul aufreisst über Flash, aber niemand die Marktlücke anpackt habe ich folgende Idee.
Ich habe in letzter Zeit mehrere kleine Spiele in NodeJS angefangen. Alle sind Multiplayertauglich und machen schon für kurze Zeit & länger Spass. Ich möchte nun eine dieser Flashgame Seiten...