diff --git a/Admin/Templates/config.tpl b/Admin/Templates/config.tpl index a64fa66c..ab5d607d 100644 --- a/Admin/Templates/config.tpl +++ b/Admin/Templates/config.tpl @@ -158,66 +158,66 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN); - +
Plus Settings
- + - + - + - + - + - + - + - + - + - + - + - + - + - +
PayPal E-Mail Address ?
Payment Currency ?
Package "A" Amount of Gold ?
Package "A" Amount of Price ?
Package "B" Amount of Gold ?
Package "B" Amount of Price ?
Package "C" Amount of Gold ?
Package "C" Amount of Price ?
Package "D" Amount of Gold ?
Package "D" Amount of Price ?
Package "E" Amount of Gold ?
Package "E" Amount of Price ?
Plus account duration ? = 86400){ echo ''.(PLUS_TIME/86400).' Days'; } else if(PLUS_TIME < 86400){ echo ''.(PLUS_TIME/3600).' Hours'; } ?>
+25% production duration ? = 86400){ echo ''.(PLUS_PRODUCTION/86400).' Days'; } else if(PLUS_PRODUCTION < 86400){ echo ''.(PLUS_PRODUCTION/3600).' Hours'; } ?>
@@ -225,46 +225,46 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN); - +
Log Settings
- - + + - + - + - + - + - + - + - + - +
VariableValue
Log Build ? Enabled"; } else if(LOG_BUILD == false){ echo "Disabled"; } ?>
Log Technology ? Enabled"; } else if(LOG_TECH == false){ echo "Disabled"; } ?>
Log Login ? Enabled"; } else if(LOG_LOGIN == false){ echo "Disabled"; } ?>
Log Gold ? Enabled"; } else if(LOG_GOLD_FIN == false){ echo "Disabled"; } ?>
Log Admin ? Enabled"; } else if(LOG_ADMIN == false){ echo "Disabled"; } ?>
Log War ? Enabled"; } else if(LOG_WAR == false){ echo "Disabled"; } ?>
Log Market ? Enabled"; } else if(LOG_MARKET == false){ echo "Disabled"; } ?>
Log Illegal ? Enabled"; } else if(LOG_ILLEGAL == false){ echo "Disabled"; } ?>
@@ -272,26 +272,26 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN); - +
Newsbox Settings
- - + + - + - + - + @@ -318,8 +318,8 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
VariableValue
Newsbox 1 ? Enabled"; } else if(NEWSBOX1 == false){ echo "Disabled"; } ?>
Newsbox 2 ? Enabled"; } else if(NEWSBOX2 == false){ echo "Disabled"; } ?>
Newsbox 3 ? Enabled"; } else if(NEWSBOX3 == false){ echo "Disabled"; } ?>
- - + + @@ -361,8 +361,8 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
VariableValue
Hostname
- - + + @@ -383,8 +383,8 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
VariableValue
Limit Mailbox
- - + + diff --git a/Admin/Templates/editLogSet.tpl b/Admin/Templates/editLogSet.tpl index 5fd06c9b..53c0b29d 100644 --- a/Admin/Templates/editLogSet.tpl +++ b/Admin/Templates/editLogSet.tpl @@ -13,19 +13,19 @@ if (!isset($_SESSION)) { } if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN); ?> -

Server Configuration

+


VariableValue
Admin Email
- + - + - + - + - + - + - + - + - +
Edit Log Setting
Log Building ?
Log Tech ?
Log Login ?
Log Gold ?
Log Admin ?
Log War ?
Log Market ?
Log Illegal ?

- +
<< back
<<
diff --git a/Admin/Templates/editNewsboxSet.tpl b/Admin/Templates/editNewsboxSet.tpl index 2d4d31e2..1bea34d7 100644 --- a/Admin/Templates/editNewsboxSet.tpl +++ b/Admin/Templates/editNewsboxSet.tpl @@ -13,19 +13,19 @@ if (!isset($_SESSION)) { } if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN); ?> -

Server Configuration

+


- + - + - + - +
Edit Newsbox Settings
Newsbox 1 ?
Newsbox 2 ?
Newsbox 3 ?

- +
<< back
<<
diff --git a/Admin/Templates/editPlusSet.tpl b/Admin/Templates/editPlusSet.tpl index 9ac76eb8..9a63d1ff 100644 --- a/Admin/Templates/editPlusSet.tpl +++ b/Admin/Templates/editPlusSet.tpl @@ -18,29 +18,28 @@ function refresh(tz) { document.getElementById('tz').innerHTML=tz; } -

