This commit is contained in:
yi12345
2013-08-07 02:00:42 +03:00
parent e17abfafdc
commit d09b68a065
4 changed files with 93 additions and 83 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ else {
<tr>
<th>Confirm with password:</th>
<td><input class="text" type="password" name="del_pw" maxlength="20" /></td>
<td><input class="text" type="password" name="del_pw" maxlength="30" /></td>
<?php
}
?>
+1 -1
View File
@@ -15,7 +15,7 @@
mysql_select_db($db_name, $con);
$result = mysql_query("SELECT * FROM ".TB_PREFIX."alidata ORDER BY ap DESC, id DESC Limit 10");
$result2 = mysql_query("SELECT * FROM ".TB_PREFIX."alidata WHERE id = '".$session->alliance."' ORDER BY ap DESC Limit 1");
$result2 = mysql_query("SELECT * FROM ".TB_PREFIX."alidata WHERE id = '".$session->alliance."' ORDER BY ap DESC, id DESC Limit 1");
?>
<table cellpadding="1" cellspacing="1">
<thead>
+1 -1
View File
@@ -15,7 +15,7 @@
mysql_select_db($db_name, $con);
$result = mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE access<".(INCLUDE_ADMIN?"10":"8")." AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY ap DESC, id DESC Limit 10");
$result2 = mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE id = '".$session->uid."' ORDER BY ap DESC Limit 1");
$result2 = mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE id = '".$session->uid."' ORDER BY ap DESC, id DESC Limit 1");
?>
<table cellpadding="1" cellspacing="1">
<thead>