I do not know, but maybe someone else is looking for them.
I've changed the code for myself, I think, and some have to.
I found them on the forum by chance
Run through run.bat before changing it
Set the pserver=
false
Then the address -server = will go to the post requests,when a person is authorized
Code:
NMServer -server=http://yourservename/api/login -port=47611 -pserver=true
name post request:
PHP Code:
$_POST['userID']
$_POST['password']
example
PHP Code:
<?php set_time_limit(2400); ini_set('session.gc_maxlifetime', 2400); if($_SERVER['REQUEST_METHOD'] == 'POST'){
$username = $_POST['userID']; $password = $_POST['password'];
$value = md5($username."".$password); setcookie("NPPv2", $value); echo('test body'); }
If you just run ex, it will be in private mode.
Also, if you do not set the Server parameter, the server will be set to
original
[Release] Vindictus - Page 16 - RaGEZONE - MMO development community
Download
source:
https://github.com/ulkyome/NMServer
complete
https://www.sendspace.com/file/v7pces
virustotal
https://www.virustotal.com/#/file-an...UwNTM0NDk0MA==