Files
TravianZ/install/templates/dataform.tpl
T
2012-07-24 04:25:33 +03:00

25 lines
1.3 KiB
Smarty

<?php
//////////////////////////////////////////////////////////////////////////////////////////////////////
// TRAVIANX //
// Only for advanced users, do not edit if you dont know what are you doing! //
// Made by: Dzoki & Dixie (TravianX) //
// - TravianX = Travian Clone Project - //
// DO NOT REMOVE COPYRIGHT NOTICE! //
//////////////////////////////////////////////////////////////////////////////////////////////////////
if(isset($_GET['c']) && $_GET['c'] == 1) {
echo "<div class=\"headline\"><span class=\"f10 c5\">Error importing database. Check configuration.</span></div><br>";
}
?>
<form action="process.php" method="post" id="dataform">
<input type="hidden" name="substruc" value="1">
<p>
<span class="f10 c">Create SQL Structure</span>
<table>
<tr><td>Warning: This can take some time. Do not click, just wait till the next page has been loaded!</td></tr>
<tr><td><center><input type="submit" name="Submit" id="Submit" value="Create.."></center></td></tr>
</table>
</p>
</form>
</div>