config.php Change $grandreset = 'number';
but im need php screept and qwery to change this
<?php
global $grandreset;
global $grandresetcredits;
if($grandreset != 1) { echo"This page is disabled";}
else
{
if(secure($_SESSION['user']) == true) { dogrand_reset(); }
elseif(isset($_POST['submit'])) { grand_reset(); }
else{
?>
<br>Each one sold reset is equivalent to One "Gr" in Rankings !
<br>1 Reset = <?php echo($grandresetcredits);?> Credits!
<table border=0 cellspacing=5 cellpadding=0>
<td width='250'>
<form name="" method="post" action="">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td width="70"><font color=#cccccc>Login ID :</td>
<td>
<input name="login" type="text" id="login" maxlength="10">
</td>
</tr>
<tr>
<td width="70"><font color=#cccccc>Password :</td>
<td><input name="password" type="password" id="password" maxlength="16">
</td>
</tr>
<tr>
<td width="70"> </td>
</tr>
<tr>
<tr>
<td width="100" align="right"><input type="submit" class=button name="submit" value="Submit"></td>
<td><input type="reset" class=button name="Submit2" value="Reset"></td>
</tr>
</table>
</form>
</div>
</td>
</table>
<?php
}
}
?>
need to transform 1 grand reset= 10 credits to 1 grand reset = 100 resets
Sory for bad English