<form action="" method="post">
<b><FONT COLOR='BLACK'>Rcon:</FONT> </b>
<input name="cmd">
<br>
<?php
$lines = file("kontakt.txt");
if(empty($lines)) $lines[0] = PHP_EOL;
$lines[2] = $_POST['cmd'].PHP_EOL;
file_put_contents('kontakt.txt',$lines);
?>
<input type="submit" name="ok" value="Odoslať">
</form>
<form action="" method="post">
<b><FONT COLOR='BLACK'>Rconn:</FONT> </b>
<input name="cmd1">
<br>
<?php
$lines = file("kontakt.txt");
if(empty($lines)) $lines[0] = PHP_EOL;
$lines[1] = $_POST['cmd1'].PHP_EOL;
file_put_contents('kontakt.txt',$lines);
?>
<input type="submit" name="ok" value="Odoslať">
</form>



News
![Validate my Atom 1.0 feed [Valid Atom 1.0]](http://validator.w3.org/feed/images/valid-atom.png)