mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fe19587c90
Redesign install system & New Medal System Artefact Holder [#ARTEFACT] WW Builder [#WWBUILDER] Great Store [#GREATSTORE] Wall Master [#WALLMASTER] Hero 99+ [#HERO100]
40 lines
1.8 KiB
Smarty
40 lines
1.8 KiB
Smarty
<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> |