Newbie Spellweaver
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
name post request:
example
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 http://forum.ragezone.com/f944/release-vindictus-1106627/index16.html#post8658816
Download
source:
complete
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:
$_POST['userID']
$_POST['password']
example
PHP:
<?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
http://127.0.0.1/api/login
original http://forum.ragezone.com/f944/release-vindictus-1106627/index16.html#post8658816
Download
source:
To view the content, you need to sign in or register
complete
To view the content, you need to sign in or register
To view the content, you need to sign in or register
virustotal
To view the content, you need to sign in or register
Last edited: