mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-22 12:36:09 +00:00
feat: end screen should contain chmod info
This commit is contained in:
Regular → Executable
+13
@@ -21,6 +21,19 @@ Thanks for installing TravianZ.
|
|||||||
All the files are placed. The database is created, so you can now start playing on your own Travian.
|
All the files are placed. The database is created, so you can now start playing on your own Travian.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<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>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><h4>After Installation</h4></li>
|
||||||
|
<li>Protect folder /Admin with password protect directory</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<?php include("../GameEngine/config.php");
|
<?php include("../GameEngine/config.php");
|
||||||
$time = time();
|
$time = time();
|
||||||
rename("../install/","../installed_".$time);
|
rename("../install/","../installed_".$time);
|
||||||
|
|||||||
Reference in New Issue
Block a user