mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 08:34:33 +00:00
Merge branch 'master' of https://github.com/Shadowss/TravianZ.git
This commit is contained in:
+38
-38
@@ -158,66 +158,66 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
<table id="member">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><b><font color='#71D000'>P</font><font color='#FF6F0F'>l</font><font color='#71D000'>u</font><font color='#FF6F0F'>s</font></b> Settings <a href="admin.php?p=editPlusSet"><img src="../img/admin/edit.gif" title="Edit PLUS Setting"></a></th>
|
||||
<th><?php echo PLUS_SETT ?> <a href="admin.php?p=editPlusSet"><img src="../img/admin/edit.gif" title="<?php echo EDIT_PLUS_SETT1 ?>"></a></th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<table id="profile">
|
||||
<tr>
|
||||
<td>PayPal E-Mail Address</td>
|
||||
<td><?php echo CONF_PLUS_PAYPALEMAIL ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PAYPALEMAIL_TOOLTIP ?></span></em></td>
|
||||
<td><?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'martin@martinambrus.com'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Payment Currency</td>
|
||||
<td><?php echo CONF_PLUS_CURRENCY ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_CURRENCY_TOOLTIP ?></span></em></td>
|
||||
<td><?php echo (defined('PAYPAL_CURRENCY') ? PAYPAL_CURRENCY : 'EUR'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package "A" Amount of Gold</td>
|
||||
<td><?php echo CONF_PLUS_PACKAGEGOLDA ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDA_TOOLTIP ?></span></em></td>
|
||||
<td><?php echo (defined('PLUS_PACKAGE_A_GOLD') ? PLUS_PACKAGE_A_GOLD : 60); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package "A" Amount of Price</td>
|
||||
<td><?php echo CONF_PLUS_PACKAGEPRICEA ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICEA_TOOLTIP ?></span></em></td>
|
||||
<td><?php echo (defined('PLUS_PACKAGE_A_PRICE') ? PLUS_PACKAGE_A_PRICE : '1,99') . ' ' . (defined('PAYPAL_CURRENCY') ? PAYPAL_CURRENCY : 'EUR'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package "B" Amount of Gold</td>
|
||||
<td><?php echo CONF_PLUS_PACKAGEGOLDB ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDB_TOOLTIP ?></span></em></td>
|
||||
<td><?php echo (defined('PLUS_PACKAGE_B_GOLD') ? PLUS_PACKAGE_B_GOLD : 120); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package "B" Amount of Price</td>
|
||||
<td><?php echo CONF_PLUS_PACKAGEPRICEB ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICEB_TOOLTIP ?></span></em></td>
|
||||
<td><?php echo (defined('PLUS_PACKAGE_B_PRICE') ? PLUS_PACKAGE_B_PRICE : '4,99') . ' ' . (defined('PAYPAL_CURRENCY') ? PAYPAL_CURRENCY : 'EUR'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package "C" Amount of Gold</td>
|
||||
<td><?php echo CONF_PLUS_PACKAGEGOLDC ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDC_TOOLTIP ?></span></em></td>
|
||||
<td><?php echo (defined('PLUS_PACKAGE_C_GOLD') ? PLUS_PACKAGE_C_GOLD : 360); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package "C" Amount of Price</td>
|
||||
<td><?php echo CONF_PLUS_PACKAGEPRICEC ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICEC_TOOLTIP ?></span></em></td>
|
||||
<td><?php echo (defined('PLUS_PACKAGE_C_PRICE') ? PLUS_PACKAGE_C_PRICE : '9,99') . ' ' . (defined('PAYPAL_CURRENCY') ? PAYPAL_CURRENCY : 'EUR'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package "D" Amount of Gold</td>
|
||||
<td><?php echo CONF_PLUS_PACKAGEGOLDD ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDD_TOOLTIP ?></span></em></td>
|
||||
<td><?php echo (defined('PLUS_PACKAGE_D_GOLD') ? PLUS_PACKAGE_D_GOLD : 1000); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package "D" Amount of Price</td>
|
||||
<td><?php echo CONF_PLUS_PACKAGEPRICED ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICED_TOOLTIP ?></span></em></td>
|
||||
<td><?php echo (defined('PLUS_PACKAGE_D_PRICE') ? PLUS_PACKAGE_D_PRICE : '19,99') . ' ' . (defined('PAYPAL_CURRENCY') ? PAYPAL_CURRENCY : 'EUR'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package "E" Amount of Gold</td>
|
||||
<td><?php echo CONF_PLUS_PACKAGEGOLDE ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDE_TOOLTIP ?></span></em></td>
|
||||
<td><?php echo (defined('PLUS_PACKAGE_E_GOLD') ? PLUS_PACKAGE_E_GOLD : 2000); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package "E" Amount of Price</td>
|
||||
<td><?php echo CONF_PLUS_PACKAGEPRICEE ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICEE_TOOLTIP ?></span></em></td>
|
||||
<td><?php echo (defined('PLUS_PACKAGE_E_PRICE') ? PLUS_PACKAGE_E_PRICE : '49,99') . ' ' . (defined('PAYPAL_CURRENCY') ? PAYPAL_CURRENCY : 'EUR'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b><font color='#71D000'>P</font><font color='#FF6F0F'>l</font><font color='#71D000'>u</font><font color='#FF6F0F'>s</font></b> account duration</td>
|
||||
<td><?php echo CONF_PLUS_ACCDURATION ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_ACCDURATION_TOOLTIP ?></span></em></td>
|
||||
<td><?php if(PLUS_TIME >= 86400){ echo ''.(PLUS_TIME/86400).' Days'; } else if(PLUS_TIME < 86400){ echo ''.(PLUS_TIME/3600).' Hours'; } ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>+25% production duration</td>
|
||||
<td><?php echo CONF_PLUS_PRODUCTDURATION ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PRODUCTDURATION_TOOLTIP ?></span></em></td>
|
||||
<td><?php if(PLUS_PRODUCTION >= 86400){ echo ''.(PLUS_PRODUCTION/86400).' Days'; } else if(PLUS_PRODUCTION < 86400){ echo ''.(PLUS_PRODUCTION/3600).' Hours'; } ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -225,46 +225,46 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
<table id="member">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Log Settings <a href="admin.php?p=editLogSet"><img src="../img/admin/edit.gif" title="Edit Log Setting"></a></th>
|
||||
<th><?php echo LOG_SETT ?> <a href="admin.php?p=editLogSet"><img src="../img/admin/edit.gif" title="<?php echo EDIT_LOG_SETT ?>"></a></th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<table id="profile">
|
||||
<tr>
|
||||
<td class="b">Variable</td>
|
||||
<td class="b">Value</td>
|
||||
<td class="b"><?php echo SERV_VARIABLE ?></td>
|
||||
<td class="b"><?php echo SERV_VALUE ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Build</td>
|
||||
<td><?php echo CONF_LOG_BUILD ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_BUILD_TOOLTIP ?></span></em></td>
|
||||
<td><?php if(LOG_BUILD == true) { echo "<b><font color='Green'>Enabled</font></b>"; } else if(LOG_BUILD == false){ echo "<b><font color='Red'>Disabled</font></b>"; } ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Technology</td>
|
||||
<td><?php echo CONF_LOG_TECHNOLOGY ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_TECHNOLOGY_TOOLTIP ?></span></em></td>
|
||||
<td><?php if(LOG_TECH == true) { echo "<b><font color='Green'>Enabled</font></b>"; } else if(LOG_TECH == false){ echo "<b><font color='Red'>Disabled</font></b>"; } ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Login</td>
|
||||
<td><?php echo CONF_LOG_LOGIN ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_LOGIN_TOOLTIP ?></span></em></td>
|
||||
<td><?php if(LOG_LOGIN == true) { echo "<b><font color='Green'>Enabled</font></b>"; } else if(LOG_LOGIN == false){ echo "<b><font color='Red'>Disabled</font></b>"; } ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Gold</td>
|
||||
<td><?php echo CONF_LOG_GOLD ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_GOLD_TOOLTIP ?></span></em></td>
|
||||
<td><?php if(LOG_GOLD_FIN == true) { echo "<b><font color='Green'>Enabled</font></b>"; } else if(LOG_GOLD_FIN == false){ echo "<b><font color='Red'>Disabled</font></b>"; } ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Admin</td>
|
||||
<td><?php echo CONF_LOG_ADMIN ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_ADMIN_TOOLTIP ?></span></em></td>
|
||||
<td><?php if(LOG_ADMIN == true) { echo "<b><font color='Green'>Enabled</font></b>"; } else if(LOG_ADMIN == false){ echo "<b><font color='Red'>Disabled</font></b>"; } ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log War</td>
|
||||
<td><?php echo CONF_LOG_WAR ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_WAR_TOOLTIP ?></span></em></td>
|
||||
<td><?php if(LOG_WAR == true) { echo "<b><font color='Green'>Enabled</font></b>"; } else if(LOG_WAR == false){ echo "<b><font color='Red'>Disabled</font></b>"; } ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Market</td>
|
||||
<td><?php echo CONF_LOG_MARKET ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_MARKET_TOOLTIP ?></span></em></td>
|
||||
<td><?php if(LOG_MARKET == true) { echo "<b><font color='Green'>Enabled</font></b>"; } else if(LOG_MARKET == false){ echo "<b><font color='Red'>Disabled</font></b>"; } ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Illegal</td>
|
||||
<td><?php echo CONF_LOG_ILLEGAL ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_ILLEGAL_TOOLTIP ?></span></em></td>
|
||||
<td><?php if(LOG_ILLEGAL == true) { echo "<b><font color='Green'>Enabled</font></b>"; } else if(LOG_ILLEGAL == false){ echo "<b><font color='Red'>Disabled</font></b>"; } ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -272,26 +272,26 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
<table id="member">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Newsbox Settings <a href="admin.php?p=editNewsboxSet"><img src="../img/admin/edit.gif" title="Edit Newsbox Setting"></a></th>
|
||||
<th><?php echo NEWSBOX_SETT ?> <a href="admin.php?p=editNewsboxSet"><img src="../img/admin/edit.gif" title="<?php echo EDIT_NEWSBOX_SETT ?>"></a></th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<table id="profile">
|
||||
<tr>
|
||||
<td class="b">Variable</td>
|
||||
<td class="b">Value</td>
|
||||
<td class="b"><?php echo SERV_VARIABLE ?></td>
|
||||
<td class="b"><?php echo SERV_VALUE ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Newsbox 1</td>
|
||||
<td><?php echo EDIT_NEWSBOX1 ?> <em class="tooltip">?<span class="classic"><?php echo EDIT_NEWSBOX1_TOOLTIP ?></span></em></td>
|
||||
<td><?php if(NEWSBOX1 == true){ echo "<b><font color='Green'>Enabled</font></b>"; } else if(NEWSBOX1 == false){ echo "<b><font color='Red'>Disabled</font></b>"; } ?> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Newsbox 2</td>
|
||||
<td><?php echo EDIT_NEWSBOX2 ?> <em class="tooltip">?<span class="classic"><?php echo EDIT_NEWSBOX2_TOOLTIP ?></span></em></td>
|
||||
<td><?php if(NEWSBOX2 == true){ echo "<b><font color='Green'>Enabled</font></b>"; } else if(NEWSBOX2 == false){ echo "<b><font color='Red'>Disabled</font></b>"; } ?> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Newsbox 3</td>
|
||||
<td><?php echo EDIT_NEWSBOX3 ?> <em class="tooltip">?<span class="classic"><?php echo EDIT_NEWSBOX3_TOOLTIP ?></span></em></td>
|
||||
<td><?php if(NEWSBOX3 == true){ echo "<b><font color='Green'>Enabled</font></b>"; } else if(NEWSBOX3 == false){ echo "<b><font color='Red'>Disabled</font></b>"; } ?> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -318,8 +318,8 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
|
||||
<table id="profile">
|
||||
<tr>
|
||||
<td class="b">Variable</td>
|
||||
<td class="b">Value</td>
|
||||
<td class="b"><?php echo SERV_VARIABLE ?></td>
|
||||
<td class="b"><?php echo SERV_VALUE ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hostname</td>
|
||||
@@ -361,8 +361,8 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
|
||||
<table id="profile">
|
||||
<tr>
|
||||
<td class="b">Variable</td>
|
||||
<td class="b">Value</td>
|
||||
<td class="b"><?php echo SERV_VARIABLE ?></td>
|
||||
<td class="b"><?php echo SERV_VALUE ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Limit Mailbox</td>
|
||||
@@ -383,8 +383,8 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
</table>
|
||||
<table id="profile">
|
||||
<tr>
|
||||
<td class="b">Variable</td>
|
||||
<td class="b">Value</td>
|
||||
<td class="b"><?php echo SERV_VARIABLE ?></td>
|
||||
<td class="b"><?php echo SERV_VALUE ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Admin Email</td>
|
||||
|
||||
@@ -13,19 +13,19 @@ if (!isset($_SESSION)) {
|
||||
}
|
||||
if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
?>
|
||||
<h2><center>Server Configuration</center></h2>
|
||||
<h2><center><?php echo SERV_CONFIG ?></center></h2>
|
||||
<form action="../GameEngine/Admin/Mods/editLogSet.php" method="POST">
|
||||
<input type="hidden" name="id" id="id" value="<?php echo $_SESSION['id']; ?>">
|
||||
<br />
|
||||
<table id="profile" cellpadding="0" cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Edit Log Setting</th>
|
||||
<th colspan="2"><?php echo EDIT_LOG_SETT ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="50%">Log Building</td>
|
||||
<td width="50%"><?php echo CONF_LOG_BUILD ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_BUILD_TOOLTIP ?></span></em></td>
|
||||
<td width="50%">
|
||||
<select name="log_build">
|
||||
<option value="true" <?php if (LOG_BUILD==true) echo "selected";?>>Yes</option>
|
||||
@@ -34,7 +34,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Tech</td>
|
||||
<td><?php echo CONF_LOG_TECHNOLOGY ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_TECHNOLOGY_TOOLTIP ?></span></em></td>
|
||||
<td>
|
||||
<select name="log_tech">
|
||||
<option value="true" <?php if (LOG_TECH==true) echo "selected";?>>Yes</option>
|
||||
@@ -43,7 +43,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Login</td>
|
||||
<td><?php echo CONF_LOG_LOGIN ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_LOGIN_TOOLTIP ?></span></em></td>
|
||||
<td>
|
||||
<select name="log_login">
|
||||
<option value="true" <?php if (LOG_LOGIN==true) echo "selected";?>>Yes</option>
|
||||
@@ -52,7 +52,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Gold</td>
|
||||
<td><?php echo CONF_LOG_GOLD ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_GOLD_TOOLTIP ?></span></em></td>
|
||||
<td>
|
||||
<select name="log_gold_fin">
|
||||
<option value="true" <?php if (LOG_GOLD_FIN==true) echo "selected";?>>Yes</option>
|
||||
@@ -61,7 +61,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Admin</td>
|
||||
<td><?php echo CONF_LOG_ADMIN ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_ADMIN_TOOLTIP ?></span></em></td>
|
||||
<td>
|
||||
<select name="log_admin">
|
||||
<option value="true" <?php if (LOG_ADMIN==true) echo "selected";?>>Yes</option>
|
||||
@@ -70,7 +70,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log War</td>
|
||||
<td><?php echo CONF_LOG_WAR ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_WAR_TOOLTIP ?></span></em></td>
|
||||
<td>
|
||||
<select name="log_war">
|
||||
<option value="true" <?php if (LOG_WAR==true) echo "selected";?>>Yes</option>
|
||||
@@ -79,7 +79,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Market</td>
|
||||
<td><?php echo CONF_LOG_MARKET ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_MARKET_TOOLTIP ?></span></em></td>
|
||||
<td>
|
||||
<select name="log_market">
|
||||
<option value="true" <?php if (LOG_MARKET==true) echo "selected";?>>Yes</option>
|
||||
@@ -88,7 +88,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Illegal</td>
|
||||
<td><?php echo CONF_LOG_ILLEGAL ?> <em class="tooltip">?<span class="classic"><?php echo CONF_LOG_ILLEGAL_TOOLTIP ?></span></em></td>
|
||||
<td>
|
||||
<select name="log_illegal">
|
||||
<option value="true" <?php if (LOG_ILLEGAL==true) echo "selected";?>>Yes</option>
|
||||
@@ -102,7 +102,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
</table>
|
||||
<br />
|
||||
<table width="100%">
|
||||
<tr><td align="left"><a href="../Admin/admin.php?p=config"><< back</a></td>
|
||||
<tr><td align="left"><a href="../Admin/admin.php?p=config"><< <?php echo EDIT_BACK ?></a></td>
|
||||
<td align="right"><input type="image" border="0" src="../img/admin/b/ok1.gif"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -13,19 +13,19 @@ if (!isset($_SESSION)) {
|
||||
}
|
||||
if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
?>
|
||||
<h2><center>Server Configuration</center></h2>
|
||||
<h2><center><?php echo SERV_CONFIG ?></center></h2>
|
||||
<form action="../GameEngine/Admin/Mods/editNewsboxSet.php" method="POST">
|
||||
<input type="hidden" name="id" id="id" value="<?php echo $_SESSION['id']; ?>">
|
||||
<br />
|
||||
<table id="profile" cellpadding="0" cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Edit Newsbox Settings</th>
|
||||
<th colspan="2"><?php echo EDIT_NEWSBOX_SETT ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="50%">Newsbox 1</td>
|
||||
<td width="50%"><?php echo EDIT_NEWSBOX1 ?> <em class="tooltip">?<span class="classic"><?php echo EDIT_NEWSBOX1_TOOLTIP ?></span></em></td>
|
||||
<td width="50%">
|
||||
<select name="box1">
|
||||
<option value="true" <?php if (NEWSBOX1==true) echo "selected";?>>Enable</option>
|
||||
@@ -34,7 +34,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Newsbox 2</td>
|
||||
<td><?php echo EDIT_NEWSBOX2 ?> <em class="tooltip">?<span class="classic"><?php echo EDIT_NEWSBOX2_TOOLTIP ?></span></em></td>
|
||||
<td>
|
||||
<select name="box2">
|
||||
<option value="true" <?php if (NEWSBOX2==true) echo "selected";?>>Enable</option>
|
||||
@@ -43,7 +43,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Newsbox 3</td>
|
||||
<td><?php echo EDIT_NEWSBOX3 ?> <em class="tooltip">?<span class="classic"><?php echo EDIT_NEWSBOX3_TOOLTIP ?></span></em></td>
|
||||
<td>
|
||||
<select name="box3">
|
||||
<option value="true" <?php if (NEWSBOX3==true) echo "selected";?>>Enable</option>
|
||||
@@ -57,7 +57,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
</table>
|
||||
<br />
|
||||
<table width="100%">
|
||||
<tr><td align="left"><a href="../Admin/admin.php?p=config"><< back</a></td>
|
||||
<tr><td align="left"><a href="../Admin/admin.php?p=config"><< <?php echo EDIT_BACK ?></a></td>
|
||||
<td align="right"><input type="image" border="0" src="../img/admin/b/ok1.gif"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -18,29 +18,28 @@ function refresh(tz) {
|
||||
document.getElementById('tz').innerHTML=tz;
|
||||
}
|
||||
</script>
|
||||
<h2><center><b><font color='#71D000'>P</font><font color='#FF6F0F'>l</font><font color='#71D000'>u</font><font color='#FF6F0F'>s</font></b> Configuration</center></h2>
|
||||
<h2><center><?php echo PLUS_CONFIGURATION ?></center></h2>
|
||||
<form action="../GameEngine/Admin/Mods/editPlusSet.php" method="POST">
|
||||
<input type="hidden" name="id" id="id" value="<?php echo $_SESSION['id']; ?>">
|
||||
<br />
|
||||
<table id="profile" cellpadding="0" cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Edit <b><font color='#71D000'>P</font><font color='#FF6F0F'>l</font><font color='#71D000'>u</font><font color='#FF6F0F'>s</font></b> Setting</th>
|
||||
<th colspan="2"><?php echo EDIT_PLUS_SETT ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
PayPal E-Mail
|
||||
<br /><span style="font-size: smaller">(must be Business or Premier account)</span>
|
||||
</td>
|
||||
<?php echo CONF_PLUS_PAYPALEMAIL ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PAYPALEMAIL_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="paypal-email" value="<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : '@'); ?>" style="width: 70%;">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Payment Currency
|
||||
<?php echo CONF_PLUS_CURRENCY ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_CURRENCY_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="paypal-currency" value="<?php echo (defined('PAYPAL_CURRENCY') ? PAYPAL_CURRENCY : 'EUR'); ?>" style="width: 70%;">
|
||||
@@ -49,7 +48,7 @@ function refresh(tz) {
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "A" Amount of Gold
|
||||
<?php echo CONF_PLUS_PACKAGEGOLDA ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDA_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-a-gold" value="<?php echo (defined('PLUS_PACKAGE_A_GOLD') ? PLUS_PACKAGE_A_GOLD : 60); ?>" style="width: 70%;">
|
||||
@@ -57,7 +56,7 @@ function refresh(tz) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "A" Price
|
||||
<?php echo CONF_PLUS_PACKAGEPRICEA ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICEA_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-a-price" value="<?php echo (defined('PLUS_PACKAGE_A_PRICE') ? PLUS_PACKAGE_A_PRICE : '1,99'); ?>" style="width: 70%;">
|
||||
@@ -66,7 +65,7 @@ function refresh(tz) {
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "B" Amount of Gold
|
||||
<?php echo CONF_PLUS_PACKAGEGOLDB ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDB_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-b-gold" value="<?php echo (defined('PLUS_PACKAGE_B_GOLD') ? PLUS_PACKAGE_B_GOLD : 120); ?>" style="width: 70%;">
|
||||
@@ -74,7 +73,7 @@ function refresh(tz) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "B" Price
|
||||
<?php echo CONF_PLUS_PACKAGEPRICEB ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICEB_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-b-price" value="<?php echo (defined('PLUS_PACKAGE_B_PRICE') ? PLUS_PACKAGE_B_PRICE : '4,99'); ?>" style="width: 70%;">
|
||||
@@ -83,7 +82,7 @@ function refresh(tz) {
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "C" Amount of Gold
|
||||
<?php echo CONF_PLUS_PACKAGEGOLDC ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDC_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-c-gold" value="<?php echo (defined('PLUS_PACKAGE_C_GOLD') ? PLUS_PACKAGE_C_GOLD : 360); ?>" style="width: 70%;">
|
||||
@@ -91,7 +90,7 @@ function refresh(tz) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "C" Price
|
||||
<?php echo CONF_PLUS_PACKAGEPRICEC ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICEC_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-c-price" value="<?php echo (defined('PLUS_PACKAGE_C_PRICE') ? PLUS_PACKAGE_C_PRICE : '9,99'); ?>" style="width: 70%;">
|
||||
@@ -100,7 +99,7 @@ function refresh(tz) {
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "D" Amount of Gold
|
||||
<?php echo CONF_PLUS_PACKAGEGOLDD ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDD_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-d-gold" value="<?php echo (defined('PLUS_PACKAGE_D_GOLD') ? PLUS_PACKAGE_D_GOLD : 1000); ?>" style="width: 70%;">
|
||||
@@ -108,7 +107,7 @@ function refresh(tz) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "D" Price
|
||||
<?php echo CONF_PLUS_PACKAGEPRICED ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICED_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-d-price" value="<?php echo (defined('PLUS_PACKAGE_D_PRICE') ? PLUS_PACKAGE_D_PRICE : '19,99'); ?>" style="width: 70%;">
|
||||
@@ -117,7 +116,7 @@ function refresh(tz) {
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "E" Amount of Gold
|
||||
<?php echo CONF_PLUS_PACKAGEGOLDE ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDE_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-e-gold" value="<?php echo (defined('PLUS_PACKAGE_E_GOLD') ? PLUS_PACKAGE_E_GOLD : 2000); ?>" style="width: 70%;">
|
||||
@@ -125,7 +124,7 @@ function refresh(tz) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "E" Price
|
||||
<?php echo CONF_PLUS_PACKAGEPRICEE ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICEE_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-e-price" value="<?php echo (defined('PLUS_PACKAGE_E_PRICE') ? PLUS_PACKAGE_E_PRICE : '49,99'); ?>" style="width: 70%;">
|
||||
@@ -133,7 +132,7 @@ function refresh(tz) {
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><b><font color='#71D000'>P</font><font color='#FF6F0F'>l</font><font color='#71D000'>u</font><font color='#FF6F0F'>s</font></b> account duration</td>
|
||||
<td><?php echo CONF_PLUS_ACCDURATION ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_ACCDURATION_TOOLTIP ?></span></em></td>
|
||||
<td>
|
||||
<select name="plus_time">
|
||||
<option value="(3600*12)" <?php if(PLUS_TIME==43200) echo "selected";?>>12 hours</option>
|
||||
@@ -148,7 +147,7 @@ function refresh(tz) {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>+25% production duration</td>
|
||||
<td><?php echo CONF_PLUS_PRODUCTDURATION ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PRODUCTDURATION_TOOLTIP ?></span></em></td>
|
||||
<td>
|
||||
<select name="plus_production">
|
||||
<option value="(3600*12)" <?php if(PLUS_TIME==43200) echo "selected";?>>12 hours</option>
|
||||
@@ -166,7 +165,7 @@ function refresh(tz) {
|
||||
</table>
|
||||
<br />
|
||||
<table width="100%">
|
||||
<tr><td align="left"><a href="../Admin/admin.php?p=config"><< back</a></td>
|
||||
<tr><td align="left"><a href="../Admin/admin.php?p=config"><< <?php echo EDIT_BACK ?></a></td>
|
||||
<td align="right"><input type="image" border="0" src="../img/admin/b/ok1.gif"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -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","<b><font color='#71D000'>P</font><font color='#FF6F0F'>l</font><font color='#71D000'>u</font><font color='#FF6F0F'>s</font></b> Configuration");
|
||||
define("PLUS_SETT","<b><font color='#71D000'>P</font><font color='#FF6F0F'>l</font><font color='#71D000'>u</font><font color='#FF6F0F'>s</font></b> Settings");
|
||||
define("EDIT_PLUS_SETT","Edit <b><font color='#71D000'>P</font><font color='#FF6F0F'>l</font><font color='#71D000'>u</font><font color='#FF6F0F'>s</font></b> Setting");
|
||||
define("EDIT_PLUS_SETT1","Edit PLUS Setting");
|
||||
define("CONF_PLUS_PAYPALEMAIL","<a href='https://www.paypal.com' target='_blank'>PayPal</a> E-Mail Address");
|
||||
define("CONF_PLUS_PAYPALEMAIL_TOOLTIP","The E-Mail Address specified at registration on PayPal.<br><font color='red'><b>Must be Business or Premier account!</b></font>");
|
||||
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","<b><font color='#71D000'>P</font><font color='#FF6F0F'>l</font><font color='#71D000'>u</font><font color='#FF6F0F'>s</font></b> account duration");
|
||||
define("CONF_PLUS_ACCDURATION_TOOLTIP","The duration of the game function <b><font color='#71D000'>P</font><font color='#FF6F0F'>l</font><font color='#71D000'>u</font><font color='#FF6F0F'>s</font></b> 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
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user