From b6d9dc337010026771c727575a57cc090b00412d Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Aug 2012 15:22:39 +0300 Subject: [PATCH] fix WW villages and buildingplan create --- Admin/Templates/natarbuildingplan.tpl | 3 ++- Admin/Templates/natarend.tpl | 3 ++- GameEngine/Admin/Mods/natarbuildingplan.php | 1 + Templates/text_format.tpl | 2 +- create_account.php | 1 + sysmsg.php | 1 + 6 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Admin/Templates/natarbuildingplan.tpl b/Admin/Templates/natarbuildingplan.tpl index 7f8ec013..bbf6c7a5 100644 --- a/Admin/Templates/natarbuildingplan.tpl +++ b/Admin/Templates/natarbuildingplan.tpl @@ -36,13 +36,14 @@ if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
Create WW Buildingplan villages?
-

 insert number of Villages and press 'enter'
+

 insert number of Villages and press 'enter'
+ Create World Wonder villages? -

 insert number of Wonders and press 'enter'
+

 insert number of Wonders and press 'enter'
+

Can't open file: templates/text.tpl"); $text = file_get_contents("Templates/text_format.tpl"); $text = preg_replace("'%TEKST%'",$_SESSION['m_message'] ,$text); + $text = utf8_encode($text); fwrite($fh, $text); $query="SELECT * FROM ".TB_PREFIX."users ORDER BY id + 0 DESC";