------------------Replace-------------------
edit file s1/Templates/profile/overview.tpl in line 124
Replace :
PHP Code:
echo "<div class=\"cox\">(".$coor['x']."</div><div class=\"pi\">|</div><div class=\"coy\">".$coor['x'].")</div></td></tr>";
to :
PHP Code:
echo "<div class=\"cox\">(".$coor['x']."</div><div class=\"pi\">|</div><div class=\"coy\">".$coor['y'].")</div></td></tr>";
------------------Replace-------------------
edit file s1/install/process.php in line 33
Replace :
PHP Code:
$text = preg_replace("'%EMAILAUTH%'",$_POST['aemail'],$text);
to :
PHP Code:
$text = preg_replace("'%EMAILAUTH%'",$_POST['atemail'],$text);
------------------Replace-------------------
edit file s1/install/Templates/config.tpl in line 14
Replace :
PHP Code:
<td><span class="f9 c6">Auth Email:</span></td><td><input name="aemail" type="text" id="aemail" value="true"></td></tr><tr>
to :
PHP Code:
<td><span class="f9 c6">Auth Email:</span></td><td><input name="atemail" type="text" id="aemail" value="true"></td></tr><tr>
------------------Replace-------------------
This my disposal now, and i will check version and tell you that if any mistakes
sorry my language is bad