Taner has written
I want to enable the "Hard Stop" selection permanently. Can you point me in the right direction?
The RCON field is deleted whenever I click the "Serverlist" tab after saving my RCON.
The RCON field is deleted whenever I click the "Serverlist" tab after saving my RCON.
open the remote.php and then find the line of the hardstop and then overwrite the old with this line in there
1
<label><tr><td><input type="radio" name="radio" <? if ($_SESSION['state']==0){echo "DISABLED";} ?> value="3" /></td><td>Stop Server (Hard Stop)</td></tr></label>
uhm the only thing i could imagine is that you forget to press the edit button.
you can set the rcon password manually jsut open the mysql database then go into the server table and edit it there.