Plus Configuration

+


- + + ? + - + - +
Edit Plus Setting
- PayPal E-Mail -
(must be Business or Premier account) -
- Payment Currency + ? @@ -49,7 +48,7 @@ function refresh(tz) {
- Package "A" Amount of Gold + ? @@ -57,7 +56,7 @@ function refresh(tz) {
- Package "A" Price + ? @@ -66,7 +65,7 @@ function refresh(tz) {
- Package "B" Amount of Gold + ? @@ -74,7 +73,7 @@ function refresh(tz) {
- Package "B" Price + ? @@ -83,7 +82,7 @@ function refresh(tz) {
- Package "C" Amount of Gold + ? @@ -91,7 +90,7 @@ function refresh(tz) {
- Package "C" Price + ? @@ -100,7 +99,7 @@ function refresh(tz) {
- Package "D" Amount of Gold + ? @@ -108,7 +107,7 @@ function refresh(tz) {
- Package "D" Price + ? @@ -117,7 +116,7 @@ function refresh(tz) {
- Package "E" Amount of Gold + ? @@ -125,7 +124,7 @@ function refresh(tz) {
- Package "E" Price + ? @@ -133,7 +132,7 @@ function refresh(tz) {
Plus account duration ?
+25% production duration ?

- +
<< back
<<
diff --git a/GameEngine/Lang/en.php b/GameEngine/Lang/en.php index fa404081..0c0252e5 100755 --- a/GameEngine/Lang/en.php +++ b/GameEngine/Lang/en.php @@ -1249,6 +1249,7 @@ To build a World Wonder, you must own the Construction Plans yourself (you = the define("WWVILLAGE","WW village"); //Admin setting - Admin/Templates/config.tpl & editServerSet.tpl +define("EDIT_BACK","Back"); define("SERV_CONFIG","Server Configuration"); define("SERV_SETT","Server Settings"); define("EDIT_SERV_SETT","Edit Server Settings"); @@ -1314,6 +1315,70 @@ define("CONF_SERV_ERRORREPORT","Error Reporting"); define("CONF_SERV_ERRORREPORT_TOOLTIP","Enable (Yes) or disable (No) the display of error reports on the game server."); //Admin setting - Admin/Templates/config.tpl & editPlusSet.tpl +define("PLUS_CONFIGURATION","Plus Configuration"); +define("PLUS_SETT","Plus Settings"); +define("EDIT_PLUS_SETT","Edit Plus Setting"); +define("EDIT_PLUS_SETT1","Edit PLUS Setting"); +define("CONF_PLUS_PAYPALEMAIL","PayPal E-Mail Address"); +define("CONF_PLUS_PAYPALEMAIL_TOOLTIP","The E-Mail Address specified at registration on PayPal.
Must be Business or Premier account!"); +define("CONF_PLUS_CURRENCY","Payment Currency"); +define("CONF_PLUS_CURRENCY_TOOLTIP","The currency to be used for payment."); +define("CONF_PLUS_PACKAGEGOLDA","Package \"A\" Amount of Gold"); +define("CONF_PLUS_PACKAGEGOLDA_TOOLTIP","The amount of gold issued for the payment of the package \"A\"."); +define("CONF_PLUS_PACKAGEPRICEA","Package \"A\" Amount of Price"); +define("CONF_PLUS_PACKAGEPRICEA_TOOLTIP","The amount necessary to pay the cost of package \"A\"."); +define("CONF_PLUS_PACKAGEGOLDB","Package \"B\" Amount of Gold"); +define("CONF_PLUS_PACKAGEGOLDB_TOOLTIP","The amount of gold issued for the payment of the package \"B\"."); +define("CONF_PLUS_PACKAGEPRICEB","Package \"B\" Amount of Price"); +define("CONF_PLUS_PACKAGEPRICEB_TOOLTIP","The amount necessary to pay the cost of package \"B\"."); +define("CONF_PLUS_PACKAGEGOLDC","Package \"C\" Amount of Gold"); +define("CONF_PLUS_PACKAGEGOLDC_TOOLTIP","The amount of gold issued for the payment of the package \"C\"."); +define("CONF_PLUS_PACKAGEPRICEC","Package \"C\" Amount of Price"); +define("CONF_PLUS_PACKAGEPRICEC_TOOLTIP","The amount necessary to pay the cost of package \"C\"."); +define("CONF_PLUS_PACKAGEGOLDD","Package \"D\" Amount of Gold"); +define("CONF_PLUS_PACKAGEGOLDD_TOOLTIP","The amount of gold issued for the payment of the package \"D\"."); +define("CONF_PLUS_PACKAGEPRICED","Package \"D\" Amount of Price"); +define("CONF_PLUS_PACKAGEPRICED_TOOLTIP","The amount necessary to pay the cost of package \"D\"."); +define("CONF_PLUS_PACKAGEGOLDE","Package \"E\" Amount of Gold"); +define("CONF_PLUS_PACKAGEGOLDE_TOOLTIP","The amount of gold issued for the payment of the package \"E\"."); +define("CONF_PLUS_PACKAGEPRICEE","Package \"E\" Amount of Price"); +define("CONF_PLUS_PACKAGEPRICEE_TOOLTIP","The amount necessary to pay the cost of package \"E\"."); +define("CONF_PLUS_ACCDURATION","Plus account duration"); +define("CONF_PLUS_ACCDURATION_TOOLTIP","The duration of the game function Plus for the account at the time of activation by the player."); +define("CONF_PLUS_PRODUCTDURATION","+25% production duration"); +define("CONF_PLUS_PRODUCTDURATION_TOOLTIP","The duration of the game function +25% production duration for the account at the time of activation by the player."); + +//Admin setting - Admin/Templates/config.tpl & editLogSet.tpl +define("LOG_SETT","Log Settings"); +define("EDIT_LOG_SETT","Edit Log Setting"); +define("CONF_LOG_BUILD","Log Build"); +define("CONF_LOG_BUILD_TOOLTIP","Enable (Yes) or disable (No) the display of logs for the construction of buildings in the village."); +define("CONF_LOG_TECHNOLOGY","Log Technology"); +define("CONF_LOG_TECHNOLOGY_TOOLTIP","Enable (Yes) or disable (No) display logs to improve troops in Blacksmith and Armoury."); +define("CONF_LOG_LOGIN","Log Login"); +define("CONF_LOG_LOGIN_TOOLTIP","Enable (Yes) or disable (No) the display logs players login the game."); +define("CONF_LOG_GOLD","Log Gold"); +define("CONF_LOG_GOLD_TOOLTIP","Enable (Yes) or disable (No) the display of gold use logs in-game by players."); +define("CONF_LOG_ADMIN","Log Admin"); +define("CONF_LOG_ADMIN_TOOLTIP","Enable (Yes) or disable (No) the display of logs for administrator actions in the control panel."); +define("CONF_LOG_WAR","Log War"); +define("CONF_LOG_WAR_TOOLTIP","Enable (Yes) or disable (No) the display of logs attacks on players in the game."); +define("CONF_LOG_MARKET","Log Market"); +define("CONF_LOG_MARKET_TOOLTIP","Enable (Yes) or disable (No) the display of the logs of the use of the market in the game by the players."); +define("CONF_LOG_ILLEGAL","Log Illegal"); +define("CONF_LOG_ILLEGAL_TOOLTIP","Enable (Yes) or disable (No) the display of illegal logs. (I do not know exactly what it is)"); + +//Admin setting - Admin/Templates/config.tpl & editNewsboxSet.tpl +define("NEWSBOX_SETT","Newsbox Settings"); +define("EDIT_NEWSBOX_SETT","Edit Newsbox Setting"); +define("EDIT_NEWSBOX1","Newsbox 1"); +define("EDIT_NEWSBOX1_TOOLTIP","Enable or disable the display of the Newsbox 1. Displayed on the authorization page and on the game pages."); +define("EDIT_NEWSBOX2","Newsbox 2"); +define("EDIT_NEWSBOX2_TOOLTIP","Enable or disable the display of the Newsbox 2. Displayed on the authorization page and on the game pages."); +define("EDIT_NEWSBOX3","Newsbox 3"); +define("EDIT_NEWSBOX3_TOOLTIP","Enable or disable the display of the Newsbox 3. Displayed on the authorization page and on the game pages."); + +//Admin setting - Admin/Templates/config.tpl SQL Settings /* diff --git a/img/admin/admin.css b/img/admin/admin.css index 53ea6810..0980634b 100644 --- a/img/admin/admin.css +++ b/img/admin/admin.css @@ -588,6 +588,7 @@ input#btn_search {width:97px; background-image: url(b/search.gif);} .tooltip:hover span { font-family: Calibri, Tahoma, Geneva, sans-serif; + font-size: 1.2em; position: absolute; left: 1em; top: 2em;