Redesign install system & New Medal System

Redesign install system & New Medal System

Artefact Holder			[#ARTEFACT]
WW Builder			[#WWBUILDER]
Great Store			[#GREATSTORE]
Wall Master			[#WALLMASTER]
Hero 99+			[#HERO100]
This commit is contained in:
novgorodschi catalin
2026-05-26 10:42:28 +03:00
parent 8c3ab3e5eb
commit fe19587c90
21 changed files with 907 additions and 1389 deletions
+39 -50
View File
@@ -1,51 +1,40 @@
<br>
<h4>&nbsp;&nbsp;Disclaimer</h4>
<ul>
<li>Along with the installation/usage of this game, you shall be fully responsible for any legal results that may raised initiated by the owners of any unlicensed content you permit your copy of this game to publish.</li>
<li>Neither the team that created this script nor the team that customised it to create this distribution/release shall be responsible for any damage done to your computer/server system.</li>
<li>All code was confirmed to be running correctly by the creation team without any visible security risk they were aware of at the time the released it. Similarly for the customisation team who customised it to create this distribution/release.</li>
<li>Users are asked to review the code on their own accord and behalf.</li>
<li>Any customization to the source code are the property of each customisation's author, it is up to each author's discretion whether to share it by including it in free open source distributions such as this one.</li>
<li><b>You have no rights to edit copyright notices or/and claim this script as your own.</b></li>
<li>Last but not least, Enjoy.</li>
</ul>
<br>
<ul>
<li><h4>Before Installation (Linux):</h4></li>
<li>CHMOD install to 777 (chmod -R 777 install)</li>
<li>CHMOD GameEngine to 777 (chmod -R 777 GameEngine)</li>
<li><h4>After Installation</h4></li>
<li>Delete install folder (sudo rm -R install)</li>
<li>CHMOD GameEngine back to 755 (sudo chmod -R 755 GameEngine)</li>
<li>CHMOD Prevention to 777 (sudo chmod -R 777 GameEngine/Prevention)</li>
<li>CHMOD Notes to 777 (sudo chmod -R 777 GameEngine/Notes)</li>
<li>CHMOD var/log to 777 (sudo chmod -R 777 var/log)</li>
</ul>
<ul>
<li><h4>After Installation</h4></li>
<li>Protect folder /Admin with password protect directory</li>
</ul>
<div class="lbox">
TravianZ Team
</div>
<br>
<center>
<form>
<input type="button" name="next" value="Next" onclick="location.href='?s=1'">
</form>
</center>
<div class="card">
<h3 style="margin:0 0 8px;font-size:16px;">⚠️ Disclaimer</h3>
<ul style="margin:0;padding-left:18px;line-height:1.6;color:#334155;">
<li>Along with the installation/usage of this game, you shall be fully responsible for any legal results...</li>
<li>Neither the team that created this script nor the team that customised it shall be responsible for any damage...</li>
<li>All code was confirmed to be running correctly by the creation team...</li>
<li>Users are asked to review the code on their own accord.</li>
<li>Any customization to the source code are the property of each author's discretion.</li>
<li><b>You have no rights to edit copyright notices or/and claim this script as your own.</b></li>
<li>Last but not least, Enjoy.</li>
</ul>
</div>
<div class="grid-2">
<div class="card">
<h3 style="margin:0 0 8px;">🐧 Before Installation (Linux)</h3>
<div style="font-family:ui-monospace;background:#0f172a;color:#e2e8f0;padding:10px;border-radius:8px;font-size:13px;">
chmod -R 777 install<br>chmod -R 777 GameEngine
</div>
</div>
<div class="card">
<h3 style="margin:0 0 8px;">✅ After Installation</h3>
<div style="font-family:ui-monospace;background:#0f172a;color:#e2e8f0;padding:10px;border-radius:8px;font-size:13px;">
rm -R install<br>
chmod -R 755 GameEngine<br>
chmod -R 777 GameEngine/Prevention<br>
chmod -R 777 GameEngine/Notes<br>
chmod -R 777 var/log
</div>
</div>
</div>
<div class="card">
<b>🔒 Protect /Admin</b> with password protect directory (.htaccess).
</div>
<div style="text-align:center;margin-top:16px;">
<a class="btn" href="?s=1">Next →</a>
<div style="margin-top:8px;color:#64748b;font-size:12px;">TravianZ Team</div>
</div>