ok got the page back on now but it still doenst update
this is the template part i use for it maybe there is the error
PHP Code:
<!--START BATTLE SYSTEM UPDATER-->
<if condition="$show['admincplink']">
<fieldset class="fieldset">
<legend>Battle System Updater (ADMIN VIEW ONLY)</legend>
<div style="padding:$stylevar[formspacer]px">
<div>
Winner Id <br><form action="newreply.php" name="name" method="update"><input type="textfield" name="winner" value="$winner"><br>vs <br>Loser Id<br><input type="textfield" name="losser" value="$losser"><input type=submit name=verzenden></form></div>
</fieldset>
</if>
<!--END BATTLE SYSTEM UPDATER-->