1. hi, i have a rank web, there is some plugin that on some event execute a command line on my cmd server?
     
  2. Wulf

    Wulf Community Admin

    That would be RCON, and there are PHP scripts out there for that.
     
  3. what you mean i only found the exec function but is for cmd server? how to connect web with the server?
     
  4. Wulf

    Wulf Community Admin

    One example in JS + HTML: GitHub - Facepunch/webrcon at gh-pages
     
  5. wow i never heared about rcon with webs this connect the cmd for use exec right? with this code ?
    {
    "name": "webrcon",
    "description": "Game server Rcon, using websockets",
    "repository": {
    "type": "git",
    "url": "GitHub - Facepunch/webrcon: Game server rcon, using websockets"
    },
    "scripts": {
    "server": "http-server -p 8888",
    "start": "npm run server"
    },
    "devDependencies": {
    "http-server": "^0.9.0"
    }
    }
    [DOUBLEPOST=1516579174][/DOUBLEPOST]
    this could work too ? RustMan-php/rust.rcon.php at master · Gachl/RustMan-php · GitHub