NMServer source

Results 1 to 7 of 7
  1. #1
    Member Ulkyome Dev is offline
    MemberRank
    Jun 2016 Join Date
    RussianLocation
    65Posts

    NMServer source

    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
    http://127.0.0.1/api/login
    original http://forum.ragezone.com/f944/relea...ml#post8658816
    Download
    source:
    https://github.com/ulkyome/NMServer
    complete
    https://www.sendspace.com/file/v7pces
    virustotal
    https://www.virustotal.com/#/file-an...UwNTM0NDk0MA==
    Last edited by Ulkyome Dev; 18-02-20 at 05:40 PM. Reason: reupload


  2. #2
    Account Upgraded | Title Enabled! jonnybravo is offline
    MemberRank
    Sep 2006 Join Date
    773Posts

    Re: NMServer source

    Do you want the token info?

  3. #3
    Member Ulkyome Dev is offline
    MemberRank
    Jun 2016 Join Date
    RussianLocation
    65Posts

    Re: NMServer source

    Quote Originally Posted by jonnybravo View Post
    Do you want the token info?
    yes,it would be nice
    Last edited by Ulkyome Dev; 14-09-17 at 07:15 PM.

  4. #4
    Apprentice ss958 is offline
    MemberRank
    Aug 2016 Join Date
    20Posts

    Re: NMServer source

    How does this thing connect to the database?

  5. #5
    Apprentice naynop is offline
    MemberRank
    Jun 2009 Join Date
    กรุงเLocation
    14Posts

    Re: NMServer source

    it can not download

  6. #6
    Member Ulkyome Dev is offline
    MemberRank
    Jun 2016 Join Date
    RussianLocation
    65Posts

    Re: NMServer source

    Quote Originally Posted by naynop View Post
    it can not download
    reupload

  7. #7
    Proficient Member memvoicam is offline
    MemberRank
    Nov 2014 Join Date
    JapanLocation
    179Posts

    Re: NMServer source

    Quote Originally Posted by Ulkyome Dev View Post
    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==

    how to setup it with Vindictus :(


    * fixed! can run OK, thanks @Ulkyome Dev
    Last edited by memvoicam; 13-05-21 at 06:26 AM.



Advertisement