Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
fe7de97
Update zh_tw.php
Lorex Dec 5, 2014
7584ccb
中文化用語
Lorex Dec 5, 2014
7c3fd54
修正 Constructing with master builder
Lorex Dec 5, 2014
7660a30
修正 costs / waiting loop
Lorex Dec 5, 2014
e4cd784
可建築清單介面中文化
Lorex Dec 5, 2014
d6b8676
地圖介面中文化
Lorex Dec 5, 2014
cdf49fb
派兵介面中文化
Lorex Dec 5, 2014
9ddb703
多項中文化
Lorex Dec 5, 2014
1fa2380
右側邊攔新聞框中文化
Lorex Dec 5, 2014
dececa7
Add todo
Inndy Dec 5, 2014
c9fec99
Remove trailing spaces
Inndy Dec 5, 2014
05303f0
Translate some template
Inndy Dec 5, 2014
0e0640b
Update zh_tw.php
TitansWeng Dec 5, 2014
3c8820f
Merge pull request #2 from TitansWeng/patch-1
Lorex Dec 5, 2014
3689cc6
404標題繁化
yoyo930021 Dec 5, 2014
20fc168
Merge pull request #1 from Inndy/master
Lorex Dec 5, 2014
85285b7
建築貯列中文化
Dec 5, 2014
4202ac5
Merge pull request #3 from yoyo930021/master
Lorex Dec 5, 2014
17b6627
Merge pull request #4 from jhihruei/master
Lorex Dec 5, 2014
f66b4e3
Correcting typo
Lorex Dec 6, 2014
35bffe4
Remove error_log, it shouldn't be in the repo
Inndy Dec 6, 2014
97176ff
Translate some template
Inndy Dec 6, 2014
309de61
Remove trailing spaces
Inndy Dec 6, 2014
24b5046
Translate some template
Inndy Dec 6, 2014
9518d5f
Translate "calculating time"
Inndy Dec 6, 2014
1ac6127
Translate "Server time"
Inndy Dec 6, 2014
7f37534
Translate some template
Inndy Dec 6, 2014
299386b
Translate "Yes", "No"
Inndy Dec 6, 2014
e51ef6b
Merge pull request #5 from Inndy/master
Lorex Dec 6, 2014
1ed8ed7
server local changes
Lorex Dec 6, 2014
cb63fde
Merge branch 'master' of https://github.com/Lorex/TravianZ_TW
Lorex Dec 6, 2014
bf0e7bf
Translate construction interface.
Lorex Dec 7, 2014
1398598
Translate "brewery.tpl"
Lorex Dec 7, 2014
c6f0655
Translate "brewery.tpl"
Lorex Dec 7, 2014
0b00841
Merge branch 'master' of https://github.com/Lorex/TravianZ_TW
Lorex Dec 7, 2014
f85ed09
Translate "residence"
Inndy Dec 8, 2014
5db13a2
Translate "Train"
Inndy Dec 8, 2014
8c0b4ad
Translate "Warehouse"
Inndy Dec 8, 2014
889f66b
Translate "Troops"
Inndy Dec 8, 2014
96428f8
Translate resource name
Inndy Dec 8, 2014
96f2f5e
Merge pull request #7 from Inndy/master
Lorex Dec 12, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion Admin/Mods/addTroops.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
mysql_select_db(SQL_DB);

if (!isset($_SESSION)) session_start();
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");

$id = $_POST['id'];
$village = $database->getVillage($id);
Expand Down
2 changes: 1 addition & 1 deletion Admin/Mods/cp.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
mysql_connect(SQL_SERVER, SQL_USER, SQL_PASS);
mysql_select_db(SQL_DB);
if (!isset($_SESSION)) session_start();
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");

$id = $_POST['id'];
$admid = $_POST['admid'];
Expand Down
2 changes: 1 addition & 1 deletion Admin/Mods/deletemedalbyuser.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
mysql_connect(SQL_SERVER, SQL_USER, SQL_PASS);
mysql_select_db(SQL_DB);
if (!isset($_SESSION)) session_start();
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");



Expand Down
2 changes: 1 addition & 1 deletion Admin/Mods/deletemedalbyweek.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
mysql_connect(SQL_SERVER, SQL_USER, SQL_PASS);
mysql_select_db(SQL_DB);
if (!isset($_SESSION)) session_start();
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");



Expand Down
2 changes: 1 addition & 1 deletion Admin/Mods/editUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
mysql_connect(SQL_SERVER, SQL_USER, SQL_PASS);
mysql_select_db(SQL_DB);
if (!isset($_SESSION)) session_start();
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");

$id = $_POST['id'];
$user = $database->getUserArray($id,1);
Expand Down
2 changes: 1 addition & 1 deletion Admin/Mods/gold.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
mysql_connect(SQL_SERVER, SQL_USER, SQL_PASS);
mysql_select_db(SQL_DB);
if (!isset($_SESSION)) session_start();
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");

$id = $_POST['id'];
$gold = $_POST['gold'];
Expand Down
2 changes: 1 addition & 1 deletion Admin/Mods/gold_1.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
mysql_connect(SQL_SERVER, SQL_USER, SQL_PASS);
mysql_select_db(SQL_DB);
if (!isset($_SESSION)) session_start();
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");

$id = $_POST['id'];
$admid = $_POST['admid'];
Expand Down
6 changes: 3 additions & 3 deletions Admin/Mods/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<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>
<p>我們已經找了肆佰零肆次次,但是連一隻螞蟻都沒發現。</p>
<p>這個系統尚未開發完成,還在等你的PR,所以你找不到這個頁面。</p><br>
</center>
</div>
</div>
2 changes: 1 addition & 1 deletion Admin/Mods/medals.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
mysql_select_db(SQL_DB);

if (!isset($_SESSION)) session_start();
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");

$medalid = $_POST['medalid'];
$uid = $_POST['uid'];
Expand Down
2 changes: 1 addition & 1 deletion Admin/Mods/renameVillage.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
mysql_select_db(SQL_DB);

if (!isset($_SESSION)) session_start();
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");

$did = $_POST['did'];
$name = $_POST['villagename'];
Expand Down
2 changes: 1 addition & 1 deletion Admin/Mods/sendMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
mysql_connect(SQL_SERVER, SQL_USER, SQL_PASS);
mysql_select_db(SQL_DB);
if (!isset($_SESSION)) session_start();
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");

$uid = $_POST['uid'];
$topic = $_POST['topic'];
Expand Down
6 changes: 3 additions & 3 deletions Admin/Templates/Newmessage.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if(isset($id))
<?php
if(isset($_GET['msg']))
{
echo "<font color=\"blue\">Message Sent</font>";
echo "<font color=\"blue\">訊息已送出</font>";
}
else
{
Expand All @@ -78,5 +78,5 @@ if(isset($id))
}
else
{
echo "<br /><br />Not found. <a href=\"javascript: history.go(-1)\"> Go Back</a>";
}?>
echo "<br /><br />找不到. <a href=\"javascript: history.go(-1)\"> 上一頁</a>";
}?>
Loading