Server Rcon - php

Discussion in 'Rust Discussion' started by Kuliu, Feb 11, 2017.

  1. I've tried finding methods of connecting to my server via my website so I can have automatic systems for my players to unlock ranks. I currently cant find any working ways to get an Rcon connection to my server through php. I can get a connection with Javascript using websockets but that isn't very viable due to js being client side. I've also tried using php libraries that advertise themselves as websocket clients but every time I try to connect to my server Rcon it will timeout. Why does the Rust Rcon advertise its self as Source compatible when it actually isn't. Regardless does anyone know any methods of getting an Rcon connection through php?

    P.S: I've tried looking to using the MySQL extension for oxide but my website host doesnt allow remote mysql. (regardless its hacky anyway doing it that method with my setup)
     
  2. i use ASP .NET for website, it's simple
     
  3. Does no one else have this issue?