diff --git a/hwe/a_status.php b/hwe/a_status.php
index 7bb0fd39..cc69ee98 100644
--- a/hwe/a_status.php
+++ b/hwe/a_status.php
@@ -31,6 +31,7 @@ if($con >= 2) { printLimitMsg($me['turntime']); exit(); }
세력도
+
diff --git a/hwe/b_diplomacy.php b/hwe/b_diplomacy.php
index 1ee8dd2e..d6225262 100644
--- a/hwe/b_diplomacy.php
+++ b/hwe/b_diplomacy.php
@@ -55,6 +55,7 @@ for($i=0; $i < $nationcount; $i++) {
중원정보
+
diff --git a/hwe/index.php b/hwe/index.php
index 8301996f..bdb0842e 100644
--- a/hwe/index.php
+++ b/hwe/index.php
@@ -68,6 +68,7 @@ $scenario = $admin['scenario_text'];
+
diff --git a/hwe/js/map.js b/hwe/js/map.js
index 00d441c5..8cdc9d02 100644
--- a/hwe/js/map.js
+++ b/hwe/js/map.js
@@ -262,28 +262,28 @@ function reloadWorldMap(option){
if('color' in city && city.color !== null){
var $bgObj = $('');
$cityObj.append($bgObj);
- $bgObj.css({'background-image':'url(/images/b{0}.png)'.format(convColorValue(city.color))});
+ $bgObj.css({'background-image':'url({0}/b{1}.png)'.format(pathConfig.gameImage, convColorValue(city.color))});
}
var $linkObj = $('');
$linkObj.data({'text':city.text,'nation':city.nation,'id':city.id});
$cityObj.append($linkObj);
- var $imgObj = $('
'.format(city.level));
+ var $imgObj = $('
'.format(pathConfig.gameImage, city.level));
$linkObj.append($imgObj);
if(city.state > 0){
- var $stateObj = $('
'.format(city.state));
+ var $stateObj = $('
'.format(pathConfig.gameImage, city.state));
$linkObj.append($stateObj);
}
if(city.nationId && city.nationId > 0){
var flagType = city.supply?'f':'d';
- var $flagObj = $('
'.format(flagType, convColorValue(city.color)));
+ var $flagObj = $('
'.format(pathConfig.gameImage, flagType, convColorValue(city.color)));
if(city.isCapital){
- var $capitalObj = $('
');
+ var $capitalObj = $('
'.format(pathConfig.gameImage));
$flagObj.append($capitalObj);
}
$imgObj.append($flagObj);
diff --git a/hwe/processing.php b/hwe/processing.php
index b62d7c90..ea05c4e0 100644
--- a/hwe/processing.php
+++ b/hwe/processing.php
@@ -118,6 +118,7 @@ function starter($name, $type=0) {
+
diff --git a/hwe/templates/msg_plate.php b/hwe/templates/msg_plate.php
index 48e4df2f..ee4b183a 100644
--- a/hwe/templates/msg_plate.php
+++ b/hwe/templates/msg_plate.php
@@ -24,7 +24,7 @@
-
+
diff --git a/i_entrance/admin_userlist.html b/i_entrance/admin_userlist.html
index b4e2c145..59044fc3 100644
--- a/i_entrance/admin_userlist.html
+++ b/i_entrance/admin_userlist.html
@@ -7,11 +7,13 @@
+
-
+
+
diff --git a/i_entrance/j_get_user_info.php b/i_entrance/j_get_user_info.php
index ed2afbe4..a34d2bf5 100644
--- a/i_entrance/j_get_user_info.php
+++ b/i_entrance/j_get_user_info.php
@@ -12,7 +12,7 @@ $db = RootDB::db();
$member = $db->queryFirstRow('SELECT `id`, `name`, `grade`, `picture` FROM `MEMBER` WHERE `NO` = %i', $userID);
if(!$member['picture']){
- $picture = ServConfig::$sharedIconPath.'/default.jpg';
+ $picture = ServConfig::getSharedIconPath().'/default.jpg';
}
else{
$picture = $member['picture'];
@@ -26,7 +26,7 @@ else{
$picture = AppConf::getUserIconPathWeb().'/'.$picture;
}
else{
- $picture = ServConfig::$sharedIconPath.'/'.$picture;
+ $picture = ServConfig::getSharedIconPath().'/'.$picture;
}
}
diff --git a/i_entrance/j_get_userlist.php b/i_entrance/j_get_userlist.php
index d8b1ff2a..fce81770 100644
--- a/i_entrance/j_get_userlist.php
+++ b/i_entrance/j_get_userlist.php
@@ -22,7 +22,7 @@ foreach($db->query('SELECT member.*, max(member_log.date) as loginDate from memb
$icon = AppConf::getUserIconPathWeb().'/'.$member['PICTURE'];
}
else{
- $icon = ServConfig::$sharedIconPath.'/'.$member['PICTURE'];
+ $icon = ServConfig::getSharedIconPath().'/'.$member['PICTURE'];
}
$userList[] = [
diff --git a/i_entrance/j_icon_change.php b/i_entrance/j_icon_change.php
index 1089f075..ddb34941 100644
--- a/i_entrance/j_icon_change.php
+++ b/i_entrance/j_icon_change.php
@@ -65,7 +65,7 @@ if(!is_uploaded_file($image['tmp_name'])) {
while(true){
$newPicName = dechex(rand(0x000000f,0xfffffff)).$newExt;
- $dest = ROOT.'/d_pic/'.$newPicName;
+ $dest = AppConf::getUserIconPathFS().$newPicName;
if(file_exists($dest)){
continue;
}
diff --git a/i_entrance/user_info.html b/i_entrance/user_info.html
index 38d57633..1cdcc195 100644
--- a/i_entrance/user_info.html
+++ b/i_entrance/user_info.html
@@ -1,22 +1,23 @@
-
-
- 계정 관리
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ 계정 관리
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -95,8 +96,8 @@
전용 아이콘 |
-
-
+
+
|
| |