Changeset 397
- Timestamp:
- Nov 26, 2008, 1:57:47 PM (16 years ago)
- Location:
- minimanager/pomm_public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
minimanager/pomm_public/pomm.php
r285 r397 16 16 <html> 17 17 <head><title><?php echo $realm_name ?></title> 18 <META http-equiv="Content-Language" content="cs"> 19 <META http-equiv="Content-Type" content="text/html; charset=utf-8"> 18 20 <link rel="stylesheet" href="pomm.css" type="text/css"> 19 21 </head> -
minimanager/pomm_public/pomm_run.php
r309 r397 16 16 $sql = new SQL; 17 17 $sql->connect($characters_db[$realm_id]['addr'], $characters_db[$realm_id]['user'], $characters_db[$realm_id]['pass'], $characters_db[$realm_id]['name']); 18 19 18 if( !$user_lvl && !$server[$realm_id]['both_factions']){ 20 19 $result = $sql->query("SELECT race FROM `characters` WHERE account = '$user_id' AND totaltime = (SELECT MAX(totaltime) FROM `characters` WHERE account = '$user_id') LIMIT 1");
Note:
See TracChangeset
for help on using the changeset viewer.