mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-02 16:37:15 +00:00
@@ -11,10 +11,7 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
||||||
############ Check Update #############
|
############ Check Update #############
|
||||||
if(isset($_GET['c']))
|
copy("http://travian.gamingcrazy.net/Update/update_latest.tpl", "Templates/update_latest.tpl");
|
||||||
{
|
|
||||||
copy("http://travian.gamingcrazy.net/Update/update_latest.tpl", "Templates/update_latest.tpl");
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
$ver="15";
|
$ver="16";
|
||||||
?>
|
?>
|
||||||
+5
-1
@@ -38,6 +38,10 @@ class timeFormatGenerator
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
$timeformat = new timeFormatGenerator;
|
$timeformat = new timeFormatGenerator;
|
||||||
|
|
||||||
|
include('Templates/ver.tpl');
|
||||||
|
include('Templates/update_latest.tpl');
|
||||||
|
$up_avl = $latest - $ver ;
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
@@ -93,7 +97,7 @@ $timeformat = new timeFormatGenerator;
|
|||||||
<a href="<?php echo HOMEPAGE; ?>">Server Homepage</a>
|
<a href="<?php echo HOMEPAGE; ?>">Server Homepage</a>
|
||||||
<a href="admin.php">Control Panel Home</a>
|
<a href="admin.php">Control Panel Home</a>
|
||||||
<a href="<?php echo SERVER; ?>dorf1.php">Return to the server</a>
|
<a href="<?php echo SERVER; ?>dorf1.php">Return to the server</a>
|
||||||
<a href="?p=update"><font color="Red"><b>Server Update</font></b></a>
|
<a href="?p=update"><font color="Red"><b>Server Update (<?php echo $up_avl; ?>)</font></b></a>
|
||||||
<br />
|
<br />
|
||||||
<a href="?action=logout">Logout</a>
|
<a href="?action=logout">Logout</a>
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||||
## --------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------------------- ##
|
||||||
## Edited by: ZZJHONS, songeriux ##
|
## Edited by: akshay9, ZZJHONS, songeriux ##
|
||||||
## Filename Database.php ##
|
## Filename Database.php ##
|
||||||
## License: TravianX Project ##
|
## License: TravianX Project ##
|
||||||
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
|
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -133,8 +133,8 @@ echo "<div class=\"headline\"><span class=\"f10 c5\">Error creating constant.php
|
|||||||
<td><span class="f9 c6">DB name:</span></td><td><input type="text" name="sdb" id="sdb"></td></tr><tr>
|
<td><span class="f9 c6">DB name:</span></td><td><input type="text" name="sdb" id="sdb"></td></tr><tr>
|
||||||
<td><span class="f9 c6">Prefix:</span></td><td><input type="text" name="prefix" id="prefix" value="s1_" size="5"></td></tr>
|
<td><span class="f9 c6">Prefix:</span></td><td><input type="text" name="prefix" id="prefix" value="s1_" size="5"></td></tr>
|
||||||
<td><span class="f9 c6">Type:</span></td><td><select name="connectt">
|
<td><span class="f9 c6">Type:</span></td><td><select name="connectt">
|
||||||
<option value="0" selected="selected">MYSQL</option>
|
<option value="0">MYSQL</option>
|
||||||
<option value="1" disabled="disabled">MYSQLi (NOT DONE)</option>
|
<option value="1" selected="selected">MYSQLi</option>
|
||||||
</select></td></tr>
|
</select></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user