mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-25 11:26:47 +08:00
The first release of the refactored version
It's still a work in progress, there are a lot of things that will change in the final release
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<Files ~ "\.tpl$">
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Files>
|
||||
@@ -0,0 +1,4 @@
|
||||
<Files ~ "\.tpl$">
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Files>
|
||||
@@ -0,0 +1 @@
|
||||
<b><center>TravianX</center></b>
|
||||
@@ -0,0 +1 @@
|
||||
<b><center>TravianX</center></b>
|
||||
@@ -0,0 +1 @@
|
||||
<b><center>TravianX</center></b>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
#################################################################################
|
||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
## --------------------------------------------------------------------------- ##
|
||||
## Filename 404.tpl ##
|
||||
## Developed by: aggenkeech ##
|
||||
## License: TravianX Project ##
|
||||
## Copyright: TravianX (c) 2010-2012. All rights reserved. ##
|
||||
## ##
|
||||
#################################################################################
|
||||
?>
|
||||
<div style="margin-top: 50px;">
|
||||
<div style="text-align: center">
|
||||
<h1>404 - File not found</h1>
|
||||
<img src="../../gpack/travian_default/img/misc/404.gif" title="Not Found" alt="Not Found"><br />
|
||||
<p>We looked 404 times already but can't find anything, Not even an X marking the spot.</p>
|
||||
<p>This system is not complete yet. So the page probably does not exist.</p><br>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,59 @@
|
||||
<h5><img src="assets/img/en/t2/newsbox1.gif" alt="newsbox 1"></h5>
|
||||
|
||||
{assign var=peaceSystem value=[
|
||||
{$smarty.const.PEACE_NONE},
|
||||
{$smarty.const.PEACE_NORMAL},
|
||||
{$smarty.const.PEACE_CHRISTMAS},
|
||||
{$smarty.const.PEACE_NEW_YEAR},
|
||||
{$smarty.const.PEACE_EASTER},
|
||||
{$smarty.const.PEACE_MAINTENANCE}
|
||||
]}
|
||||
|
||||
<div class="news">
|
||||
<table>
|
||||
<tr>
|
||||
<td align="left"><b>Online Users</b></td>
|
||||
<td>: <font color="Red"><b>{$onlineUsers|default:0} users</b></font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Server Speed</b></td>
|
||||
<td><b>: <font color="Red">{$smarty.const.SPEED}x</font></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Troop Speed</b></td>
|
||||
<td><b>: <font color="Red">{$smarty.const.INCREASE_SPEED}x</font></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Evasion Speed</b></td>
|
||||
<td><b>: <font color="Red">{$smarty.const.EVASION_SPEED}</font></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Map Size</b></td>
|
||||
<td><b>: <font color="Red">{$smarty.const.WORLD_MAX}x{$smarty.const.WORLD_MAX}</font></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Village Exp.</b></td>
|
||||
<td><b>: <font color="Red">{if $smarty.const.cp} {$smarty.const.EXP_FAST} {else} {$smarty.const.EXP_SLOW} {/if}</font></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Beginners Prot.</b></td>
|
||||
<td><b>: <font color="Red">{$smarty.const.PROTECTION / 3600} hrs</font></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Medal Interval</b></td>
|
||||
<td><b>: <font color="Red">{$smarty.const.MEDALINTERVAL / 86400} {if $smarty.const.MEDALINTERVAL >= 86400} Days {else} Hours {/if}</font></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Server Start</b></td>
|
||||
<td><b>: <font color="Red">{$smarty.const.START_DATE}</font></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Peace system</b></td>
|
||||
<td><b>: <font color="Red">{$peaceSystem[$smarty.const.PEACE]}</font></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Best Player</b></td>
|
||||
<td><b>: <font color="Red">{$topRanked|default:$smarty.const.NOBODY}</font></b></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@@ -0,0 +1,35 @@
|
||||
<h5><img src="assets/img/en/t2/newsbox2.gif" alt="newsbox 2"></h5>
|
||||
<div class="news">
|
||||
<table>
|
||||
{foreach $natarsSpawnTimeArray as $index => $natarsSpawnTime}
|
||||
<tr>
|
||||
<td>
|
||||
<b>
|
||||
{if $natarsSpawnArray[$index]}
|
||||
|
||||
{$natarsTextArray[1][$index]}
|
||||
|
||||
{else}
|
||||
|
||||
{$natarsTextArray[0][$index]}
|
||||
|
||||
{/if}
|
||||
</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>:
|
||||
<font color="Red">
|
||||
{if $natarsSpawnArray[$index]}
|
||||
{$smarty.const.RELEASED}
|
||||
{else}
|
||||
{assign var=time value=$smarty.const.START_DATE|@strtotime}
|
||||
{assign var=interval value=$natarsSpawnTime * 86400 + $time}
|
||||
{$interval|date_format:'%d.%m.%y'}
|
||||
{/if}
|
||||
</font>
|
||||
</b>
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
</div>
|
||||
@@ -0,0 +1,11 @@
|
||||
<h5><img src="assets/img/en/t2/newsbox3.gif" alt="newsbox 3"></h5>
|
||||
<div class="news">
|
||||
<div style="text-align: center"><b>TravianZ by Shadow</b></div><br />
|
||||
<b>Version: <font color="Red">v9.0.0</font></b><br />
|
||||
<b>Major Changes:</b> Over 120 bugs fixed, artifacts fully fixed, catapults and rams fully fixed, automated Natars/Artifacts/WW villages/WW building plans, new battle formula (more precise than the old one), automatic artifacts activation, rewritten a lot of code. See more in readme file!<br />
|
||||
<b>Minor Changes:</b> New forum system, Travian-like trapper formula, fixed master builder, double research queue in blacksmith and armoury with plus<br />
|
||||
<b>Script Price:</b> FREE!<br /><br />
|
||||
<div style="text-align: center;font-weight: bold;text-decoration: underline">Released by: TravianZ Team</div><br />
|
||||
<div style="text-align: center;font-weight: bold">Visit: <a href="http://forum.ragezone.com/f583/travianz-version-modified-shadow-many-967580/">RageZone.com</a></div><br />
|
||||
<div style="text-align: center;font-weight: bold;text-decoration: underline">Download from <a href="https://github.com/Shadowss/TravianZ/archive/master.zip">Github</a></div><br />
|
||||
</div>
|
||||
Reference in New Issue
Block a user