Search results

    1. N

      Update player's data from external code (php, linux sheel script,..)

      I organized the future php API: here is an exemple of use: I \'ll release the \'alpha\' sources soon :)
    2. N

      Update player's data from external code (php, linux sheel script,..)

      here\'s a begining from the php reader: this code read the credits $data = file_get_contents(\"ENTITY_PLAYERSTATE_Nyl.ent\"); $match = preg_match(\'/(?:credits)(.+)(?:spawn)/\', $data, $matches); $byteCredit = $matches[1]; echo \"Binary String:\\n\"...
    3. N

      Update player's data from external code (php, linux sheel script,..)

      Thanks a lot for that :) yeash a jar file would be amazing ! I \'ll also try to make a php reader and writer, I think it\'s safer than calling sheel script from the web server .
    4. N

      Update player's data from external code (php, linux sheel script,..)

      The file is named \"ENTITY_PLAYERSTATE_.ent\" Sounds like a binary file. If we could find the serializer in the sources.. OR send admin commands with the shell (not safe)
    5. N

      Update player's data from external code (php, linux sheel script,..)

      Hi, I 'd like to make a donation system for my server, the system will reward givers with in game money or items. is it possible to update players datas like credits from a php code or shell script? If yes, how? Thanks