5) { $_SESSION['time_p'] = ''; $_SESSION['error_p'] = ''; } if($_POST AND $_GET['action'] == 'change_capital') { $pass = mysql_escape_string($_POST['pass']); $query = mysql_query('SELECT * FROM `' . TB_PREFIX . 'users` WHERE `id` = ' . $session->uid); $data = mysql_fetch_assoc($query); if($data['password'] == md5($pass)) { $query1 = mysql_query('SELECT * FROM `' . TB_PREFIX . 'vdata` WHERE `owner` = ' . $session->uid . ' AND `capital` = 1'); $data1 = mysql_fetch_assoc($query1); $query2 = mysql_query('SELECT * FROM `' . TB_PREFIX . 'fdata` WHERE `vref` = ' . $data1['wref']); $data2 = mysql_fetch_assoc($query2); if($data2['vref'] != $village->wid) { for($i = 1; $i<=18; ++$i) { if($data2['f' . $i] > 10) { $query2 = mysql_query('UPDATE `' . TB_PREFIX . 'fdata` SET `f' . $i . '` = 10 WHERE `vref` = ' . $data2['vref']) or die(mysql_error()); } } for($i=19; $i<=40; ++$i) { if($data2['f' . $i . 't'] == 34) { $query3 = mysql_query('UPDATE `' . TB_PREFIX . 'fdata` SET `f' . $i . 't` = 0, `f' . $i . '` = 0 WHERE `vref` = ' . $data2['vref']) or die(mysql_error()); } } for($i=19; $i<=40; ++$i) { if($data2['f' . $i . 't'] == 29 or $data2['f' . $i . 't'] == 30 or $data2['f' . $i . 't'] == 38 or $data2['f' . $i . 't'] == 39 or $data2['f' . $i . 't'] == 42) { $query3 = mysql_query('UPDATE `' . TB_PREFIX . 'fdata` SET `f' . $i . 't` = 0, `f' . $i . '` = 0 WHERE `vref` = ' . $village->wid) or die(mysql_error()); } } $query3 = mysql_query('UPDATE `' . TB_PREFIX . 'vdata` SET `capital` = 0 WHERE `wref` = ' . $data1['wref']); $query4 = mysql_query('UPDATE `' . TB_PREFIX . 'vdata` SET `capital` = 1 WHERE `wref` = ' . $village->wid); } } else { $error = '
password is wrong
'; $_SESSION['error_p'] = $error; $_SESSION['time_p'] = time(); print ''; } } ?>

Palace level resarray['f'.$id]; ?>

The king or queen of the empire lives in the palace. Only one palace can exist in your realm at a time. You need a palace in order to proclaim a village to be your capital.

getTypeLevel(26) > 0) { include("26_menu.tpl"); $test=$database->getAvailableExpansionTraining(); if($village->resarray['f'.$id] >= 10){ include ("26_train.tpl"); } else{ echo '
In order to found a new village you need a level 10, 15 or 20 palace and 3 settlers. In order to conquer a new village you need a level 10, 15 or 20 palace and a senator, chief or chieftain.
'; } ?> uid . ' AND `capital` = 1'); $data = mysql_fetch_assoc($query); if($data['wref'] == $village->wid) { ?>

This is your capital

» change capital

'; } else { print '

Are you sure, that you want to change your capital?
You can\'t undo this!
For security you must enter your password to confirm:

' . $_SESSION['error_p'] . ' password:

'; } } } else { echo "Palace under construction"; } include("upgrade.tpl"); ?>